Re: [OE-core] [RFC][PATCH 0/3] Move rust from meta-rust to oe-core

2019-09-25 Thread Adrian Bunk
On Wed, Sep 25, 2019 at 01:52:08PM -0400, Randy MacLeod wrote: > On 9/24/19 6:18 AM, Adrian Bunk wrote: > > On Mon, Sep 23, 2019 at 10:45:05PM -0400, Randy MacLeod wrote: >... > > There are also related topics like how to provide security support > > for vendored libraries - this is the main reason

Re: [OE-core] [PATCH v2 2/3] apr: Fix configure error for nativesdk

2019-09-25 Thread Robert Yang
Hi Khem, On 9/26/19 10:57 AM, Khem Raj wrote: On Wed, Sep 25, 2019 at 7:52 PM Robert Yang wrote: Fixed: $ bitbake nativesdk-apr buildconf: libtool not found. You need libtool version 1.4 or newer installed Signed-off-by: Robert Yang --- meta/recipes-support/apr/apr_1.7.0.bb |

[OE-core] [PATCH] sdk: Install nativesdk locales for all TCLIBC variants

2019-09-25 Thread Khem Raj
install_locales() here is actually operating on nativesdk and only glibc is the default library for nativesdk, since thats what most of desktop/server distros use, therefore bailing out based on TCLIBC is not needed here, since nativesdk-glibc would be required for all non-glibc targetting SDKs as

Re: [OE-core] [PATCH v2 2/3] apr: Fix configure error for nativesdk

2019-09-25 Thread Khem Raj
On Wed, Sep 25, 2019 at 7:52 PM Robert Yang wrote: > > Fixed: > $ bitbake nativesdk-apr > buildconf: libtool not found. >You need libtool version 1.4 or newer installed > > Signed-off-by: Robert Yang > --- > meta/recipes-support/apr/apr_1.7.0.bb | 2 +- > 1 file changed, 1 insertion(

[OE-core] [PATCH v2 1/3] expect: Fix configure error for nativesdk

2019-09-25 Thread Robert Yang
Fixed: $ bitbake nativesdk-expect checking for Tcl public headers... configure: error: tcl.h not found. Please specify its location with --with-tclinclude Signed-off-by: Robert Yang --- meta/recipes-devtools/expect/expect_5.45.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) d

[OE-core] [PATCH v2 0/3] meta: 3 fixes for nativesdk

2019-09-25 Thread Robert Yang
* V2: - Fix comments from Ross. * V1 - Initial version // Robert The following changes since commit 95ad5626296380358c8a502a3e04879dab653d78: build-appliance-image: Update to master head revision (2019-09-19 20:32:47 +0100) are available in the git repository at: git://git.openembedd

[OE-core] [PATCH v2 2/3] apr: Fix configure error for nativesdk

2019-09-25 Thread Robert Yang
Fixed: $ bitbake nativesdk-apr buildconf: libtool not found. You need libtool version 1.4 or newer installed Signed-off-by: Robert Yang --- meta/recipes-support/apr/apr_1.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/apr/apr_1.7.0.bb

[OE-core] [PATCH v2 3/3] net-tools: Fix installed-vs-shipped for nativesdk

2019-09-25 Thread Robert Yang
Fixed: $ bitbake nativesdk-net-tools ERROR: nativesdk-net-tools-1.60-26-r0 do_package: QA Issue: nativesdk-net-tools: Files/directories were installed but not shipped in any package: /usr /usr/share /usr/share/man [snip] Signed-off-by: Robert Yang --- meta/recipes-extended/net-tools/net-

Re: [OE-core] Yocto Project Status WW39’19

2019-09-25 Thread akuster808
On 9/24/19 6:50 PM, ChenQi wrote: > On 09/24/2019 10:50 PM, Stephen K Jolley wrote: >> >> Current Dev Position: YP 2.8 M4 Feature Freeze >> >> Next Deadline: YP 3.0 Final Release 25th Oct >> >> >> SWAT Team Rotation: >> >> * >> >> SWAT lead is currently: Amanda  >> >> * >> >> SWAT team

