diff options
-rw-r--r-- | recipes-extended/images/container-base.bb | 3 |
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 | ||
24 | IMAGE_CONTAINER_NO_DUMMY = "1" | ||
25 | |||
23 | # Workaround /var/volatile for now | 26 | # Workaround /var/volatile for now |
24 | ROOTFS_POSTPROCESS_COMMAND += "rootfs_fixup_var_volatile ; " | 27 | ROOTFS_POSTPROCESS_COMMAND += "rootfs_fixup_var_volatile ; " |
25 | rootfs_fixup_var_volatile () { | 28 | rootfs_fixup_var_volatile () { |