diff options
| -rw-r--r-- | meta/classes/image-live.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index c837fbfc92..c8a8610604 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass | |||
| @@ -32,6 +32,7 @@ do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ | |||
| 32 | cdrtools-native:do_populate_sysroot \ | 32 | cdrtools-native:do_populate_sysroot \ |
| 33 | virtual/kernel:do_deploy \ | 33 | virtual/kernel:do_deploy \ |
| 34 | ${MLPREFIX}syslinux:do_populate_sysroot \ | 34 | ${MLPREFIX}syslinux:do_populate_sysroot \ |
| 35 | syslinux-native:do_populate_sysroot \ | ||
| 35 | ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')} \ | 36 | ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')} \ |
| 36 | ${PN}:do_image_ext4 \ | 37 | ${PN}:do_image_ext4 \ |
| 37 | " | 38 | " |