[OE-core] [PATCH] u-boot: add CVE patches for u-boot

2019-09-25 Thread Meng.Li
From: Limeng Add 9 patches to fix below CVE issues. CVE-2019-13103 CVE-2019-13104 CVE-2019-13105 CVE-2019-13106 CVE-2019-14192 CVE-2019-14193 CVE-2019-14194 CVE-2019-14195 CVE-2019-14196 CVE-2019-14197 CVE-2019-14198 CVE-2019-14199 CVE-2019-14200 CVE-2019-14201 CVE-2019-14202 CVE-2019-14203 CVE-2

[OE-core] [yocto] : u-boot: add CVE patches for u-boot

2019-09-25 Thread Meng.Li
From: Limeng Add 9 patches to fix below CVE issues. CVE-2019-13103 CVE-2019-13104 CVE-2019-13105 CVE-2019-13106 CVE-2019-14192 CVE-2019-14193 CVE-2019-14194 CVE-2019-14195 CVE-2019-14196 CVE-2019-14197 CVE-2019-14198 CVE-2019-14199 CVE-2019-14200 CVE-2019-14201 CVE-2019-14202 CVE-2019-14203 CVE-2

[OE-core] [thud][PATCH v2] pango: Security fix for CVE

2019-09-25 Thread Muminul Islam
Signed-off-by: Muminul Islam --- .../pango/pango/CVE-2019-1010238.patch| 39 +++ meta/recipes-graphics/pango/pango_1.42.4.bb | 1 + 2 files changed, 40 insertions(+) create mode 100644 meta/recipes-graphics/pango/pango/CVE-2019-1010238.patch diff --git a/meta/recipes-

[OE-core] [PATCH] ell: update to 0.23

2019-09-25 Thread Oleksandr Kravchuk
Changelog: - Add support for checking if uintset is empty. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.22.bb => ell_0.23.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/ell/{ell_0.22.bb => ell_0.23.bb} (83%) diff --git a/meta/recipe

[OE-core] ✗ patchtest: failure for pango: Security fix for CVE

2019-09-25 Thread Patchwork
== Series Details == Series: pango: Security fix for CVE Revision: 1 URL : https://patchwork.openembedded.org/series/20176/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the pr

[OE-core] [thud][PATCH] pango: Security fix for CVE

2019-09-25 Thread Muminul Islam
Signed-off-by: Muminul Islam --- .../pango/pango/CVE-2019-1010238.patch| 36 +++ meta/recipes-graphics/pango/pango_1.42.4.bb | 1 + 2 files changed, 37 insertions(+) create mode 100644 meta/recipes-graphics/pango/pango/CVE-2019-1010238.patch diff --git a/meta/recipes-

Re: [OE-core] [oe-core][thud][PATCH v3] unzip: fix CVE-2019-13232

2019-09-25 Thread Mittal, Anuj
This applies as-is to master and warrior too since the versions there are same. Can this be merged there too please since those branches are also affected? Thanks, Anuj On Wed, 2019-09-25 at 23:30 +, msft.dant...@gmail.com wrote: > From: Dan Tran > > Signed-off-by: Dan Tran > --- > .../u

Re: [OE-core] [master][PATCH v3] esdk: Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-25 Thread Khem Raj
actually this is not the culprit but setting SDK_INCLUDE_NATIVESDK = "1" does help avoid this issue, the problem is in master I dont have time to bisect it but it worked fine few weeks ago. For now I will just set SDK_INCLUDE_NATIVESDK and move on On Wed, Sep 25, 2019 at 3:21 PM Khem Raj wrote: >

[OE-core] [oe-core][thud][PATCH v3] unzip: fix CVE-2019-13232

2019-09-25 Thread msft . dantran
From: Dan Tran Signed-off-by: Dan Tran --- .../unzip/unzip/CVE-2019-13232_p1.patch | 33 ++ .../unzip/unzip/CVE-2019-13232_p2.patch | 356 ++ .../unzip/unzip/CVE-2019-13232_p3.patch | 121 ++ meta/recipes-extended/unzip/unzip_6.0.bb | 3 + 4 files c

