[OE-core] [PATCH] busybox: fix a linking issue

2017-06-05 Thread liu . ming50
From: Ming Liu A following linking error was observed: | == | archival/lib.a(tar.o): In function `tar_main': | archival/tar.c:1168: undefined reference to `unpack_Z_stream' | archival/tar.c:1168: undefined reference to `unpack_Z_stream' | ld:

[OE-core] [PATCH] buildstats.sh: add ELAPSED option

2017-06-05 Thread liu . ming50
From: Ming Liu This allows users to be able to get the elapsed time of specific tasks from buildstats, sometimes could be useful. Signed-off-by: Ming Liu --- scripts/contrib/bb-perf/buildstats.sh | 4 1 file

[OE-core] [PATCH] buildstats-diff: show more graceful error messages

2017-06-05 Thread liu . ming50
From: Ming Liu I got a following error when I run buildstats-diff against a invalid buildstats file: | Traceback (most recent call last): | File "/poky/scripts/buildstats-diff", line 548, in | sys.exit(main()) | File "/poky/scripts/buildstats-diff",

[OE-core] [pyro][PATCH] archiver: Escape recipe name in regex

2017-06-05 Thread Joshua Watt
From: Joshua Watt The recipe name needs to be escaped when using it in a regular expression so that and special characters are treated literally (From OE-Core rev: 53c8cceb744adda1bf899d62071d11b20a5dea98) Signed-off-by: Joshua Watt ---

[OE-core] [morty][PATCH] archiver: Escape recipe name in regex

2017-06-05 Thread Joshua Watt
From: Joshua Watt The recipe name needs to be escaped when using it in a regular expression so that and special characters are treated literally (From OE-Core rev: 53c8cceb744adda1bf899d62071d11b20a5dea98) Signed-off-by: Joshua Watt ---

Re: [OE-core] [PATCH] kmscube: add opengl to REQUIRED_DISTRO_FEATURES

2017-06-05 Thread Huang, Jie (Jackie)
> -Original Message- > From: Denys Dmytriyenko [mailto:de...@denix.org] > Sent: Tuesday, June 06, 2017 04:39 > To: Huang, Jie (Jackie) > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] kmscube: add opengl to > REQUIRED_DISTRO_FEATURES > > On Mon, Jun 05,

Re: [OE-core] [PATCH v3] u-boot: Update to 2017.05 release

2017-06-05 Thread Marek Vasut
On 06/05/2017 10:29 PM, Burton, Ross wrote: > > On 31 May 2017 at 04:19, Otavio Salvador > wrote: > > This 2017.05 release is out since May 08th, 2017. > > > Marek sent a patch before you did and that is sitting in my staging

Re: [OE-core] [oe-core] DISK_SIGNATURE no longer functional

2017-06-05 Thread Jonathan Liu
Hi Michael, On 21 May 2017 at 03:16, Davis, Michael wrote: > I am trying to create a generic MSDOS PC_BIOS hdddirect image with a root > partition set by the DISK_SIGNATURE. > > SYSLINUX_ROOT = "root=PARTUUID=${DISK_SIGNATURE}-02" > > > > However the signature

[OE-core] [pyro][PATCH] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-05 Thread Jonathan Liu
If ASSUME_PROVIDES contains libsdl-native, we need to add sdl-config to HOSTTOOLS to allow access to the host sdl-config. (From OE-Core rev: eeb248c1a017e07e36b6fbaafe45006e3869f41a) Signed-off-by: Jonathan Liu Signed-off-by: Ross Burton ---

[OE-core] [PATCH] Fix mkelfimage native target

2017-06-05 Thread Saul Wold
Folks, I am going to start here, we may need a wider audience, let's see what happens! Based on the fact that mkelfimage-native has been broken since late year, I wonder if it's time to retire the ELF Image type? Clear no one recently has use the native, or we would have seen a patch sooner.

[OE-core] [PATCH] mkelfimage: Fix broken patch when building native

