diff options
| -rw-r--r-- | meta/classes/core-image.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 657d5f243a..4c70d329a6 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
| @@ -29,6 +29,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
| 29 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs | 29 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs |
| 30 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs | 30 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs |
| 31 | # - doc-pkgs - documentation packages for all installed packages in the rootfs | 31 | # - doc-pkgs - documentation packages for all installed packages in the rootfs |
| 32 | # - read-only-rootfs - tweaks an image to support read-only rootfs | ||
| 32 | # | 33 | # |
| 33 | PACKAGE_GROUP_x11 = "packagegroup-core-x11" | 34 | PACKAGE_GROUP_x11 = "packagegroup-core-x11" |
| 34 | PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base" | 35 | PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base" |
| @@ -80,3 +81,6 @@ ROOTFS_POSTPROCESS_COMMAND += "rootfs_update_timestamp ; " | |||
| 80 | 81 | ||
| 81 | # Zap the root password if debug-tweaks feature is not enabled | 82 | # Zap the root password if debug-tweaks feature is not enabled |
| 82 | ROOTFS_POSTPROCESS_COMMAND += '${@base_contains("IMAGE_FEATURES", "debug-tweaks", "", "zap_root_password ; ",d)}' | 83 | ROOTFS_POSTPROCESS_COMMAND += '${@base_contains("IMAGE_FEATURES", "debug-tweaks", "", "zap_root_password ; ",d)}' |
| 84 | |||
| 85 | # Tweak the mount options for rootfs in /etc/fstab if read-only-rootfs is enabled | ||
| 86 | ROOTFS_POSTPROCESS_COMMAND += '${@base_contains("IMAGE_FEATURES", "read-only-rootfs", "read_only_rootfs_hook; ", "",d)}' | ||
