summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-core
diff options
context:
space:
mode:
authorRick Altherr <raltherr@google.com>2016-12-08 23:21:49 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-12-19 16:35:47 +0300
commit4d9fd23f0e7e9fa5e72a805c6694471c38cf9dc6 (patch)
tree96764c0fcd1441d21663936b0030abb87d88c5d0 /meta-phosphor/common/recipes-core
parent91eef023579b8806520789b9e770c9338c0622a2 (diff)
downloadopenbmc-4d9fd23f0e7e9fa5e72a805c6694471c38cf9dc6.tar.xz
Create a phosphor-specific initramfs
OpenBMC has been using a .bbappend to add/remove packages from core-image-minimal-initramfs. Doing so keeps the recipe and initramfs image name as core-image-minimal-initramfs which is misleading as it now is very much phosphor-specific. Instead, make a new obmc-phosphor-initramfs recipe and image that is patterned after core-image-minimal-initramfs. Change-Id: Ieca2268eff01bb61cc0d25a1cbc1a6f5fadb6d2c Signed-off-by: Rick Altherr <raltherr@google.com>
Diffstat (limited to 'meta-phosphor/common/recipes-core')
-rw-r--r--meta-phosphor/common/recipes-core/images/core-image-minimal-initramfs.bbappend4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-phosphor/common/recipes-core/images/core-image-minimal-initramfs.bbappend b/meta-phosphor/common/recipes-core/images/core-image-minimal-initramfs.bbappend
deleted file mode 100644
index 5710d22c4..000000000
--- a/meta-phosphor/common/recipes-core/images/core-image-minimal-initramfs.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
-PACKAGE_INSTALL_remove = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi"
-PACKAGE_INSTALL += "obmc-phosphor-initfs"
-INITRAMFS_CTYPE ?= "lzma"
-INITRAMFS_FSTYPES = "cpio.${INITRAMFS_CTYPE}"