From 60301251ca16e8886300e599cbdc11e7cd6acfa4 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 23 Sep 2019 12:27:48 -0700 Subject: obmc-phosphor-initramfs: Add read-only-rootfs feature This reduces the number of files that end up in the image like the opkg alternatives files that only get removed if the image class sees the image featurs are set to read-only. (From meta-phosphor rev: a04a0a57b5dd3b0d5f7d3c6b7058ff2ccfafeb92) Change-Id: I07aaf9dd9fbfcd8770bb8ed23236ac0e4eabe4f3 Signed-off-by: William A. Kennington III Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb b/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb index 3f0b3c16f..739aab50b 100644 --- a/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb +++ b/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb @@ -5,7 +5,7 @@ first 'init' program more efficiently." PACKAGE_INSTALL = "${VIRTUAL-RUNTIME_base-utils} base-passwd ${ROOTFS_BOOTSTRAP_INSTALL} obmc-phosphor-initfs" # Do not pollute the initrd image with rootfs features -IMAGE_FEATURES = "" +IMAGE_FEATURES = "read-only-rootfs" export IMAGE_BASENAME = "obmc-phosphor-initramfs" IMAGE_LINGUAS = "" -- cgit v1.2.3