On Mon, 2019-02-11 at 21:47 -0800, Khem Raj wrote: > PN-dev is empty and causes dependency loops during SDK build > > Signed-off-by: Khem Raj <[email protected]> > --- > meta/recipes-core/busybox/busybox.inc | 1 + > 1 file changed, 1 insertion(+)
I commented on this elsewhere but for completeness, this is a workaround, not a fix. The problem is that the PROVIDES in target-sdk- provides-dummy.bb are clearly missing something. This means that the SDK tries to exclude "/bin/sh" and similar target dependencies from the SDK rootfs which leads to excluding busybox and then fails to do so. If busybox is installed, busybox-dev gets pulled in and the problems start. The real fix is to figure out the missing target-sdk-provides-dummy provides. If someone could share a way to reproduce the failure that would be a good start. Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
