summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes
AgeCommit message (Collapse)AuthorFilesLines
2020-09-10meta-phosphor: obmc-apps: Add health monitoringVijay Khemka1-0/+2
Add phosphor-health-monitor packages to obmc packagroups and create IMAGE_FEATURES for easy opt-out. (From meta-phosphor rev: 67a3c577eced35685ec373b30a1419be5f3d3827) Change-Id: I912610933a2e73530e862feff684134dce9dfe99 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-04phosphor-networkd: srcrev bump 33bc9a9360..ffcba341a8Andrew Geissler1-1/+1
William A. Kennington III (1): ethernet_interface: Fix gateway entry emission (From meta-phosphor rev: 73e7995510e92d0255c44ca9a8b00c99d6195f96) Change-Id: I9ad74aee7aab96a5b405a8349209053c61eeccfb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-03phosphor-networkd: srcrev bump 76b2aa3e7e..33bc9a9360Andrew Geissler1-1/+1
Asmitha Karunanithi (1): Fix for not updating invalid MAC to fw_printenv (From meta-phosphor rev: 578679b301937b2dc069fa0c2326e978fad287fd) Change-Id: Ibe4cb93eb16dda2cc8b6a99353991c6fb8e9d622 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-02skeleton: srcrev bump 1146f8c6e5..3fbb4443dbAndrew Geissler1-1/+1
Andrew Geissler (1): fix sizeof bug (From meta-phosphor rev: 66849a401a8684391c09de24092d869bd750352b) Change-Id: I41605d10b2fa22321afe75a6bf8e0ad00b512605 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-01meta-phosphor: ldap: nsswitch: add rootfs posthookBrad Bishop1-0/+8
An ldap image feature was recently added. If the image feature is used without the distro feature, nsswitch will have the wrong content and the function won't work. Move this logic to a rootfs post hook so that the distro feature is not required (and can be deprecated) and because this is the expected way to make these sorts of modifications to base files anyway. (From meta-phosphor rev: 22de160c862b4cf4fee2a3f62e9bd7fad807344d) Change-Id: I1bc69a96e833801c58bebce68b633e8550982fb8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-01phosphor-software-manager-mmc: Set optional-images configAdriana Kobylak1-0/+1
Set the optional-images config option to image-hostfw, which is an image file added to the mmc code update tarball at build time. This config option enables signature validation on the files specified if signature validation is enabled and the optional file exists in the tarball. Tested: Verified signature validation was run over the image-hostfw file. (From meta-phosphor rev: 7625008312e8ce8db5e3c46b2c890dbe36718c25) Change-Id: Ifdd5c27b639453cca77d36f1209b50c7efea20ef Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-01Revert "image_types_phosphor.bbclass: Add a mmc-verity image type"Adriana Kobylak1-99/+2
This reverts commit 86cfbd54a3ef9c7379e044723253a38f850bab56. There was a change in direction in the eMMC implementation that didn't require verity verification, so removing from the code. Documentation reference: https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/28443 In addition, oe-core has now a verity bbclass in meta-security that could be used if needed. Reference: https://patches.openembedded.org/patch/171851/ (From meta-phosphor rev: 7edade144ae0c6291ded57858dc3f8e05ee873c9) Change-Id: Ia56a06ef3b09518f7f45241aacfba12a4a57415d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-26meta-phosphor: obmc-apps: Avoid extrasBrad Bishop1-0/+8
Much like CORE_IMAGE_EXTRA_INSTALL, packagegroup-obmc-apps-extras is a dumping ground. Move packages to proper packagroups (bmcweb, ikvm, dbus-monitor, ldap) and create IMAGE_FEATURES for easy opt-out. (From meta-phosphor rev: 7463d6daf6868dcad47070c35c1abaec5cf3d2a5) Change-Id: Ic4209059ac6e22aac18ef95010c7da1439686962 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19phosphor-networkd: srcrev bump 7f9c6680ab..76b2aa3e7eAndrew Geissler1-1/+1
Alexander Filippov (1): Ensure that the MAC address is saved in u-boot-env (From meta-phosphor rev: 9af3db339a485a036155673eaaf77b33cb1c5bf2) Change-Id: I63e1f353e53cf43832feb56dd5711c837afc8297 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-14phosphor-image: Avoid CORE_IMAGE_EXTRA_INSTALLBrad Bishop1-5/+9
CORE_IMAGE_EXTRA_INSTALL is a dumping ground. Move packages to proper packagroups (console/sol, rng) and create IMAGE_FEATURES for easy opt-out. Move the ffdc application to the debugging packagegroup. Move the pam-access plugin to the user management packagegroup. (From meta-phosphor rev: 94bf53d44193b6c5d123c462333fdedf91613370) Change-Id: If43af92f9bfcb6e0eef08adefbce077defd90b8d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14obmc-phosphor-image: devtools refactoringBrad Bishop1-5/+3
Move i2c tools to the devtools package, right next to gpio tools. Rename extrasdevtools to just devtools. "Extra" doesn't convey any useful information. We can get away with this rename since noone is touching the package. Add an IMAGE_FEATURE for devtools, for easy opt-out. (From meta-phosphor rev: 113fe568c65247e4dc99513b679b74c049178d36) Change-Id: I28e8e6444e7d5d8c5c6b7c0fb6666587027b3a7b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14pam-ipmi: move to netipmiBrad Bishop1-1/+0
There is no reason to install the pam-ipmi module if net-ipmi isn't being installed. (From meta-phosphor rev: 26921a3944fe1a7d223212c9715e6b50dd53f666) Change-Id: Ibb4a418f710f41d85472f7224fd9e480ca881296 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14obmc-phosphor-image: move licenseBrad Bishop1-2/+0
Move the LICENSE directive to the image recipe so other recipes could have their own license, and because this is how oe-core is organized. (From meta-phosphor rev: 92cadf349fb2948e64e44fba73b5eba1944886e2) Change-Id: I6cc0499b9874ac38852cde05cb44fd32f8871204 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14obmc-phosphor-image: move rootfs cmds to recipeBrad Bishop1-10/+0
Similar to IMAGE_FEATURES, move the rootfs modifications to the image recipe to open up the possibility of other image recipes using obmc-phosphor-image.bbclass. Leave the rootfs command definitions in the class for use by other image recipes. (From meta-phosphor rev: 1e92fefdf8c8da253a4ed0ae35256af7592da0b6) Change-Id: I814f73e24fda19c7fd5393252b660b20079e66c7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14obmc-phoshor-image: move IMAGE_FEATURESBrad Bishop1-29/+0
IMAGE_FEATURES should be set by the image recipe that inherits the class. This emulates oe-core and opens up the possibility of other image recipes using obmc-phosphor-image.bbclass. (From meta-phosphor rev: 758f9693593a4502012923f6c493323af709515f) Change-Id: I0dd7bc99618f89becc9192b25f61951d28a09d42 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-07meta-phosphor: drop dead codeBrad Bishop1-8/+0
This function isn't used where, so drop. (From meta-phosphor rev: 8505f065b61291c628b23e593a7bc05c6db64e4e) Change-Id: If961d3422758af4bcd75069fa695fabe2df01f56 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07meta-phosphor: drop feature check wrappersBrad Bishop2-23/+6
These pointless wrappers don't do anything other than obfuscate intent to readers that have experience with bitbake metadata. (From meta-phosphor rev: 536cee986517bf14226feb2f412928bc1904f950) Change-Id: I92b12b6d675acb65d67f442c6331560cb20c88e6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-07meta-phosphor: drop dead pid control bbclassBrad Bishop1-5/+0
This bbclass isn't used anymore. Remove. (From meta-phosphor rev: 5f04ec5f04a797805afe2ac14a90c294a906ca6e) Change-Id: Iad923167b2a8655a42a432e80bb84e67fd3e68c1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-04meta-phosphor: drop dead bbclassBrad Bishop1-13/+0
This bbclass isn't used anymore. Remove. (From meta-phosphor rev: 8e9664029361a2705eb77a7cb9feb18fc6d76ef6) Change-Id: Icba6da198443aebab338dc5273e66d80bc386bf8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-22phosphor-networkd: srcrev bump 817012a319..7f9c6680abAndrew Geissler1-1/+1
William A. Kennington III (1): ethernet_interface: Remove local admin MAC check (From meta-phosphor rev: d430a1718ebafc6800db53acc32195835f14dd0c) Change-Id: I3473268c3034d58d5aef43e600af04268fe3f1c6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-17phosphor-hostfw-image: Create recipeAdriana Kobylak1-2/+11
Create a recipe to add host firmware files to the BMC image files. Via a bbappend, this recipe provides a mechanism to have content be added to a flashable BMC image and an image file to be added to the code update tarball to be updated during a firmware update. (From meta-phosphor rev: 39b1ff0dcd12f15dc651aa20cb85cdec903cb5de) Change-Id: I12b3ced57a6446fd1fc046324ee13e4701581336 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-15phosphor-software-manager: mmc: Add update servicesAdriana Kobylak1-0/+13
The mmc config option in the phosphor-bmc-code-mgmt repo supports now mmc code update, add the depends and services. (From meta-phosphor rev: 98d1f319a22a88887c96ae80b58b8fe8d4b7ca97) Change-Id: Id32177e5d63b18ad9e1060770a031bcce91ae551 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-15image_types_phosphor: Add ext4 boot fs to eMMC tarballAdriana Kobylak1-2/+22
The eMMC has two boot ext4 partitions with the fitImage in them. For the code update tarball, create this ext4 filesystem so that code update can flash it. (From meta-phosphor rev: 066633db0c7a7023b6644ebfc615c3f93a2732e1) Change-Id: I561fd71b2d532ab856caaf41a62bc02b2f8c5444 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-15obmc-phosphor-image: Enable read-only-rootfs for mmc distroAdriana Kobylak1-0/+1
Set the rootfs to read-only if the mmc distro feature is enabled. Similar to ubi, the ext4 filesystem option would have a read-only root fs and only allow certain directories like /var and /etc to be writable. (From meta-phosphor rev: 6c1407dc6835c033196be1c36daada24b9ffac18) Change-Id: Ia963d3feb1800aa01116f522ad38ef49b7fa9a7d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-15phosphor-software-manager: Create a new mmc bbclassAdriana Kobylak1-0/+7
Add a bbclass for the mmc configuration option. (From meta-phosphor rev: 7df4aa01e4d35e6ec7294f08e4bd3f1d18e61f01) Change-Id: I6602362e511bcffae1e185a72861ae1edec050f9 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-01phosphor-dbus-interfaces and phosphor-networkd bumpAndrew Geissler1-1/+1
Chicago Duan (1): Add PLDM.Event Interface James Feist (1): Change sensor Value to double Johnathan Mantey (1): Enhance DHCP beyond just OFF and IPv4/IPv6 enabled phosphor-networkd: srcrev bump e5a867a547..817012a319 Johnathan Mantey (1): Enhance DHCP beyond just OFF and IPv4/IPv6 enabled. (From meta-phosphor rev: c768b524c278ddee0a31e4412cfb8c3b067be5aa) Change-Id: I67e32afce4a05e087906a29485c330e61fba5bdf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-27phosphor-networkd: srcrev bump ca8b91b6a1..e5a867a547Andrew Geissler1-1/+1
Manojkiran Eda (3): filesystem is not experimental anymore since c++17 Fix the error spotted by meson Enable NCSI logs the Logs on Console (From meta-phosphor rev: 8bd3fd0ee700bf5d7ea19cd79f10de81ff7c5a7e) Change-Id: Ie709af5d778821dc9b19038ebb26a7456d7db50a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-22phosphor-networkd: srcrev bump 75e08eaa6d..ca8b91b6a1Andrew Geissler1-1/+1
Manojkiran Eda (3): Enable nlohmann-json dependency in phosphor-networkd Enable Fist Boot Set MAC Feature for Network Service Fix to set ipaddress on VLAN Ratan Gupta (2): Fix: Exception handling during fetching of hostname Fix the error message (From meta-phosphor rev: 2c29c25bb36f0864b1895a0b5ed65c553534b5a3) Change-Id: Ia6e8b2acda4557218f22fd5ea32efc99159da5e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-18phosphor-networkd: srcrev bump 12beaada90..75e08eaa6dAndrew Geissler1-1/+1
Manojkiran Eda (1): Enable sync-mac flag for networkd (From meta-phosphor rev: 2563568353734c4c91f5a81803c31a321111fc02) Change-Id: Ieec862a43b27ef6ba0b21d118730aec8382ee356 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-17phosphor-networkd: srcrev bump b6103f2cfc..12beaada90Andrew Geissler1-1/+1
William A. Kennington III (1): util: Replace raw struct functions with stdplus (From meta-phosphor rev: 1421f9124d6573acc79ca7a1585a48effcdb4ff0) Change-Id: I7dbdd81f4c114d9a9214361a153331abb520a178 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16phosphor-software-manager: Move to mesonAdriana Kobylak1-10/+2
(From meta-phosphor rev: 2badcf923f4666c9c83842d0c0bc08132c6ef1c5) Change-Id: I124b014509e2370f65c24a1c3b3672932f156717 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16phosphor-base.inc: add var for automatic YAML subdirsPatrick Williams1-1/+1
Some packages have directory trees of YAML files arranged based on canonical organization names. See phosphor-logging-yaml-providers.bbclass as an example. Add a variable that can be appended to by a layer to limit the number of 'bbappends' that are necessary in a layer to add their layer-specific organizations to all the YAML processing recipes. (From meta-phosphor rev: 2f31e7a7a37f841c1b2586e92258a7759b36306f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie4754ba96a4542ce813869a1384b44ab88000be0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16phosphor-logging: create bbclass for non-native YAMLPatrick Williams1-0/+22
The current working model for many packages that supply YAML is that they have both a native and a non-native package where the native package doesn't build anything but supplies YAML and the non-native package does the real building. In the case of phosphor-logging this is due to a cyclic dependency: package-yaml -> logging header -> package To hopefully reduce the complexity on package makefiles to this dual-build structure, I have created a non-native bbclass that can be used to create simple packages for the logging YAML. I have also created a sample for phosphor-led. (From meta-phosphor rev: bb79d7c980ba03f45ba5c3cb1783f59ee5cdc4bd) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I38e096c36180b2b6e68a336bb204727a2f96c1a1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-03phosphor-networkd: srcrev bump 06345733e3..b6103f2cfcAndrew Geissler1-1/+1
Manojkiran Eda (1): Fix : clang-10 issue for Networkd (From meta-phosphor rev: 199c4eb97d386bb0ef83d692892b452eff4a6d95) Change-Id: I7d66cba3dc5e87f9d8b60e5bfe26e8ca1813fa23 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-02python3-autotools.bbclass: remove unused classPatrick Williams1-38/+0
sdbusplus was the only user of this bbclass and now that is moved to meson. Drop unused class. (From meta-phosphor rev: 2d826275ba4eb670fbae81490d819b8c602ecbad) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0b49e9a0acab8dbfacdb67efc9e3422db16e60ba Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-02phosphor-bmc-code-mgmt: srcrev bump 9155b713ff..0d7198f4ebAndrew Geissler1-3/+0
Adriana Kobylak (2): configure.ac: Set values to support a default configuration meson: Fix compile errors Bright Cheng (1): Add checking ApplyTime for static layout With the new support for ApplyTime on static layout, the reboot service files move from the ubi bbclass to the common BMC updater. (From meta-phosphor rev: b99a1ad6ddcbfc10fac3f23437ea105b542048a1) Change-Id: I6eacdb1a254ee594fda1ba17463afe8a9ec9cbf3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27phosphor-networkd: srcrev bump f15503ec46..06345733e3Andrew Geissler1-1/+1
Benjamin Fair (1): Allow disabling use of u-boot environment (From meta-phosphor rev: c02fb7a0e8b08e2f9f919b1c62966a8ed956f368) Change-Id: I9c4d931aa4ab74a009b3de1066da1065d807579e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27image_types_phosphor.bbclass: mmc tar: Compress ext4 rootfsAdriana Kobylak1-1/+3
Compress the ext4 rootfs so that it's faster to transfer to the BMC and does not take much space. The code update process can then uncompress it on the fly and write to flash. Use zstd to compress which has a good compression rate and is also faster to decompress than xz. (From meta-phosphor rev: 5e1b6dc499736e219766cc24924dd486ff2a8ccb) Change-Id: I07aadc413e5e883a6b97d1a374e4bbf215b07786 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-15phosphor-networkd: srcrev bump 40a51df94c..f15503ec46Andrew Geissler1-1/+1
Patrick Williams (2): sdbusplus: remove deprecated variant_ns sdbusplus: replace message::variant with std::variant (From meta-phosphor rev: eee09144c06b9e20e083c1b6bcad3c5d8c46a63b) Change-Id: I2a25130d0a2a49a3eb1bf13b3802e341a4eacecc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-14phosphor-networkd: srcrev bump d0679f9bb4..40a51df94cAndrew Geissler1-1/+1
Ratan Gupta (2): Initialize the link status and interface status correctly Fix for the MAC address configuration (From meta-phosphor rev: dc609d668ac6724afa9ae494d14de30543dff898) Change-Id: I8c0de7949355627f59e5fa316b7d133acbd02f86 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-29image_types_phosphor: Create a image-u-boot file with splAdriana Kobylak1-2/+18
If a u-boot spl file is built, generate a image-u-boot file with it so that code update can flash the u-boot mtd with the spl. (From meta-phosphor rev: 8fe768d9c696730eb67d48c243cbab9b228b8334) Change-Id: I8ead2155593945602c925b26e85d2b6effc206f9 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23dunfell: fix up inherits for python3Andrew Geissler2-2/+2
Most of these recipes are no longer needed but bitbake still verifies the inherit clauses for them. python2 has been removed so need these to all use the corresponding python3 classes. (From meta-phosphor rev: d55b42ae26bf5198efeb38db9eed8166139408bd) Change-Id: Idf5fee957d8d0f3128a766a8007c3053fc1464d9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-15phosphor-networkd: srcrev bump acd6dd5572..d0679f9bb4Andrew Geissler1-1/+1
Johnathan Mantey (1): Added enable/disable control of the Network Interface Card (From meta-phosphor rev: c6c4bd14ed9385ccd717b2812ff8869a3d9a674a) Change-Id: Ib82500b92df3682601cd43d7c42812960949085d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-14image_types_phosphor: Add u-boot spl to static imageAdriana Kobylak1-1/+12
If the [SPL_BINARY][1] variable is set, add the spl binary to the static image, then increase the u-boot offset by the size of the spl (default to 64kb). [1]: https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-SPL_BINARY (From meta-phosphor rev: 31fdddf87d96ddeed1b16639368c6bea991392b1) Change-Id: I96fef2323dec511257ea17ce6d4aa888d3ba1dbf Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10obmc-phosphor-python-autotools: remove unused bbclassPatrick Williams1-30/+0
(From meta-phosphor rev: e95fd00d32d7032cea056ef8a077903810bcc6b7) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia367acbef791cb1542734c53bc208c5eabc7e22e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10mrw: bump tools rev and switch to python3Patrick Williams1-1/+1
(From meta-phosphor rev: 18f36a2062894252d85046167e2675349937c7a3) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5fc335dd02c0a2d2fb4ccc5f7d67a82c40b79e7d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-09phosphor-networkd: srcrev bump 6f9a2ee25c..acd6dd5572Andrew Geissler1-1/+1
Manojkiran Eda (1): Backend changes for Populating Nameservers(DNS & Static) (From meta-phosphor rev: 93599deec761cb0aa4bc69750bacded2886786fc) Change-Id: If1e9a858e076bb831bef83641bec97ade67f114a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07obmc-phosphor-systemd: Substitute more variablesWilliam A. Kennington III1-0/+6
(From meta-phosphor rev: 174bce334bc5e4fa960aa600399b5cddeb30b841) Change-Id: I03c2c389c7cfedbfbc4c97a8fa4c9fa3fbf937f7 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-phosphor: remove unused config-in-skeleton bbclassPatrick Williams1-36/+0
(From meta-phosphor rev: 501bea332a71385297c2968a16e6782ce96cf5e5) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I39a6f05d2180e4965c8767b441743bb66b5a2f07 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03phosphor-networkd: srcrev bump ad4bf5ce12..6f9a2ee25cAndrew Geissler1-1/+1
Patrick Williams (1): delete deprecated python scripts (From meta-phosphor rev: 447b833511e76db91e7516867c63b053b0f9d6e3) Change-Id: I6b95358f259eddc21418158a04a176495df5e2d5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>