diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-08 18:21:18 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-08 18:21:18 +0000 |
commit | 834b006eb02aa7a225ad17da4c16e00aa63448db (patch) | |
tree | 76ecc50ccfa3d769f450f2d5d995ca590099194f /meta/classes | |
parent | 1cdbacbc75d7d4abb0b1f8a6df2e734c7e4755a6 (diff) | |
download | poky-834b006eb02aa7a225ad17da4c16e00aa63448db.tar.gz |
bootimg: reformatted
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1897 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes')
-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/" |