[OE-core] [meta][pyro][PATCHv3] Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage

2017-10-25 Thread Thomas Perrot
When UBOOT_SIGN_ENABLE is active: Dependency loop #1 found: do_concat_dtb (dependent Tasks ['linux-yocto_4.10.bb:do_assemble_fitimage']) do_install (dependent Tasks ['pseudo_1.8.2.bb:do_populate_sysroot', 'u-boot_2017.01.bb:do_compile', 'u-boot_2017.01.bb:do_concat_dtb']) do_deploy (depende

Re: [OE-core] [meta][pyro][PATCHv2] Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage

2017-10-25 Thread Thomas PERROT
Hi, It is an issue with the fitImage generation when UBOOT_SIGN_ENABLE is enabled, unrelated to extlinux. I just update the commit message and push a v3 of this patch. Best regards, Thomas P. On Tue, Oct 24, 2017 at 10:08 AM, André Draszik wrote: > Hi, > > On Mon, 2017-10-23 at 18:23 +0200,

[OE-core] [meta][PATCH 1/2] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
- Bad image type replacement for aarch64 - Fix DTB path in fitimage.its - Ignore fitImage type in do_bundle_initramfs task because the packaging is made by do_assemble_fitimage_initramfs - the images for arm64 are not compressed the linux_comp variable must therefore be none Signed-off-by: Thoma

[OE-core] [meta][PATCH 2/2] Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage

2017-10-25 Thread Thomas Perrot
When UBOOT_SIGN_ENABLE is active: Dependency loop #1 found: do_concat_dtb (dependent Tasks ['linux-yocto_4.10.bb:do_assemble_fitimage']) do_install (dependent Tasks ['pseudo_1.8.2.bb:do_populate_sysroot', 'u-boot_2017.01.bb:do_compile', 'u-boot_2017.01.bb:do_concat_dtb']) do_deploy (depende

[OE-core] ✗ patchtest: failure for Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage (rev3)

2017-10-25 Thread Patchwork
== Series Details == Series: Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/9444/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

[OE-core] [PATCH 1/2] tzcode-native: update to 2017d

2017-10-25 Thread Armin Kuster
LICENSE changes do to rewording https://github.com/eggert/tz/commit/7097a652778d35acf747d14f8bf7b3ced479bbc0#diff-9879d6db96fd29134fc802214163b95a Changes to code zic and the reference runtime now reject multiple leap seconds within 28 days of each other, or leap seconds before the Epoch

[OE-core] [PATCH 2/2] tzdata: update 2017d

2017-10-25 Thread Armin Kuster
LICENSE changed to to rewording https://github.com/eggert/tz/commit/7097a652778d35acf747d14f8bf7b3ced479bbc0#diff-9879d6db96fd29134fc802214163b95a Briefly: Northern Cyprus switches from +03 to +02/+03 on 2017-10-29. Fiji ends DST 2018-01-14, not 2018-01-21. Namibia switches from +01/+02 to

Re: [OE-core] [PATCH v8] kernel: Add support for multiple kernel packages

2017-10-25 Thread Bruce Ashfield
On Thu, Oct 19, 2017 at 3:19 PM, Haris Okanovic wrote: > Some distros may want to provide alternate kernel "flavors" via feeds or > within bootable images. For example, readily available builds which > provide certain diagnostic features can enable developers and testers to > more quickly resolve

Re: [OE-core] [meta][pyro][PATCHv2] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas PERROT
Hi, It's done, I just submit the path for the master branch. Best regards, Thomas P. On Tue, Oct 24, 2017 at 9:38 AM, akuster808 wrote: > > > On 10/20/2017 02:47 AM, Thomas Perrot wrote: > > - Bad image type replacement for aarch64 > > - Fix DTB path in fitimage.its > > - Ignore fitImage type

[OE-core] ✗ patchtest: failure for "[meta] Fix some issues in the ..." and 1 more

2017-10-25 Thread Patchwork
== Series Details == Series: "[meta] Fix some issues in the ..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/9470/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

Re: [OE-core] [PATCH 1/2] tzcode-native: update to 2017d

2017-10-25 Thread Yi Zhao
Should be 2017c ? I encountered a zdump build error on Ubuntu 14.04: zdump.c:803:1: error: static declaration of ‘snprintf’ follows non-static declaration |  snprintf(char *s, size_t size, char const *format, ...) |  ^ There was a discussion for it on upstream mailing list: http://mm.icann.org