2017-06-05 Thread Saul Wold
A change occured about a year ago that broke the native build, fix that patch [YOCTO #11590] Signed-off-by: Saul Wold --- .../mkelfimage/mkelfimage/fix-makefile-to-find-libz.patch | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH 1/2] scripts/yocto-compat-layer.py: Return non-zero when layer test fail

2017-06-05 Thread Aníbal Limón
If whatever layer tested fails returns 2 to indicate the failure. [YOCTO #11482] Signed-off-by: Aníbal Limón --- scripts/yocto-compat-layer.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/yocto-compat-layer.py

[OE-core] [PATCH 2/2] scripts/yocto-compat-layer-wrapper: Use realpath of output_log

2017-06-05 Thread Aníbal Limón
We are using a temp directory, use the realpath for output log to store the results in the original BUILDDIR. [YOCTO #11571] Signed-off-by: Aníbal Limón --- scripts/yocto-compat-layer-wrapper | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH 08/11] libunwind: update to 1.2

2017-06-05 Thread Burton, Ross
On 2 June 2017 at 01:00, Randy MacLeod wrote: > Upstream is going to release a new tarball "soon" > >On 2017-06-01 12:18 PM, Dave Watson wrote: >> The fix is in v1.2-stable and master, of which the next releases >> will be v1.2.1 and v1.3, neither of

[OE-core] [PATCH] libunwind: fix build failure on MIPS

2017-06-05 Thread Ross Burton
Signed-off-by: Ross Burton --- .../libunwind/libunwind/fix-mips.patch | 134 + meta/recipes-support/libunwind/libunwind_1.2.bb| 1 + 2 files changed, 135 insertions(+) create mode 100644

Re: [OE-core] [PATCH] kmscube: add opengl to REQUIRED_DISTRO_FEATURES

2017-06-05 Thread Denys Dmytriyenko
On Mon, Jun 05, 2017 at 03:05:57PM +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > kmscube depends on virtual/libgles2, virtual/egl (provided > by mesa) and gstreamer1.0 which require opengl in DISTRO_FEATURES. libgles2 and egl are not only provided

Re: [OE-core] [PATCH v3] u-boot: Update to 2017.05 release

2017-06-05 Thread Burton, Ross
On 31 May 2017 at 04:19, Otavio Salvador wrote: > This 2017.05 release is out since May 08th, 2017. > Marek sent a patch before you did and that is sitting in my staging branch. (hoping that he'll sent a v2 for the openssl 1.1 patches) Ross --

Re: [OE-core] [PATCH v3] u-boot: Update to 2017.05 release

2017-06-05 Thread Denys Dmytriyenko
On Mon, Jun 05, 2017 at 12:02:33PM -0300, Otavio Salvador wrote: > On Wed, May 31, 2017 at 12:19 AM, Otavio Salvador > wrote: > > This 2017.05 release is out since May 08th, 2017. > > > > Signed-off-by: Otavio Salvador > > Ping?

[OE-core] [oe-core][PATCH 1/1][V2] tcf-agent: correct CFLAGS

2017-06-05 Thread Joe Slater
Modify CFLAGS for several cases which will not compile otherwise. Do not use the form CFLAGS_x_append because it will replace, not append to CFLAGS for override x. Signed-off-by: Joe Slater --- meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 17 + 1

[OE-core] [PATCH 1/1] runtime-test.py: Split different tests inside selftest.py

2017-06-05 Thread Humberto Ibarra
There were two completely different tests inside selftest.py, and the only reason for them to be together was that both needed the same mechanism to execute (run testimage from within selftest) This fixes the design issue and error-prone situation by separating these tests. In add a new module

[OE-core] [PATCH 0/1] runtime-test.py: Split different tests inside selftest.py

2017-06-05 Thread Humberto Ibarra
Patch solves bug related to two different functionalities being tested in the same test module. The following changes since commit 02417b149623c3042c257d1c1074f915dc02b7c7: oeqa/selftest: lock down Meson git revision for reliability (2017-06-05 17:59:38 +0100) are available in the git

[OE-core] ✗ patchtest: failure for oeqa/selftest: lock down Meson git revision for reliability

2017-06-05 Thread Patchwork
== Series Details == Series: oeqa/selftest: lock down Meson git revision for reliability Revision: 1 URL : https://patchwork.openembedded.org/series/7069/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] [PATCH] oeqa/selftest: lock down Meson git revision for reliability

2017-06-05 Thread Ross Burton
The test_recipetool_create_github test fetches HEAD of the repository so upstream changes can (and do) break the test. Avoid these problems by passing the rev= argument in the URL to lock the checkout to the same version that is fetched in the github_tarball test. Also pass the commands to

Re: [OE-core] [PATCH v3] u-boot: Update to 2017.05 release

2017-06-05 Thread Otavio Salvador
On Wed, May 31, 2017 at 12:19 AM, Otavio Salvador wrote: > This 2017.05 release is out since May 08th, 2017. > > Signed-off-by: Otavio Salvador Ping? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

[OE-core] Yocto Project Status WW23’17

2017-06-05 Thread Jolley, Stephen K
Current Dev Position: Preparing for YP 2.4 M1 Next Deadline: YP 2.4 M1 Cut off is June 12, 2017 SWAT team rotation: Anibal -> Todor on June 2, 2017. SWAT team rotation: Todor -> Alejandro on June 9, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates:

[OE-core] [PATCH] archiver.bbclass: adapt do_unpack_and_patch to RSS

2017-06-05 Thread Mikko Ylinen
do_unpack_and_patch was not correctly run until recently ("archiver.bbclass: various fixes for original+diff mode") but with the fix applied, the errors we get indicate the function is not adapted to work with recipe specific sysroots. do_unpack_and_patch sets WORKDIR to ARCHIVER_WORKDIR which

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-05 Thread Alexander Kanavin
On 06/05/2017 04:47 PM, Davis, Michael wrote: I just wanted to note that in my quest to get newer chrome to build I have used centos7 with the official devtoolset-6 scl. It was able to build my pyro based distro fine in gcc6. So Centos7 has an officially supported path that may be viable if

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-05 Thread Davis, Michael
I just wanted to note that in my quest to get newer chrome to build I have used centos7 with the official devtoolset-6 scl. It was able to build my pyro based distro fine in gcc6. So Centos7 has an officially supported path that may be viable if it comes down to being the last gcc 4.x distro.

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-05 Thread Alexander Kanavin
On 06/05/2017 04:21 PM, Joshua Lock wrote: On the Yocto Autobuilder clusters we have: * centos7 / gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11) * debian8 / gcc (Debian 4.9.2-10) 4.9.2 * debian-testing / gcc (Debian 6.3.0-14) 6.3.0 20170415 * fedora24 / gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1) *

Re: [OE-core] [PATCH 08/11] libunwind: update to 1.2

2017-06-05 Thread Burton, Ross
On 1 June 2017 at 02:57, Randy MacLeod wrote: > Are those machines not even built before master-next is becomes master? > Built, yes. But only a variety of image builds and not world, so I suspect this isn't actually enabled out of the box. I wonder if that 1.2.1

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-05 Thread Joshua Lock
On Mon, 2017-06-05 at 15:14 +0300, Alexander Kanavin wrote: > On 06/04/2017 05:15 PM, Richard Purdie wrote: > > > https://autobuilder.yoctoproject.org/main/builders/nightly-x86/buil > > ds/1 > > 163/steps/BuildImages/logs/stdio > > > >

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-05 Thread Alexander Kanavin
On 06/05/2017 04:01 PM, Burton, Ross wrote: On 5 June 2017 at 13:14, Alexander Kanavin > wrote: The patches as they are now require that the C compiler on the host is recent; specifically that it defaults to

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-05 Thread Burton, Ross
On 5 June 2017 at 13:14, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > The patches as they are now require that the C compiler on the host is > recent; specifically that it defaults to C11 mode. I'm not sure when GCC > made the switch, but it works that way with GCC 6.3.0. >

Re: [OE-core] [PATCH] ncurses: Upgrade 6.0+20161126 -> 6.0+20170408

2017-06-05 Thread Burton, Ross
On 5 June 2017 at 02:03, Fan Xin wrote: > 1. Upgrade ncurses from 6.0+20161126 to 6.0+20170408 > > 2. Delete the following patch file becuase new version already uses the > awk to filter words. >fix-cflags-mangle.patch > This still fails to build mc: |

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-05 Thread Alexander Kanavin
On 06/05/2017 03:14 PM, Alexander Kanavin wrote: The patches as they are now require that the C compiler on the host is recent; specifically that it defaults to C11 mode. I'm not sure when GCC made the switch, but it works that way with GCC 6.3.0. I researched; the change happened in gcc 5

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-05 Thread Alexander Kanavin
On 06/04/2017 05:15 PM, Richard Purdie wrote: https://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/1 163/steps/BuildImages/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/build s/1203/steps/BuildImages/logs/stdio

Re: [OE-core] [PATCH] srecord: add collection of tools for manipulating EPROM load files

2017-06-05 Thread Andrej Valek
ok, I have moved it into meta-oe (http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113040.html) *fixed url On 06/05/2017 12:42 PM, Burton, Ross wrote: > > On 5 June 2017 at 08:55, Andrej Valek > wrote: > >

Re: [OE-core] [PATCH] srecord: add collection of tools for manipulating EPROM load files

2017-06-05 Thread Andrej Valek
ok, I have moved it into meta-oe (http://lists.openembedded.org/pipermail/openembedded-devel/2017/June/113040.html) On 06/05/2017 12:42 PM, Burton, Ross wrote: > > On 5 June 2017 at 08:55, Andrej Valek > wrote: > > For

[OE-core] State of bitbake world, Failed tasks 2017-05-30

2017-06-05 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [OE-core] [PATCH 1/5] cve-check: honor RM_OLD_IMAGE flag

2017-06-05 Thread Marko, Peter
> +if d.getVar('RM_OLD_IMAGE') == "1": > +os.remove(os.path.realpath(manifest_link)) I have been working with Krogoth and ported my changes to master. It seems this flag is no longer supported, thus this commit is wrong (or good only for backporting to

Re: [OE-core] [PATCH] srecord: add collection of tools for manipulating EPROM load files

2017-06-05 Thread Burton, Ross
On 5 June 2017 at 08:55, Andrej Valek wrote: > For explanation, this utility is used for EPROM data manipulation. > I think, it should be useful for development of embedded devices. > > Is this the correct mailing list? > If not, which mailing list would be appropriate?

Re: [OE-core] [PATCH] cairo: Fix CVE-2017-7475

2017-06-05 Thread Burton, Ross
On 5 June 2017 at 03:20, Fan Xin wrote: > +Upstream-Status: Pending > This should be Submitted. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH v2] archiver: Escape recipe name in regex

2017-06-05 Thread Burton, Ross
On 4 June 2017 at 22:37, Joshua Watt wrote: > Would it be possible to get this backported to pyro and morty? If > there is something else I need to move that along, please let me know. > The patch is now in master, so if you backport it to those branches and then post the

[OE-core] [PATCH V2] python2/3: Remove building host path from packages

2017-06-05 Thread Li Zhou
Remove building host related path from python2 and python3 packages. Signed-off-by: Li Zhou --- meta/recipes-devtools/python/python3_3.5.3.bb | 7 ++- meta/recipes-devtools/python/python_2.7.13.bb | 5 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCHv3 0/2] devshell: make sure toolchains are populated in sysroot

2017-06-05 Thread Richard Purdie
On Mon, 2017-06-05 at 01:15 +, Chang, Rebecca Swee Fun wrote: > Hi all, > > May I know is this patch in queue for merging? This fix was planned > for 2.4M1. > Thank you very much. I've queued these in -next, thanks. Richard -- ___

Re: [OE-core] [PATCH] srecord: add collection of tools for manipulating EPROM load files

2017-06-05 Thread Andrej Valek
For explanation, this utility is used for EPROM data manipulation. I think, it should be useful for development of embedded devices. Is this the correct mailing list? If not, which mailing list would be appropriate? Andrej On 05/31/2017 02:55 PM, Andrej Valek wrote: > Signed-off-by: Andrej

[OE-core] [PATCH] lsbinitscripts: Upgrade to 9.72

2017-06-05 Thread Fan Xin
1. Upgrade lsbinitscripts from 9.68 to 9.72 2. Rebase the following patch file. functions.patch Signed-off-by: Fan Xin --- .../lsb/lsbinitscripts/functions.patch | 43 -- ...binitscripts_9.68.bb => lsbinitscripts_9.72.bb} | 8 ++-- 2

[OE-core] [PATCH] logrotate: Support system dates back to the year 1970

2017-06-05 Thread Zhenbo Gao
backport commit bdbfea3 from logrotate upstream. Signed-off-by: Zhenbo Gao --- ...upport-system-dates-back-to-the-year-1970.patch | 27 ++ meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 1 + 2 files changed, 28 insertions(+) create mode

[OE-core] [PATCH 3/5] cve-check: do not parse error output

2017-06-05 Thread Peter Marko
Sometimes there are control messages in cve-check-tool printed to stderr. These lead to parsing error and thus failed build. This can happen for instance when cve database needs to be refreshed during build. Signed-off-by: Peter Marko --- meta/classes/cve-check.bbclass

[OE-core] [PATCH 1/5] cve-check: honor RM_OLD_IMAGE flag

2017-06-05 Thread Peter Marko
Signed-off-by: Peter Marko --- meta/classes/cve-check.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index 3a9e227..d8ac412 100644 --- a/meta/classes/cve-check.bbclass +++

[OE-core] [PATCH 4/5] cve-check: clean cve-check recipe result before re-building

2017-06-05 Thread Peter Marko
If there is cve report for a recipe in previous build and there is no result for current one, old cves are kept in CVE_CHECK_DIR. This happens on version upgrade or when cve/recipe is whitelisted. Signed-off-by: Peter Marko --- meta/classes/cve-check.bbclass | 5 +

[OE-core] [PATCH 2/5] cve-check: add do_rootfs dependency on cve-check

2017-06-05 Thread Peter Marko
Since do_rootfs depends on cve-check results of all recipes, we need to recursively depend on recipe do_cve_check. Signed-off-by: Peter Marko --- meta/classes/cve-check.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/cve-check.bbclass

[OE-core] [PATCH 0/5] cve-check improvements

2017-06-05 Thread Peter Marko
Hi, this series of patches fixes some issues with cve-check functionality. Peter Marko (5): cve-check: honor RM_OLD_IMAGE flag cve-check: add do_rootfs dependency on cve-check cve-check: do not parse error output cve-check: clean cve-check recipe result before re-building

[OE-core] [PATCH 5/5] cve-check-tool: fix crash on exceptions

2017-06-05 Thread Peter Marko
This fixes cve-check-tool crashes on exceptions. Signed-off-by: Peter Marko --- .../cve-check-tool/cve-check-tool_5.6.4.bb | 1 + ...01-Fix-freeing-memory-allocated-by-sqlite.patch | 50 ++ 2 files changed, 51 insertions(+) create mode

[OE-core] [PATCH] kmscube: add opengl to REQUIRED_DISTRO_FEATURES

2017-06-05 Thread jackie.huang
From: Jackie Huang kmscube depends on virtual/libgles2, virtual/egl (provided by mesa) and gstreamer1.0 which require opengl in DISTRO_FEATURES. Signed-off-by: Jackie Huang --- meta/recipes-graphics/kmscube/kmscube_git.bb | 4 +++- 1