diff options
Diffstat (limited to 'meta/classes/bootimg.bbclass')
| -rw-r--r-- | meta/classes/bootimg.bbclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 37a59c2d71..5e838db56c 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass | |||
| @@ -12,11 +12,11 @@ | |||
| 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_bootimg[depends] += "dosfstools-native:do_populate_staging \ | 15 | do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ |
| 16 | syslinux:do_populate_staging \ | 16 | syslinux:do_populate_sysroot \ |
| 17 | syslinux-installer-native:do_populate_staging \ | 17 | syslinux-installer-native:do_populate_sysroot \ |
| 18 | mtools-native:do_populate_staging \ | 18 | mtools-native:do_populate_sysroot \ |
| 19 | cdrtools-native:do_populate_staging" | 19 | cdrtools-native:do_populate_sysroot" |
| 20 | 20 | ||
| 21 | PACKAGES = " " | 21 | PACKAGES = " " |
| 22 | 22 | ||
