On Fri, 14 Aug 2020 at 23:30, Denys Dmytriyenko <[email protected]> wrote: > > Ping. > > In case this was missed - the submitted patch was causing a breakage and was > not merged. Thanks.
Hi Denys, I've not had a chance to get back to this one for a long time due to illness and other priorities coming up. I've finally taken a long look at it to find out why my builds were failing without this patch back in June but seem to be fine without it now. I somehow ended up with my CI system populating local.conf incorrectly so DISTRO was set to poky but all the arago layers were included. The resulting error messages were: ERROR: /w/layers/meta-ti/recipes-kernel/linux/linux-ti-staging_5.4.bb: Task do_create_srcipk from /w/layers/meta-ti/recipes-kernel/linux/linux-ti-staging_5.4.bb seems to be empty?! ERROR: /w/layers/meta-ti/recipes-kernel/linux/linux-ti-staging-systest_5.4.bb: Task do_create_srcipk from /w/layers/meta-ti/recipes-kernel/linux/linux-ti-staging-systest_5.4.bb seems to be empty?! ERROR: /w/layers/meta-ti/recipes-kernel/linux/linux-ti-staging-rt_5.4.bb: Task do_create_srcipk from /w/layers/meta-ti/recipes-kernel/linux/linux-ti-staging-rt_5.4.bb seems to be empty?! Should we support the case where the meta-arago-distro layer is included but a different DISTRO is chosen? If so I can resubmit this, the patch was broken as I mixed up the arguments to bb.build.addtask() so it's easy to fix. Thanks, -- Paul Barker Konsulko Group _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