[OE-core] Swig dependency error while building firmware with apparmor

2017-10-25 Thread shubhabrata sen
Hi, I'm trying to build a firmware with the apparmor recipe and I keep getting the following error *checking for swig... no* | checking whether the libapparmor debug output should be enabled... no | checking whether the libapparmor man pages should be generated... yes | checking for podchecker...

Re: [OE-core] [meta][PATCH 1/2] Fix some issues in the fitImage generation

2017-10-25 Thread André Draszik
On Wed, 2017-10-25 at 09:32 +0200, Thomas Perrot wrote: > - Bad image type replacement for aarch64 > - Fix DTB path in fitimage.its It doesn't look like the DTB bit is still relevant in this commit. > - Ignore fitImage type in do_bundle_initramfs task because the packaging > is made by do_assembl

Re: [OE-core] [meta][pyro][PATCHv3] Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage

2017-10-25 Thread André Draszik
On Wed, 2017-10-25 at 09:18 +0200, Thomas Perrot wrote: > When UBOOT_SIGN_ENABLE is active: > > Dependency loop #1 found: > do_concat_dtb (dependent Tasks ['linux- > yocto_4.10.bb:do_assemble_fitimage']) > do_install (dependent Tasks ['pseudo_1.8.2.bb:do_populate_sysroot', 'u- > boot_2017.01.b

Re: [OE-core] Swig dependency error while building firmware with apparmor

2017-10-25 Thread Martin Jansa
you probably want swig-native dependency. On Wed, Oct 25, 2017, 11:09 shubhabrata sen wrote: > Hi, > > I'm trying to build a firmware with the apparmor recipe and I keep getting > the following error > > *checking for swig... no* > | checking whether the libapparmor debug output should be enable

Re: [OE-core] [meta][PATCH 1/2] Fix some issues in the fitImage generation

2017-10-25 Thread André Draszik
On Wed, 2017-10-25 at 11:13 +0100, André Draszik wrote: > On Wed, 2017-10-25 at 09:32 +0200, Thomas Perrot wrote: > > - Bad image type replacement for aarch64 > > - Fix DTB path in fitimage.its > > It doesn't look like the DTB bit is still relevant in this commit. > > > - Ignore fitImage type in

Re: [OE-core] [oe-core][PATCH 1/1] qemumips64: no qemu-usermode for n32

2017-10-25 Thread Alexander Kanavin
On 10/25/2017 02:43 AM, Andre McCurdy wrote: On Tue, Oct 24, 2017 at 4:23 PM, Joe Slater wrote: qemu-usermode is only available for mips64 and o32 code. Isn't that already handled by meta/conf/machine/include/mips/arch-mips.inc # user mode qemu doesn't support mips64 n32: "Invalid ELF ima

Re: [OE-core] [PATCH v3] libnl: 3.2.29 -> 3.4.0

2017-10-25 Thread Alexander Kanavin
On 10/25/2017 05:59 AM, Huang Qiyu wrote: 2) Delete one patch "fix-pktloc_syntax_h-race.patch", for it is inappropriate,as the verion 3.4.0 has no lib/Makefile.am file. Apologies, but this is not a satisfactory reason to remove this patch. Has the upstream fixed the problem that the patch is

Re: [OE-core] [PATCH] curl: Security Advisory - curl - CVE-2017-1000254

2017-10-25 Thread Alexander Kanavin
On 10/25/2017 07:40 AM, akuster808 wrote: On 10/23/2017 03:29 AM, Alexander Kanavin wrote: On 10/23/2017 10:44 AM, Li Zhou wrote: Porting patch from to solve CVE-2017-1000254. It's better to update to latest ver

[OE-core] [PATCH] oe-build-perf-report-email.py: add images as MIME objects

2017-10-25 Thread Markus Lehtonen
Add images as separate MIME objects instead of directly embedding images in the html (as base64 encoded pngs). This makes the emails better suited for certain email servers/clients. Signed-off-by: Markus Lehtonen --- scripts/contrib/oe-build-perf-report-email.py | 42 +--

Re: [OE-core] Swig dependency error while building firmware with apparmor

2017-10-25 Thread shubhabrata sen
Hi Martin, Thank you for your reply. Could you please give a bit more details about this ? I'm relatively new to the openembedded environment. On Wed, Oct 25, 2017 at 12:28 PM, Martin Jansa wrote: > you probably want swig-native dependency. > > On Wed, Oct 25, 2017, 11:09 shubhabrata sen > wro

