summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/boot-directdisk.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass
index 09da032049..44f738b02e 100644
--- a/meta/classes/boot-directdisk.bbclass
+++ b/meta/classes/boot-directdisk.bbclass
@@ -20,6 +20,7 @@
20# ${ROOTFS} - the rootfs image to incorporate 20# ${ROOTFS} - the rootfs image to incorporate
21 21
22do_bootdirectdisk[depends] += "dosfstools-native:do_populate_sysroot \ 22do_bootdirectdisk[depends] += "dosfstools-native:do_populate_sysroot \
23 virtual/kernel:do_deploy \
23 syslinux:do_populate_sysroot \ 24 syslinux:do_populate_sysroot \
24 syslinux-native:do_populate_sysroot \ 25 syslinux-native:do_populate_sysroot \
25 parted-native:do_populate_sysroot \ 26 parted-native:do_populate_sysroot \
@@ -69,7 +70,7 @@ boot_direct_populate() {
69 install -d $dest 70 install -d $dest
70 71
71 # Install bzImage, initrd, and rootfs.img in DEST for all loaders to use. 72 # Install bzImage, initrd, and rootfs.img in DEST for all loaders to use.
72 install -m 0644 ${STAGING_KERNEL_DIR}/bzImage $dest/vmlinuz 73 install -m 0644 ${DEPLOY_DIR_IMAGE}/bzImage $dest/vmlinuz
73 74
74 # initrd is made of concatenation of multiple filesystem images 75 # initrd is made of concatenation of multiple filesystem images
75 if [ -n "${INITRD}" ]; then 76 if [ -n "${INITRD}" ]; then