diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/bootimg.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 859d517dbd..b1c03ba068 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass | |||
@@ -28,6 +28,7 @@ | |||
28 | do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ | 28 | do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ |
29 | mtools-native:do_populate_sysroot \ | 29 | mtools-native:do_populate_sysroot \ |
30 | cdrtools-native:do_populate_sysroot \ | 30 | cdrtools-native:do_populate_sysroot \ |
31 | virtual/kernel:do_deploy \ | ||
31 | ${@oe.utils.ifelse(d.getVar('COMPRESSISO'),'zisofs-tools-native:do_populate_sysroot','')}" | 32 | ${@oe.utils.ifelse(d.getVar('COMPRESSISO'),'zisofs-tools-native:do_populate_sysroot','')}" |
32 | 33 | ||
33 | PACKAGES = " " | 34 | PACKAGES = " " |
@@ -66,7 +67,7 @@ populate() { | |||
66 | install -d ${DEST} | 67 | install -d ${DEST} |
67 | 68 | ||
68 | # Install bzImage, initrd, and rootfs.img in DEST for all loaders to use. | 69 | # Install bzImage, initrd, and rootfs.img in DEST for all loaders to use. |
69 | install -m 0644 ${STAGING_KERNEL_DIR}/bzImage ${DEST}/vmlinuz | 70 | install -m 0644 ${DEPLOY_DIR_IMAGE}/bzImage ${DEST}/vmlinuz |
70 | 71 | ||
71 | # initrd is made of concatenation of multiple filesystem images | 72 | # initrd is made of concatenation of multiple filesystem images |
72 | if [ -n "${INITRD}" ]; then | 73 | if [ -n "${INITRD}" ]; then |