summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/images
AgeCommit message (Collapse)AuthorFilesLines
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>
2019-06-13include bmcweb-cert-config the same as bmcwebEd Tanous1-3/+0
bmcweb Redfish certificate service in this review: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/18545 Will require phosphor-bmcweb-cert-config to function correctly. Move the location that this is included to ensure that they are included together. Tested: built image with aformentioned patch. observed that GET /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/1 no longer throws 500 errors on image types that are not exactly obmc-phosphor-image targets. (From meta-phosphor rev: 80c1e1a4a052f23e05d87d9dce0aa57d9627005e) Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: I98cd1b07fb6b3050ac3c95609fbbcdc71943a7bd Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25Add certificate manager instance for bmcwebMarri Devender Rao1-0/+4
Added bitbake recipe to instantiate phoshor-certificate-manager service for bmcweb certificates. Caters for installing/replacing of bmcweb certificates. Specifying instance arguments through env file Tested: 1) Verified phosphor-certificate-manger instance for bmcweb is running 2) Verified Installing, Replacing of certificates using Redfish (From meta-phosphor rev: b0e77acb579523dfa706a545c86b1c2469692adc) Change-Id: Ifb4c8ac7e34f57a652f72eff1a0ef568a6348124 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-10obmc-phosphor-image: Don't install any localesBrad Bishop1-0/+2
Don't install any locales in an obmc-phosphor-image. The defaults probably meet most requirements at present and this saves ~128K with an xz compressed squashfs. Remove locale setting from distro configuration. The defaults are fine and this also allows the user to override. (From meta-phosphor rev: c2207adeb8ecfa1add3868eafc1f0d94d2e503d7) Change-Id: I2bd5eb4225cfd8f0024b14afc415c0c1bd166484 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 Bishop3-0/+27
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>