[OE-core] [PATCH] kernel-devsrc: fix usrmerge install path

2018-12-15 Thread Allen Wild
Update /lib to $nonarch_base_libdir to fix package QA errors when usermerge is enabled in DISTRO_FEATURES. ERROR: kernel-devsrc-1.0-r0 do_package_qa: QA Issue: kernel-devsrc package is not obeying usrmerge distro feature. /lib should be relocated to /usr. [usrmerge] Signed-off-by: Allen Wild

[OE-core] [PATCH] kernel: fix the modules tarball when using usrmerge

2018-05-06 Thread Allen Wild
igned-off-by: Allen Wild --- meta/classes/kernel.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 78d6c30b07..bbb5dbb1b2 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -

[OE-core] [PATCH] xz: use update-alternatives

2018-05-06 Thread Allen Wild
handles these conflicts properly. Signed-off-by: Allen Wild --- meta/recipes-extended/xz/xz_5.2.3.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-extended/xz/xz_5.2.3.bb b/meta/recipes-extended/xz/xz_5.2.3.bb index c0f8b82f64..65168920d1 100644 --- a/meta/recipes-extended

Re: [OE-core] [PATCH] syslinux: always use the BFD linker

2017-12-16 Thread Allen Wild
27;t been able to determine why that's the case. Allen On Wed, Dec 13, 2017 at 6:53 AM, Burton, Ross wrote: > On 13 December 2017 at 02:42, Allen Wild wrote: > >> Oops, forgot mail the list when sending my first reply. >> >> I tried appending LDFLAGS, but it do

Re: [OE-core] [PATCH] syslinux: always use the BFD linker

2017-12-12 Thread Allen Wild
onf definition of LD to change, syslinux could also just simply redefine LD = "${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}" Thoughts? --Allen On Tue, Dec 12, 2017 at 4:46 PM, Allen Wild wrote: >> Hm, other recipes that have this need typically simply do: >> >&g

[OE-core] [PATCH] syslinux: always use the BFD linker

2017-12-11 Thread Allen Wild
-by: Allen Wild --- meta/recipes-devtools/syslinux/syslinux_6.03.bb | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/syslinux/syslinux_6.03.bb b/meta/recipes-devtools/syslinux/syslinux_6.03.bb index f8b1094096..c61adec577 100644 --- a/meta/recipes

[OE-core] [python3][PATCH] scripts/lnr: update for python3

2016-05-29 Thread Allen Wild
Change shebang line to python3 and add parentheses to print Signed-off-by: Allen Wild --- scripts/lnr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lnr b/scripts/lnr index 9dacebe..5fed780 100755 --- a/scripts/lnr +++ b/scripts/lnr @@ -1,4 +1,4 @@ -#! /usr/bin