Re: [OE-core] [PATCH 0/1] fix pod2man errors in binutils-cross

2021-10-01 Thread Guillaume Champagne
Le ven. 1 oct. 2021 à 17:22, Richard Purdie a écrit : > > On Fri, 2021-10-01 at 14:04 -0400, Guillaume Champagne wrote: > > Hi, > > > > when building binutils-cross-x86_64 on hardknott, do_compile fails with: > > make[4]: Entering directory > > '/builds/pr

[OE-core] [PATCH 1/1] binutils: use perlnative for pod2man

2021-10-01 Thread Guillaume Champagne
binutils uses pod2man in its makefile, leading to "pod2man: command not found" errors when unavailable. Make it available by inheriting pernaltive. Signed-off-by: Guillaume Champagne --- meta/recipes-devtools/binutils/binutils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[OE-core] [PATCH 0/1] fix pod2man errors in binutils-cross

2021-10-01 Thread Guillaume Champagne
Hi, when building binutils-cross-x86_64 on hardknott, do_compile fails with: make[4]: Entering directory '/builds/project/tmp/work/x86_64-linux/binutils-cross-x86_64/2.36.1-r0/git/build.x86_64-linux.x86_64-dist-linux/ld/po' make[4]: *** No rule to make target 'all'. Stop. Seems like it's caused

[OE-core] [RFC PATCH 0/1] image-live: order bootimg after rootfs

2021-05-26 Thread Guillaume Champagne
this as an RFC to get the confirmation that this patch is a right way to approach the issue. Furthermore, I feel like if there was a way to entierly skip do_rootfs, that could be great since it doesn't even have to run if the final image doesn't include that rootfs. Thanks, Guillaume Guillaume

[OE-core] [RFC PATCH 1/1] image-live.bbclass: order do_bootimg after do_rootfs

2021-05-26 Thread Guillaume Champagne
by: 96f47c39f1d17f073243913d524bde84add41d8f), do_bootimg can run before do_rootfs, thus before IMGDEPLOYDIR is created. To avoid this situation, do_bootimg is now explicitly ordered after do_rootfs. Signed-off-by: Guillaume Champagne --- meta/classes/image-live.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH] image-live.bbclass: optional depends when ROOTFS empty

2021-04-01 Thread Guillaume Champagne
`ROOTFS` is optional. It can be empty if the live image doesn't require a rootfs. In such cases, the build doesn't depend on `do_image_{LIVE_ROOTFS_TYPE}`. Signed-off-by: Guillaume Champagne --- meta/classes/image-live.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [RFC PATCH 0/2] replace qemuboot.conf by qemuboot.json

2021-02-15 Thread Guillaume Champagne
Le ven. 12 févr. 2021 à 06:48, Ross Burton a écrit : > > On Fri, 12 Feb 2021 at 04:54, Guillaume Champagne > wrote: > > This fixes bug #12503. Sending this as an RFC since I'm not sure what to > > do with autobuilder-worker-prereq-tests. It fetches a qemuboot.conf from

[OE-core] [RFC PATCH 2/2] baremetal-image: change comment to qemuboot.json

2021-02-11 Thread Guillaume Champagne
Signed-off-by: Guillaume Champagne --- meta/classes/baremetal-image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/baremetal-image.bbclass b/meta/classes/baremetal-image.bbclass index 90d58f2615..ecda456c39 100644 --- a/meta/classes/baremetal

[OE-core] [RFC PATCH 1/2] runqemu: replace qemuboot.conf by qemuboot.json

2021-02-11 Thread Guillaume Champagne
Fixes [YOCTO #12503] Switch to json format since it is more common than INI style configuration files within oe-core. Every key stored can now be a top level item and case on keys no longer has to be enforced. Signed-off-by: Guillaume Champagne --- meta/classes/qemuboot.bbclass | 18

[OE-core] [RFC PATCH 0/2] replace qemuboot.conf by qemuboot.json

2021-02-11 Thread Guillaume Champagne
to update references to qemuboot.conf in the documentation. Guillaume Champagne (2): runqemu: replace qemuboot.conf by qemuboot.json baremetal-image: change comment to qemuboot.json meta/classes/baremetal-image.bbclass| 2 +- meta/classes/qemuboot.bbclass | 18 +-- meta/lib

[OE-core] [PATCH] weston: add missing packageconfigs

2020-08-19 Thread Guillaume Champagne
-by: Guillaume Champagne --- meta/recipes-graphics/wayland/weston_8.0.0.bb | 20 +-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/wayland/weston_8.0.0.bb b/meta/recipes-graphics/wayland/weston_8.0.0.bb index f8e9e15f84..8fef864827 100644