Re: [OE-core] Swig dependency error while building firmware with apparmor

2017-10-25 Thread Martin Jansa
swig-native builds swig for your host system, so that it can be executed during the build. So your apparmor configure most likely searches for swig in PATH and swig-native dependency will make sure it's there. On Wed, Oct 25, 2017, 13:56 shubhabrata sen wrote: > Hi Martin, > > Thank you for your

[OE-core] [PATCH 1/2] ed: add native class

2017-10-25 Thread Josef Holzmayr
Signed-off-by: Josef Holzmayr --- meta/recipes-extended/ed/ed_1.14.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/ed/ed_1.14.2.bb b/meta/recipes-extended/ed/ed_1.14.2.bb index 87d03b1..06d7cd1 100644 --- a/meta/recipes-extended/ed/ed_1.14.2.bb +++ b/meta/recipe

[OE-core] [PATCH 2/2] bc: bump version to 1.07.1

2017-10-25 Thread Josef Holzmayr
Signed-off-by: Josef Holzmayr --- meta/recipes-extended/bc/bc_1.06.bb| 26 meta/recipes-extended/bc/bc_1.07.1.bb | 25 +++ .../bc/files/fix-segment-fault.patch | 28 -- 3 files changed, 25 insertio

[OE-core] [PATCH 0/2] version bump bc to 1.07.1

2017-10-25 Thread Josef Holzmayr
This series bumps bc to version 1.07.1. The changes include the needed: - change of license to GPLv3 & LGPLv3 & GPLv2+ - removal of patch which has been upstreamed - add native class to ed as it is now a build time dependency Josef Holzmayr (2): ed: add native class bc: bump version to 1.07.1

Re: [OE-core] [PATCH 2/2] bc: bump version to 1.07.1

2017-10-25 Thread Alexander Kanavin
On 10/25/2017 03:34 PM, Josef Holzmayr wrote: meta/recipes-extended/bc/bc_1.06.bb| 26 meta/recipes-extended/bc/bc_1.07.1.bb | 25 +++ Please enable diff.renames in your git configuration, and resend. Also the changes to the r

[OE-core] [V2][PATCH 1/2] tzcode-native: update to 2017c

2017-10-25 Thread Armin Kuster
LICENSE changes do to rewording https://github.com/eggert/tz/commit/7097a652778d35acf747d14f8bf7b3ced479bbc0#diff-9879d6db96fd29134fc802214163b95a Backported to fixes from upstream too. Changes to code zic and the reference runtime now reject multiple leap seconds within 28 days of each

[OE-core] [V2][PATCH 2/2] tzdata: update 2017c

2017-10-25 Thread Armin Kuster
LICENSE changed to to rewording https://github.com/eggert/tz/commit/7097a652778d35acf747d14f8bf7b3ced479bbc0#diff-9879d6db96fd29134fc802214163b95a Briefly: Northern Cyprus switches from +03 to +02/+03 on 2017-10-29. Fiji ends DST 2018-01-14, not 2018-01-21. Namibia switches from +01/+02 to

Re: [OE-core] Swig dependency error while building firmware with apparmor

2017-10-25 Thread shubhabrata sen
It works perfectly now. Thanks a lot !! Really appreciate the help. On Wed, Oct 25, 2017 at 2:15 PM, Martin Jansa wrote: > swig-native builds swig for your host system, so that it can be executed > during the build. So your apparmor configure most likely searches for swig > in PATH and swig-nati

Re: [OE-core] [PATCH 0/2] version bump bc to 1.07.1

2017-10-25 Thread Jose Lamego
Josef, A previous upgrade attempt [1] showed that bc version 1.07.1 not only needs ed in the host (a regression from 1.06) but also shows a Parallel Make Race that requires unsetting PARALLEL_MAKE variable. I contacted the upstream maintainer and he is aware of this situation and has develope

[OE-core] [PATCH] dhcp: fix build issue with libxml2 support

2017-10-25 Thread Awais Belal
A missing case breaks the build when libxml2 is required and found appropriately. The third argument to the function AC_SEARCH_LIB is action-if-found which was mistakenly been used for the case where the library is not found and hence breaks the configure phase where it shoud actually pass. We now

[OE-core] [PATCH] kernel-fitimage: add DTB_LOAD to set dtb address

