mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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 <koen.kooi@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a17ffbdbb7
commit
baf7765719
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user