diff options
Diffstat (limited to 'meta/classes/bootimg.bbclass')
| -rw-r--r-- | meta/classes/bootimg.bbclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 7bd367b9ae..d15818ee5b 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass | |||
| @@ -13,7 +13,8 @@ | |||
| 13 | # ${SYSLINUX_OPTS} - additional options to add to the syslinux file ';' delimited | 13 | # ${SYSLINUX_OPTS} - additional options to add to the syslinux file ';' delimited |
| 14 | 14 | ||
| 15 | do_bootimg[depends] += "dosfstools-native:do_populate_staging \ | 15 | do_bootimg[depends] += "dosfstools-native:do_populate_staging \ |
| 16 | syslinux-native:do_populate_staging \ | 16 | syslinux:do_populate_staging \ |
| 17 | syslinux-installer-native:do_populate_staging \ | ||
| 17 | mtools-native:do_populate_staging \ | 18 | mtools-native:do_populate_staging \ |
| 18 | cdrtools-native:do_populate_staging" | 19 | cdrtools-native:do_populate_staging" |
| 19 | 20 | ||
| @@ -45,7 +46,7 @@ build_boot_bin() { | |||
| 45 | install -m 0644 ${ROOTFS} ${HDDDIR}/rootfs.img | 46 | install -m 0644 ${ROOTFS} ${HDDDIR}/rootfs.img |
| 46 | fi | 47 | fi |
| 47 | 48 | ||
| 48 | install -m 444 ${STAGING_DATADIR_NATIVE}/syslinux/ldlinux.sys \ | 49 | install -m 444 ${STAGING_DATADIR}/syslinux/ldlinux.sys \ |
| 49 | ${HDDDIR}/ldlinux.sys | 50 | ${HDDDIR}/ldlinux.sys |
| 50 | 51 | ||
| 51 | # Do a little math, bash style | 52 | # Do a little math, bash style |
| @@ -83,7 +84,7 @@ build_boot_bin() { | |||
| 83 | install -m 0644 ${INITRD} ${ISODIR}/initrd | 84 | install -m 0644 ${INITRD} ${ISODIR}/initrd |
| 84 | 85 | ||
| 85 | # And install the syslinux stuff | 86 | # And install the syslinux stuff |
| 86 | cp ${STAGING_DATADIR_NATIVE}/syslinux/isolinux.bin \ | 87 | cp ${STAGING_DATADIR}/syslinux/isolinux.bin \ |
| 87 | ${ISODIR} | 88 | ${ISODIR} |
| 88 | 89 | ||
| 89 | mkisofs -V ${BOOTIMG_VOLUME_ID} \ | 90 | mkisofs -V ${BOOTIMG_VOLUME_ID} \ |
