diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc b/recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc index fcfefcf..eeb7f2d 100644 --- a/recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc +++ b/recipes-core/initrdscripts/readonly-rootfs-overlay-init-script.inc | |||
@@ -14,5 +14,11 @@ do_install() { | |||
14 | 14 | ||
15 | FILES:${PN} += " /init /media/rfs" | 15 | FILES:${PN} += " /init /media/rfs" |
16 | 16 | ||
17 | QA_EMPTY_DIRS:remove = "/media" | ||
18 | QA_EMPTY_DIRS:append = " \ | ||
19 | /media/rfs/ro \ | ||
20 | /media/rfs/rw \ | ||
21 | " | ||
22 | |||
17 | # Due to kernel dependency | 23 | # Due to kernel dependency |
18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 24 | PACKAGE_ARCH = "${MACHINE_ARCH}" |