[OE-core] [PATCH] meta/conf/layer.conf: adapt to more flexible initramfs-framework RDEPENDS

2016-02-08 Thread Patrick Ohly
initramfs-framework now RDEPENDS on ${VIRTUAL-RUNTIME_base-utils}, which can be busybox or some alternative like toybox. Making the SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS exception flexible, too, ensures that distros using toybox still pass the selftests. Signed-off-by: Patrick Ohly --- meta/conf/layer

Re: [OE-core] [PATCH] meta/conf/layer.conf: adapt to more flexible initramfs-framework RDEPENDS

2016-02-09 Thread Patrick Ohly
On Mon, 2016-02-08 at 16:14 +0100, Patrick Ohly wrote: > initramfs-framework now RDEPENDS on ${VIRTUAL-RUNTIME_base-utils}, > which can be busybox or some alternative like toybox. Making the > SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS exception flexible, too, ensures that > distros using toybox still pass th

Re: [OE-core] [PATCH] meta/conf/layer.conf: adapt to more flexible initramfs-framework RDEPENDS

2016-02-09 Thread Patrick Ohly
On Tue, 2016-02-09 at 10:22 +0100, Patrick Ohly wrote: > On Mon, 2016-02-08 at 16:14 +0100, Patrick Ohly wrote: > > initramfs-framework now RDEPENDS on ${VIRTUAL-RUNTIME_base-utils}, > > which can be busybox or some alternative like toybox. Making the > > SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS exception f