Re: [OE-core] [oe-core][thud][PATCH v2] unzip: fix CVE-2019-13232

2019-09-25 Thread Mittal, Anuj
We should probably take this as well: https://github.com/madler/unzip/commit/6d351831be705cc26d897db44f878a978f4138fc See: https://github.com/madler/unzip/commit/47b3ceae397d21bf822bc2ac73052a4b1daf8e1c#commitcomment-34460988 Debian has also applied all three patches. Thanks, Anuj On Wed, 20

[OE-core] [oe-core][thud][PATCH v2] unzip: fix CVE-2019-13232

2019-09-25 Thread msft . dantran
From: Dan Tran Signed-off-by: Dan Tran --- .../unzip/unzip/CVE-2019-13232.patch | 388 ++ meta/recipes-extended/unzip/unzip_6.0.bb | 1 + 2 files changed, 389 insertions(+) create mode 100644 meta/recipes-extended/unzip/unzip/CVE-2019-13232.patch diff --git a/m

Re: [OE-core] [master][PATCH v3] esdk: Introduce mechanism to keep nativesdk* sstate in esdk

2019-09-25 Thread Khem Raj
I think this is the reason why extensible sdk is not building for me, key is I am not setting SDK_INCLUDE_NATIVESDK The file local.conf.bak that it is not able to find to copy is actually inside sdk-ext/image/tmp-renamed-sdk/conf, So I wonder if renaming is happening inbetween copying ? Summary:

[OE-core] [PATCH] qemuriscv: Do not blacklist clang anymore

2019-09-25 Thread Khem Raj
clang 9.x ( which is now default in meta-clang ) supports riscv Signed-off-by: Khem Raj --- meta/conf/machine/include/riscv/qemuriscv.inc | 13 - 1 file changed, 13 deletions(-) diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.i

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread Khem Raj
On Wed, Sep 25, 2019 at 2:30 PM George McCollister wrote: > > On Wed, Sep 25, 2019 at 1:34 PM Khem Raj wrote: > > > > On 9/25/19 11:13 AM, George McCollister wrote: > > > On Wed, Sep 25, 2019 at 11:08 AM Mark Hatle > > > wrote: > > >> > > >> On 9/25/19 6:52 AM, George McCollister wrote: > > >>>

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread George McCollister
On Wed, Sep 25, 2019 at 1:34 PM Khem Raj wrote: > > On 9/25/19 11:13 AM, George McCollister wrote: > > On Wed, Sep 25, 2019 at 11:08 AM Mark Hatle > > wrote: > >> > >> On 9/25/19 6:52 AM, George McCollister wrote: > >>> Set OPENSSL_ENGINES to the path where engines are actually installed. > >>> >

Re: [OE-core] [PATCH] nativesdk-dnf: ensure installed systemd files are shipped

2019-09-25 Thread Ross Burton
On 25/09/2019 20:17, Trevor Gamblin wrote: On 9/24/19 12:15 PM, Ross Burton wrote: On 24/09/2019 15:01, Trevor Gamblin wrote: From: Trevor Gamblin "bitbake nativesdk-dnf" throws a QA warning if the contents of ${base_libdir}/systemd/system/ are not shipped, so add them. Looks like a bug in

Re: [OE-core] [PATCH] bmap-tools: add missing python3-misc dependency

2019-09-25 Thread Ross Burton
On 25/09/2019 15:49, Diego Rondini wrote: Add runtime dependency on python3-misc as bmaptool depends on ntpath. Signed-off-by: Diego Rondini --- meta/recipes-support/bmap-tools/bmap-tools_3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/bmap-too

Re: [OE-core] [PATCH] wic: Using the right rootfs size during prepare_rootfs

