From baf77657191bd64d715af425e0aaa2223d641863 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 2 Dec 2013 13:04:37 +0100 Subject: linux-dummy: catch up with image.bbclass changes image.bbclass now depends on virtual/kernel:do_deploy, so add a task for that. This fixes errors like this: ERROR: Task do_build in /build/linaro/build/meta-linaro/meta-linaro/recipes-linaro/images/linaro-image-lng.bb depends upon non-existent task do_deploy in /build/linaro/build/openembedded-core/meta/recipes-kernel/linux/linux-dummy.bb (From OE-Core rev: 26d07f2a5bef42a113c9c81f2b5701b4f3d10d47) Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-dummy.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/recipes-kernel/linux/linux-dummy.bb') diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb index 8a211da9e2..1c837c9263 100644 --- a/meta/recipes-kernel/linux/linux-dummy.bb +++ b/meta/recipes-kernel/linux/linux-dummy.bb @@ -31,6 +31,12 @@ do_install() { do_bundle_initramfs() { : } + +do_deploy() { + : +} + do_bundle_initramfs[nostamp] = "1" addtask bundle_initramfs after do_compile +addtask deploy after do_install -- cgit v1.2.3-54-g00ecf