[OE-core] DEPEND on an image recipe

Phil Blundell philb at gnu.org
Fri Aug 17 12:55:23 UTC 2012


On Fri, 2012-08-17 at 08:51 -0400, Cliff Brake wrote:
> I would like to add a DEPEND to a kernel recipe that causes an
> initramfs image to be built every time before the kernel is built.  It
> seems that a DEPEND on the rootfs recipe triggers the rootfs build,
> however it appears that the kernel recipe does not wait for the image
> recipe to finish before it builds.  What is the best way to accomplish
> this?

do_compile[depends] += "ramfs-image:do_rootfs"

p.






More information about the Openembedded-core mailing list