[oe-commits] Koen Kooi : linux-dummy: catch up with image.bbclass changes

git at git.openembedded.org git at git.openembedded.org
Tue Dec 3 12:40:18 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 26d07f2a5bef42a113c9c81f2b5701b4f3d10d47
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=26d07f2a5bef42a113c9c81f2b5701b4f3d10d47

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Mon Dec  2 13:04:37 2013 +0100

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

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/linux/linux-dummy.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb
index 8a211da..1c837c9 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
 



More information about the Openembedded-commits mailing list