summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/skeleton
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-15create libopenbmc_intf.so link in rootfsAndrew Geissler1-0/+14
An upstream change removed a workaround that OpenBMC was depending on which created any missing symlinks in the rootfs. See the following for more details: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=061eb6f501c6262266230919ef55ebf02a26abcd This caused the libopenbmc_intf.so link to no longer be created in /usr/lib/. This then caused applications like power_control.exe to no longer start with an error like this: Jul 12 23:26:15 witherspoon power_control.exe[367]: power_control.exe: error while loading shared libraries: libopenbmc_intf.so: cannot open shared object file: No such file or directory Long term the goal is to move away from power_control.exe and the skeleton repo in general. For now, just get us back to how things were with this patch. Tested: Verified link is back in witherspoon image and power_contro.exe started successfully. Resolves openbmc/openbmc#3677 (From meta-phosphor rev: 2642059cbd80660bd62e3d4ae7f0a1ac40967872) Change-Id: I111f407b34309cb98334f1f8e665269f0ed4277d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-10-26meta-phosphor: skeleton: obmc-libobmc-intf: drop symlinkPatrick Venture2-22/+22
Drop symlink and rename bb for obmc-libobmc-intf. (From meta-phosphor rev: 9115011fcfd34a835360b3a53af219d10aca0405) Change-Id: I98d9b61c15fac4f7c19ff3a06dd634ef8006a29c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-23meta-phosphor: skeleton: obmc-libobmc-intf: Add symlink to gitPatrick Venture1-0/+1
Add a symbolic link to obmc-libobmc-intf.bb named _git.bb and sets the preferred version for the recipe. (From meta-phosphor rev: 428c79e0dd4e51785613b761fa0d45748975667c) Change-Id: Id88ba43cc33aee5fc2386bda5de15d0bbb99bac2 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop2-0/+24
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>