2017-10-25 Thread Chunrong Guo
From: Chunrong Guo kernel-fitimage for arm64 and arm need dynamically sets dtb address, thus we need a flexible way to load dtb address value. Signed-off-by: Chunrong Guo --- meta/classes/kernel-fitimage.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/kernel-fitimag

[OE-core] ✗ patchtest: failure for dhcp: fix build issue with libxml2 support

2017-10-25 Thread Patchwork
== Series Details == Series: dhcp: fix build issue with libxml2 support Revision: 1 URL : https://patchwork.openembedded.org/series/9485/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been execu

Re: [OE-core] [PATCH] kernel-fitimage: add DTB_LOAD to set dtb address

2017-10-25 Thread Otavio Salvador
On Wed, Oct 25, 2017 at 5:55 AM, Chunrong Guo wrote: > From: Chunrong Guo > > kernel-fitimage for arm64 and arm need dynamically sets dtb address, > thus we need a flexible way to load dtb address value. > > Signed-off-by: Chunrong Guo > --- > meta/classes/kernel-fitimage.bbclass | 3 +++ > 1 f

Re: [OE-core] [oe-core][PATCH 1/1] qemumips64: no qemu-usermode for n32

2017-10-25 Thread Andre McCurdy
On Wed, Oct 25, 2017 at 4:14 AM, Alexander Kanavin wrote: > On 10/25/2017 02:43 AM, Andre McCurdy wrote: >> >> On Tue, Oct 24, 2017 at 4:23 PM, Joe Slater wrote: >>> >>> qemu-usermode is only available for mips64 and o32 code. >> >> Isn't that already handled by meta/conf/machine/include/mips/arc

[OE-core] [meta][PATCH 1/4] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
Bad image type replacement for aarch64 Signed-off-by: Thomas Perrot --- meta/classes/kernel-fitimage.bbclass | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass index 179185b6b2..9baf399f2e 100644

[OE-core] [meta][PATCH 3/4] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage when UBOOT_SIGN_ENABLE is active: Dependency loop #1 found: do_concat_dtb (dependent Tasks ['linux-yocto_4.10.bb:do_assemble_fitimage']) do_install (dependent Tasks ['pseudo_1.8.2.bb:do_populate_sysroot', 'u-boot_2017.

[OE-core] [meta][PATCH 2/4] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
Ignore fitImage type in do_bundle_initramfs task because the packaging is made by do_assemble_fitimage_initramfs Signed-off-by: Thomas Perrot --- meta/classes/kernel.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.

[OE-core] [meta][PATCH 4/4] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
aarch64 compression Signed-off-by: Thomas Perrot --- meta/classes/kernel-uboot.bbclass | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/classes/kernel-uboot.bbclass b/meta/classes/kernel-uboot.bbclass index 87f02654fa..06d293039a 100644 --- a/meta/classes/ker

[OE-core] ✗ patchtest: failure for "[meta] Fix some issues in the ..." and 3 more

2017-10-25 Thread Patchwork
== Series Details == Series: "[meta] Fix some issues in the ..." and 3 more Revision: 1 URL : https://patchwork.openembedded.org/series/9487/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

[OE-core] [meta][PATCH 2/3] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
Ignore fitImage type in do_bundle_initramfs task because the packaging is made by do_assemble_fitimage_initramfs Signed-off-by: Thomas Perrot --- meta/classes/kernel.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.

[OE-core] [meta][PATCH 1/3] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
Bad image type replacement for aarch64 Signed-off-by: Thomas Perrot --- meta/classes/kernel-fitimage.bbclass | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass index 179185b6b2..9baf399f2e 100644

[OE-core] [meta][PATCH 3/3] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas Perrot
Avoid a circular dependency between do_concat_dtb and do_assemble_fitimage when UBOOT_SIGN_ENABLE is active: Dependency loop #1 found: do_concat_dtb (dependent Tasks ['linux-yocto_4.10.bb:do_assemble_fitimage']) do_install (dependent Tasks ['pseudo_1.8.2.bb:do_populate_sysroot', 'u-boot_2017.

Re: [OE-core] [oe-core][PATCH 1/1] qemumips64: no qemu-usermode for n32

2017-10-25 Thread Slater, Joseph
I found that libn32-gobject-introspection would not compile without the remove, but I could check again. Joe -Original Message- From: Andre McCurdy [mailto:armccu...@gmail.com] Sent: Wednesday, October 25, 2017 10:19 AM To: Alexander Kanavin Cc: Slater, Joseph; OE Core mailing list