2019-09-25 Thread Jason Wessel
This definitely doesn't work as is, for the case where you use additional rootfs-dir variables in the .wks.in file. I made a sample .wks.in file with the following and build core-image-minimal. bootloader --ptable gpt part / --source rootfs --ondisk sda --fstype=ext4 --label otaboot1 --align 4

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread Andre McCurdy
On Wed, Sep 25, 2019 at 12:13 PM George McCollister wrote: > On Wed, Sep 25, 2019 at 1:37 PM Andre McCurdy wrote: > > > > On Wed, Sep 25, 2019 at 11:13 AM George McCollister > > wrote: > > > On Wed, Sep 25, 2019 at 11:08 AM Mark Hatle > > > wrote: > > > > On 9/25/19 6:52 AM, George McCollister

Re: [OE-core] [PATCH] nativesdk-dnf: ensure installed systemd files are shipped

2019-09-25 Thread Trevor Gamblin
On 9/24/19 12:15 PM, Ross Burton wrote: On 24/09/2019 15:01, Trevor Gamblin wrote: From: Trevor Gamblin "bitbake nativesdk-dnf" throws a QA warning if the contents of ${base_libdir}/systemd/system/ are not shipped, so add them. Looks like a bug in systemd.bbclass, not this recipe.  For exam

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread George McCollister
On Wed, Sep 25, 2019 at 1:37 PM Andre McCurdy wrote: > > On Wed, Sep 25, 2019 at 11:13 AM George McCollister > wrote: > > On Wed, Sep 25, 2019 at 11:08 AM Mark Hatle > > wrote: > > > On 9/25/19 6:52 AM, George McCollister wrote: > > > > Set OPENSSL_ENGINES to the path where engines are actually

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread Andre McCurdy
On Wed, Sep 25, 2019 at 11:13 AM George McCollister wrote: > On Wed, Sep 25, 2019 at 11:08 AM Mark Hatle > wrote: > > On 9/25/19 6:52 AM, George McCollister wrote: > > > Set OPENSSL_ENGINES to the path where engines are actually installed. > > > > > > Signed-off-by: George McCollister > > > ---

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread Khem Raj
On 9/25/19 11:13 AM, George McCollister wrote: On Wed, Sep 25, 2019 at 11:08 AM Mark Hatle wrote: On 9/25/19 6:52 AM, George McCollister wrote: Set OPENSSL_ENGINES to the path where engines are actually installed. Signed-off-by: George McCollister --- meta/recipes-connectivity/openssl/ope

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread George McCollister
On Wed, Sep 25, 2019 at 11:08 AM Mark Hatle wrote: > > On 9/25/19 6:52 AM, George McCollister wrote: > > Set OPENSSL_ENGINES to the path where engines are actually installed. > > > > Signed-off-by: George McCollister > > --- > > meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | 2 +- > > 1 f

Re: [OE-core] [RFC][PATCH 0/3] Move rust from meta-rust to oe-core

2019-09-25 Thread Randy MacLeod
On 9/24/19 6:18 AM, Adrian Bunk wrote: On Mon, Sep 23, 2019 at 10:45:05PM -0400, Randy MacLeod wrote: I moved the Rust support from meta-rust to oe-core. As you'd expect, it's still building rust-hello-world for all qemus (except riscv64 which may never have worked). Rust-hello-world runs for m

[OE-core] [warrior][PATCH] qemu: Fix CVE-2019-8934

2019-09-25 Thread msft . dantran
From: Dan Tran Signed-off-by: Dan Tran --- meta/recipes-devtools/qemu/qemu.inc | 3 +- .../qemu/qemu/CVE-2019-8934.patch | 215 ++ 2 files changed, 217 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2019-8934.patch d

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread Mark Hatle
On 9/25/19 6:52 AM, George McCollister wrote: > Set OPENSSL_ENGINES to the path where engines are actually installed. > > Signed-off-by: George McCollister > --- > meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/r

[OE-core] [PATCH] wic: Using the right rootfs size during prepare_rootfs

