diff options
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r-- | meta/classes/bootimg.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index b1c03ba068..4abe00e944 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass | |||
@@ -29,7 +29,7 @@ do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \ | |||
29 | mtools-native:do_populate_sysroot \ | 29 | mtools-native:do_populate_sysroot \ |
30 | cdrtools-native:do_populate_sysroot \ | 30 | cdrtools-native:do_populate_sysroot \ |
31 | virtual/kernel:do_deploy \ | 31 | virtual/kernel:do_deploy \ |
32 | ${@oe.utils.ifelse(d.getVar('COMPRESSISO'),'zisofs-tools-native:do_populate_sysroot','')}" | 32 | ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')}" |
33 | 33 | ||
34 | PACKAGES = " " | 34 | PACKAGES = " " |
35 | EXCLUDE_FROM_WORLD = "1" | 35 | EXCLUDE_FROM_WORLD = "1" |