summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-dummy.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-12-02 13:04:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:26:51 +0000
commit26d07f2a5bef42a113c9c81f2b5701b4f3d10d47 (patch)
tree005b8ab646b7564c75ba5cfd3692a94daf824a95 /meta/recipes-kernel/linux/linux-dummy.bb
parent9cf1ac73c4e35101a4f5c01a5e1c53f9d567bc58 (diff)
downloadopenembedded-core-contrib-26d07f2a5bef42a113c9c81f2b5701b4f3d10d47.tar.gz
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@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-dummy.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-dummy.bb6
1 files changed, 6 insertions, 0 deletions
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