[OE-core] ✗ patchtest: failure for "[meta] Fix some issues in the ..." and 2 more

2017-10-25 Thread Patchwork
== Series Details == Series: "[meta] Fix some issues in the ..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/9488/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

Re: [OE-core] [PATCH 0/2] version bump bc to 1.07.1

2017-10-25 Thread Josef Holzmayr
Hi Jose, On 25.10.2017 17:16, Jose Lamego wrote: A previous upgrade attempt [1] showed that bc version 1.07.1 not only needs ed in the host (a regression from 1.06) but also shows a Parallel Make Race that requires unsetting PARALLEL_MAKE variable. I contacted the upstream maintainer and he is

[OE-core] [PATCH] e2fsprogs-ptest: improve reproducibility

2017-10-25 Thread Juro Bystricky
Remove several Makefiles containing build host references. While at it, also remove some additional files not needed for testing. Signed-off-by: Juro Bystricky --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/e

[OE-core] [PATCH] wic/misc: Use bitbake -e -b options for env generation

2017-10-25 Thread Saul Wold
The -e option generates the environment and the -b only select the one recipe and suppresses the dependency generation as that is not needed for environment generation. Signed-off-by: Saul Wold --- scripts/lib/wic/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script

[OE-core] [PATCH] wic: Subcommands now use a common verify_native_sysroot()

2017-10-25 Thread Saul Wold
Change the parsing order so that --vars and --native-sysroot can be available to all subcommands, this also allows us to use a single function to verify or build the wic-tools native-sysroot needed for the commands, to ensure we don't use the possibly bad host commands. [YOCTO #12173] Signed-off-

Re: [OE-core] [PATCH v8] kernel: Add support for multiple kernel packages

2017-10-25 Thread Haris Okanovic
On 10/25/2017 03:00 AM, Bruce Ashfield wrote: On Thu, Oct 19, 2017 at 3:19 PM, Haris Okanovic wrote: Some distros may want to provide alternate kernel "flavors" via feeds or within bootable images. For example, readily available builds which provide certain diagnostic features can enable deve

Re: [OE-core] [PATCH v8] kernel: Add support for multiple kernel packages

2017-10-25 Thread Haris Okanovic
On 10/23/2017 04:38 PM, Saul Wold wrote: Haris, We are really really close, one suggestion in the commit message and linux-yocto-rt needs a fix similar to linux-yocto.inc (or maybe code removed). See below Thanks so much for this work Sau! On Thu, 2017-10-19 at 14:19 -0500, Haris Okanovic

[OE-core] [PATCH] libpng: Upgrade 1.6.31 -> 1.6.32

2017-10-25 Thread youngseokyoon
From: youngseok Fixed a bug that leaked memory from the png_handle_eXIf pointer. License file changes are due to updates in Version and Copyright date Signed-off-by: youngseok --- .../libpng/{libpng_1.6.31.bb => libpng_1.6.32.bb} | 8 1 file changed, 4 insertions(+), 4

Re: [OE-core] [PATCH] kernel-fitimage: add DTB_LOAD to set dtb address

2017-10-25 Thread Thomas PERROT
Hi, it would seem that it is also necessary to add the entry field on some targets. I think the best would to be do as for UBOOT_RD_LOADADDRESS and UBOOT_RD_ENTRYPOINT. Best regards, Thomas P. On Wed, Oct 25, 2017 at 6:52 PM, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Wed,

Re: [OE-core] [meta][PATCH 1/2] Fix some issues in the fitImage generation

2017-10-25 Thread Thomas PERROT
Hi, I agree, so I cleaned up, split into several commits, then superseded this one. Best regards, Thomas P. On Wed, Oct 25, 2017 at 1:06 PM, André Draszik wrote: > On Wed, 2017-10-25 at 11:13 +0100, André Draszik wrote: > > On Wed, 2017-10-25 at 09:32 +0200, Thomas Perrot wrote: > > > - Bad im

Re: [OE-core] [PATCH 1/1] systemd: fix strange behaviour on qemumips64

2017-10-25 Thread ChenQi
On 10/24/2017 01:14 AM, Khem Raj wrote: On Mon, Oct 23, 2017 at 4:41 AM, Burton, Ross wrote: Can we trust the mips64 compiler at all? Is there a specific optimisation that systemd is turning on that is causing this breakage? Have you reported this to the gcc bugzilla? Ross On 23 October 201