diff options
-rw-r--r-- | meta/classes/bootimg.bbclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 24e2d296ad..18d393cca0 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass | |||
@@ -12,7 +12,10 @@ | |||
12 | # ${APPEND} - an override list of append strings for each label | 12 | # ${APPEND} - an override list of append strings for each label |
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_rootfs[depends] +="dosfstools-native:do_populate_staging syslinux-native:do_populate_staging mtools-native:do_populate_staging cdrtools-native:do_populate_staging" | 15 | do_rootfs[depends] += "dosfstools-native:do_populate_staging \ |
16 | syslinux-native:do_populate_staging \ | ||
17 | mtools-native:do_populate_staging \ | ||
18 | cdrtools-native:do_populate_staging" | ||
16 | 19 | ||
17 | BDIR="${WORKDIR}/boot" | 20 | BDIR="${WORKDIR}/boot" |
18 | ISODIR="${IMAGE_ROOTFS}/isolinux/" | 21 | ISODIR="${IMAGE_ROOTFS}/isolinux/" |