diff options
| -rw-r--r-- | meta/classes/bootimg.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 90bc3a430a..3a8c715087 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass | |||
| @@ -34,7 +34,7 @@ inherit syslinux | |||
| 34 | 34 | ||
| 35 | build_boot_bin() { | 35 | build_boot_bin() { |
| 36 | install -d ${HDDDIR} | 36 | install -d ${HDDDIR} |
| 37 | install -m 0644 ${STAGING_KERNEL_DIR}/bzImage \ | 37 | install -m 0644 ${STAGING_DIR}/${MACHINE}${HOST_VENDOR}-${HOST_OS}/kernel/bzImage \ |
| 38 | ${HDDDIR}/vmlinuz | 38 | ${HDDDIR}/vmlinuz |
| 39 | 39 | ||
| 40 | if [ -n "${INITRD}" ] && [ -s "${INITRD}" ]; then | 40 | if [ -n "${INITRD}" ] && [ -s "${INITRD}" ]; then |
| @@ -61,7 +61,7 @@ build_boot_bin() { | |||
| 61 | 61 | ||
| 62 | # Install the kernel | 62 | # Install the kernel |
| 63 | 63 | ||
| 64 | install -m 0644 ${STAGING_KERNEL_DIR}/bzImage \ | 64 | install -m 0644 ${STAGING_DIR}/${MACHINE}${HOST_VENDOR}-${HOST_OS}/kernel/bzImage \ |
| 65 | ${ISODIR}/vmlinuz | 65 | ${ISODIR}/vmlinuz |
| 66 | 66 | ||
| 67 | # Install the configuration files | 67 | # Install the configuration files |
