On Mon, Oct 19, 2020 at 08:12:05PM +0100, Paul Barker wrote: > 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. Ultimately, it might be possible to support multi-distro setup and ensure that distro-specific changes only get applied if corresponding DISTRO is selected. But, this hasn't been a priority when developing Arago distro - it started before Yocto Project came out, since OE Classic/Angstrom days. On the other hand, meta-ti BSP does support usage in multi-BSP setups and extra care has been taken to ensure that. Not so much for meta-arago, unfortunately. So, right now including Arago distro with a different DISTRO setting is not officially support and is probably not something to be resolved in the near future. -- Denys _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