2019-09-25 Thread Alessio Igor Bogani
The commit 8e48b4d6c4 makes wic ignores IMAGE_ROOTFS_SIZE for rootfs size and makes it uses the computed one only. Re-add support for IMAGE_ROOTFS_SIZE variable and compute roots size only if the former is not defined. Signed-off-by: Alessio Igor Bogani --- scripts/lib/wic/partition.py | 22

[OE-core] [PATCH] bmap-tools: add missing python3-misc dependency

2019-09-25 Thread Diego Rondini
Add runtime dependency on python3-misc as bmaptool depends on ntpath. Signed-off-by: Diego Rondini --- meta/recipes-support/bmap-tools/bmap-tools_3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb b/meta/recipes-support/b

[OE-core] [PATCH][thud] cve-check: backport rewrite from master

2019-09-25 Thread Ross Burton
As detailed at [1] the XML feeds provided by NIST are being discontinued on October 9th 2019. As cve-check-tool uses these feeds, cve-check.bbclass will be inoperable after this date. To ensure that cve-check continues working, backport the following commits from master to move away from the unma

[OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-09-25 Thread George McCollister
Set OPENSSL_ENGINES to the path where engines are actually installed. Signed-off-by: George McCollister --- meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb b/meta/recipes-

[OE-core] [PATCH 0/1] make OPENSSL_ENGINES match install path

2019-09-25 Thread George McCollister
Set OPENSSL_ENGINES in the openssl 1.1 recipe to the path where engines are actually installed. This should be cherry-picked to warrior and probably anything older with an openssl 1.1 recipe. I've not tested it with anything older than warrior so someone else can make that call. George McCollister

[OE-core] [PATCH][warrior] cve-check: backport rewrite from master

2019-09-25 Thread Ross Burton
As detailed at [1] the XML feeds provided by NIST are being discontinued on October 9th 2019. As cve-check-tool uses these feeds, cve-check.bbclass will be inoperable after this date. To ensure that cve-check continues working, backport the following commits from master to move away from the unma

Re: [OE-core] [PATCH 2/3] expect: Fix configure error for nativesdk

2019-09-25 Thread Robert Yang
On 9/25/19 5:47 PM, Ross Burton wrote: On 25/09/2019 10:30, Robert Yang wrote:   TCL_INCLUDE_PATH = ""   TCL_INCLUDE_PATH_class-target = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6" +TCL_INCLUDE_PATH_class-nativesdk = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6" Did you test just always pass

Re: [OE-core] [PATCH 3/3] apr: Fix configure error for nativesdk

2019-09-25 Thread Robert Yang
On 9/25/19 5:48 PM, Ross Burton wrote: On 25/09/2019 10:30, Robert Yang wrote: Fixed: $ bitbake nativesdk-expect You meant nativesdk-apr   DEPENDS = "util-linux" +DEPENDS_class-nativesdk = "nativesdk-libtool" As we're explicitly calling libtool, why not just DEPEND on libtool always? T

Re: [OE-core] [PATCH 3/3] apr: Fix configure error for nativesdk

2019-09-25 Thread Ross Burton
On 25/09/2019 10:30, Robert Yang wrote: Fixed: $ bitbake nativesdk-expect You meant nativesdk-apr DEPENDS = "util-linux" +DEPENDS_class-nativesdk = "nativesdk-libtool" As we're explicitly calling libtool, why not just DEPEND on libtool always? Ross -- _

Re: [OE-core] [PATCH 2/3] expect: Fix configure error for nativesdk

2019-09-25 Thread Ross Burton
On 25/09/2019 10:30, Robert Yang wrote: TCL_INCLUDE_PATH = "" TCL_INCLUDE_PATH_class-target = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6" +TCL_INCLUDE_PATH_class-nativesdk = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6" Did you test just always passing --with-tclinclude=... in all classes?

Re: [OE-core] [PATCH 1/3] net-tools: Fix installed-vs-shipped for nativesdk

2019-09-25 Thread Ross Burton
On 25/09/2019 10:30, Robert Yang wrote: Fixed: $ bitbake nativesdk-net-tools ERROR: nativesdk-net-tools-1.60-26-r0 do_package: QA Issue: nativesdk-net-tools: Files/directories were installed but not shipped in any package: /usr /usr/share /usr/share/man [snip] Signed-off-by: Robert Ya

Re: [OE-core] [PATCH 1/1] systemd: mark /etc as updated to avoid unnecessary services to run

2019-09-25 Thread Ross Burton
On 25/09/2019 04:07, Chen Qi wrote: We have updated hwdb via postinstall, updated systemd users via 'systemd_create_users', so there's no need to update /etc. Mark it as updated to avoid unnecessary services like systemd-hwdb-update.service to run. This would solve timeout problem on qemumips. S

Re: [OE-core] [warrior][PATCH] kernel-uboot: compress arm64 kernels

2019-09-25 Thread Bedel, Alban
On Wed, 2019-09-25 at 08:49 +, Bonnans, Laurent wrote: > On 9/25/19 2:23 AM, akuster808 wrote: > > > On 9/24/19 12:23 AM, Bedel, Alban wrote: > > > On Tue, 2019-09-03 at 09:41 +, Bedel, Alban wrote: > > > > On Wed, 2019-07-31 at 13:53 +, Bedel, Alban wrote: > > > > > AArch64 images are

[OE-core] [PATCH 2/3] expect: Fix configure error for nativesdk

2019-09-25 Thread Robert Yang
Fixed: $ bitbake nativesdk-expect checking for Tcl public headers... configure: error: tcl.h not found. Please specify its location with --with-tclinclude Signed-off-by: Robert Yang --- meta/recipes-devtools/expect/expect_5.45.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recip

[OE-core] [PATCH 3/3] apr: Fix configure error for nativesdk

2019-09-25 Thread Robert Yang
Fixed: $ bitbake nativesdk-expect buildconf: libtool not found. You need libtool version 1.4 or newer installed Signed-off-by: Robert Yang --- meta/recipes-support/apr/apr_1.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/apr/apr_1.7.0.bb b/meta/reci

[OE-core] [PATCH 1/3] net-tools: Fix installed-vs-shipped for nativesdk

2019-09-25 Thread Robert Yang
Fixed: $ bitbake nativesdk-net-tools ERROR: nativesdk-net-tools-1.60-26-r0 do_package: QA Issue: nativesdk-net-tools: Files/directories were installed but not shipped in any package: /usr /usr/share /usr/share/man [snip] Signed-off-by: Robert Yang --- meta/recipes-extended/net-tools/net-

[OE-core] [PATCH 0/3] meta: 3 fixes for nativesdk

2019-09-25 Thread Robert Yang
The following changes since commit 95ad5626296380358c8a502a3e04879dab653d78: build-appliance-image: Update to master head revision (2019-09-19 20:32:47 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/sdk http://cgit.openembedded.org/

Re: [OE-core] [warrior][PATCH] kernel-uboot: compress arm64 kernels

2019-09-25 Thread Bonnans, Laurent
On 9/25/19 2:23 AM, akuster808 wrote: > On 9/24/19 12:23 AM, Bedel, Alban wrote: >> On Tue, 2019-09-03 at 09:41 +, Bedel, Alban wrote: >>> On Wed, 2019-07-31 at 13:53 +, Bedel, Alban wrote: AArch64 images are not self-decompressing, thus usually much larger. Boot times can b

[OE-core] [PATCH] e2fsprogs:upgrade 1.45.3 -> 1.45.4

2019-09-25 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- .../e2fsprogs/{e2fsprogs_1.45.3.bb => e2fsprogs_1.45.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.45.3.bb => e2fsprogs_1.45.4.bb} (99%) diff --git a/meta/recipes-devtools/e2fsprogs/e

[OE-core] ✗ patchtest: failure for musl: Fix riscv64 CAS functions

2019-09-25 Thread Patchwork
== Series Details == Series: musl: Fix riscv64 CAS functions Revision: 1 URL : https://patchwork.openembedded.org/series/20146/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the