summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/images/container-base.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/images/container-base.bb b/recipes-extended/images/container-base.bb
index 3e636cad..434239a8 100644
--- a/recipes-extended/images/container-base.bb
+++ b/recipes-extended/images/container-base.bb
@@ -20,6 +20,9 @@ IMAGE_INSTALL = " \
20 netbase \ 20 netbase \
21" 21"
22 22
23# Allow build with or without a specific kernel
24IMAGE_CONTAINER_NO_DUMMY = "1"
25
23# Workaround /var/volatile for now 26# Workaround /var/volatile for now
24ROOTFS_POSTPROCESS_COMMAND += "rootfs_fixup_var_volatile ; " 27ROOTFS_POSTPROCESS_COMMAND += "rootfs_fixup_var_volatile ; "
25rootfs_fixup_var_volatile () { 28rootfs_fixup_var_volatile () {