Re: [OE-core] [PATCH] dtc: Provide libfdt

2019-08-04 Thread Adrian Bunk
On Mon, Aug 05, 2019 at 12:42:11PM +0930, Andrew Jeffery wrote: > Applications are appearing that depend on parsing flattened devicetree > in userspace on target devices, e.g. pdbg[1]. Mark dtc as providing > libfdt so application recipes can depend on it. > > [1]

[OE-core] [PATCH 2/2] harfbuzz: upgrade 2.4.0 -> 2.5.3

2019-08-04 Thread Anuj Mittal
License-Update: Copyright years added, and point to correct source file. For changes in this version, see: https://github.com/harfbuzz/harfbuzz/blob/2.5.3/NEWS Signed-off-by: Anuj Mittal --- .../harfbuzz/{harfbuzz_2.4.0.bb => harfbuzz_2.5.3.bb} | 11 +-- 1 file changed, 5

[OE-core] [PATCH 1/2] pango: upgrade 1.42.4 -> 1.44.3

2019-08-04 Thread Anuj Mittal
* For changes, see: https://github.com/GNOME/pango/blob/master/NEWS * Remove upstreamed patch, rename docs and introspection meson options and add PACKAGECONFIG for tests. Signed-off-by: Anuj Mittal --- .../pango/pango/insensitive-diff.patch| 28 ---

[OE-core] [PATCH] dtc: Provide libfdt

2019-08-04 Thread Andrew Jeffery
Applications are appearing that depend on parsing flattened devicetree in userspace on target devices, e.g. pdbg[1]. Mark dtc as providing libfdt so application recipes can depend on it. [1] https://github.com/open-power/pdbg Signed-off-by: Andrew Jeffery --- meta/recipes-kernel/dtc/dtc.inc |

[OE-core] [PATCH] autotools: always include config_site.d files in CONFIG_SITE

2019-08-04 Thread Dan Callaghan
Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13375 Signed-off-by: Dan Callaghan --- meta/classes/autotools.bbclass | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 8768a6ad68..3d22ad0255

Re: [OE-core] [warrior][PATCH 01/11] binutils: fix CVE-2019-12972 CVE-2019-9071

2019-08-04 Thread Mittal, Anuj
Ping. Can this series be merged please? On Thu, 2019-07-25 at 12:02 +0800, Anuj Mittal wrote: > (From OE-Core rev: 093f0914f261a27d58ecba9c1e9d3b78a35af012) > > Signed-off-by: Anuj Mittal > Signed-off-by: Richard Purdie > --- > meta/recipes-devtools/binutils/binutils-2.32.inc | 2 + >

Re: [OE-core] [PATCH v2] pseudo: Upgrade to latest to fix openat() with a directory symlink [NAK]

2019-08-04 Thread Mark Hatle
On 8/3/19 9:57 AM, Khem Raj wrote: > I see the locale issue atleast 5-7 times a week on world builds so I > will be able to see if that frequency stays same after this fix. Internally we turned it into an error due to the frequency... out of 3-4k+ builds a week I think we're seeing it may 20

[OE-core] [PATCH] glibc: Update to glibc 2.30

2019-08-04 Thread Khem Raj
- Drop backported patches - Move common pieces between cross-localedef and glibc into a common file - Move latest checksums to glibc-common.inc and remove duplicates from glibc recipe - Detailed release notes [1] [1] https://sourceware.org/ml/libc-alpha/2019-08/msg00029.html Signed-off-by: Khem

Re: [OE-core] [PATCH] image.bbclass: exclude deploy-${PN}-image-complete from rm_work

2019-08-04 Thread Ming Liu
Hi, Richard: This is to handle the case IMAGE_CMD_yyy depending on IMAGE_CMD_xxx, while IMAGE_CMD_yyy need access the result generated by IMAGE_CMD_xxx in ${IMGDEPLOYDIR}, and IMAGE_CMD_yyy itself wanna generate a result in ${IMGDEPLOYDIR} as well, to be able to be covered by sstate. In this

[OE-core] [PATCH] image.bbclass: fix EXTRA_IMAGEDEPENDS dependencies

2019-08-04 Thread liu . ming50
From: Ming Liu Sometimes the deploy tasks of EXTRA_IMAGEDEPENDS are also needed by image, for instance, in qemuriscv64/qemuriscv machines: - EXTRA_IMAGEDEPENDS += "u-boot" - EXTRA_IMAGEDEPENDS += "opensbi" and there are also a lot of similar usuages in some BSP layers like meta-freescale. So

[OE-core] [PATCH] opensbi: handle deploy task under sstate

2019-08-04 Thread liu . ming50
From: Ming Liu Inherit deploy bbclass and install files to DEPLOYDIR rather than in DEPLOY_DIR_IMAGE. Signed-off-by: Ming Liu --- meta/recipes-bsp/opensbi/opensbi_0.4.bb | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/meta/recipes-bsp/opensbi/opensbi_0.4.bb

[OE-core] [PATCH] license_image.bbclass: drop invalid comments

2019-08-04 Thread liu . ming50
From: Ming Liu These comments are not valid any more, drop them. Signed-off-by: Ming Liu --- meta/classes/license_image.bbclass | 4 1 file changed, 4 deletions(-) diff --git a/meta/classes/license_image.bbclass b/meta/classes/license_image.bbclass index 2cfda81..3f102d0 100644 ---