summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-2/+2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2020-07-15initramfs: Add init script for eMMCAdriana Kobylak1-1/+5
This init script mounts the rootfs based on the root u-boot env variable, mounts the read-write filesystem and sets up the overlay. (From meta-phosphor rev: 86164b2e072cc6cebc9caf1614e2b1fa0e0884a0) Change-Id: If9121048b6223d5391e5f6a8b7d6cd7d22707969 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-09-25obmc-phosphor-initramfs: Add read-only-rootfs featureWilliam A. Kennington III1-1/+1
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 <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-25obmc-phosphor-initramfs: Remove udevWilliam A. Kennington III1-1/+4
We aren't actually using udev during the initrd stage, and it takes and extra 500KB compressed worth of space in the file. For some reason the udev dependency pulls in the native shadow functionality which we have been implicitly depending on. This explicitly calls out that dependency. (From meta-phosphor rev: 848bfdb10c4d4420a05015b04320a13cf88f631d) Change-Id: I0bc08e602946b2a6dc58da97805db0b5fe0ebd6e Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-09Remove shadow package from initramfsRichard Marian Thomaiyar1-0/+2
Remove shadow package from initramfs. This also removes it's dependencies like pam modules, which was increasing the initramfs size. shadow package will come from obmc-phosphor-image. (From meta-phosphor rev: 17d1d721121f1d3c08be4e6fc9c1265d4c4a1189) Change-Id: Id08d49ac6f2ba631d167163f6dad23d924e61c15 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop1-0/+21
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>