summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp/skiboot
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-openpower: prep for new override syntaxAdriana Kobylak3-5/+5
Change-Id: I5ca16c6fa7bc616bfa9bc41c4f86d32fd92b0287 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2020-07-23meta-openpower: fix pflash runningAlexander Filippov1-0/+5
With the latest changes in poky `libflash.so` is not installed in the rootfs. It causes the error like this: ``` pflash: error while loading shared libraries: libflash.so: cannot open shared object file: No such file or directory ``` This commit restore the missing symlink. Tested: `libflash.so` present in the `/usr/lib` and `pflash` works fine. (From meta-openpower rev: 66c74979d5992f466f243e4b1505d93a4d961744) Change-Id: I84d015bd145ad0d30cd84d1b76f9cb02262438e2 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-11-05openpower: skiboot: Bump version to v6.5.1Joel Stanley1-3/+3
(From meta-openpower rev: 27653bb5bb34433743c2b42ff31fec52c4706b15) Change-Id: I22ab48db5097c3a01c1a039ffa6cbc7c54e664ef Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-13skiboot: Move to v6.3 releaseJoel Stanley2-38/+2
Upstream release notes: https://open-power.github.io/skiboot/doc/release-notes/skiboot-6.3.html The stringop truncation warnings were fixed upstream. (From meta-openpower rev: 645eed6d3f0b2f87604e48a9bdf15868e3f84ff1) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I2b658f56757968c725d2feb600f820d465ee21b4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-11meta-openpower: fix file search pathsBrad Bishop1-1/+1
Typically it does not make any sense to append to FILESEXTRAPATHS. FILESEXTRAPATHS is set in a bbappend when overriding something from another layer. The typical desire will be to make bitbake search for files in the layer with the bbappend and not some other layer earlier in the priority list. Further, appending to FILESEXTRAPATHS will introduce unexpected behavior when multiple layers append the same recipe - layers with higher layer priorities that append to FILESEXTRAPATHS will find their files overriden by files in layers with lower priorities. (From meta-openpower rev: 6e889e3889a474e481dc78890696b922a3bbbafc) Change-Id: I3607828dea6bd16b457ce3de3a26320ac8525f66 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17skiboot: fix stringop-truncationsBrad Bishop2-0/+36
These warnings start to occur under GCC8. Submitted to upstream skiboot: https://patchwork.ozlabs.org/patch/1001179/ (From meta-openpower rev: ddbe3f7349269e5b2a94581fd7e5908159fab2e2) Change-Id: I9257e7e37c563d62660980ed07ebba12e828093a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-15skiboot: Bump to 6.0.13Adriana Kobylak1-3/+3
Bump skiboot to 6.0.13 which contains the commit that adds the --skip flag to pflash[0] plus the release notes[1]: [0] 977aa1e pflash: Add --skip option for reading [1] e550528 skiboot v6.0.13 release notes Tested: Copied the built pflash binary to romulus and verified it had the new flag. (From meta-openpower rev: 13f6cad2d40fd06340500348e06097cdfb39eca1) Change-Id: I04d960471e0dfb728774b3eb6b5953c1b5eabcc2 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-27meta-openpower: bsp: skiboot: rename recipes as gitPatrick Venture3-1/+1
Rename the skiboot-based recipes as git and modify the PV for skiboot.inc. (From meta-openpower rev: 464edf2aee03db592fce093ef27b8c2902456e92) Change-Id: Ifec88c2be214e2493836e1c49f99f2ec13cfd954 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-05meta-openpower: Move layer content from common/Brad Bishop3-0/+40
Adopt a more conventional directory hierarchy. meta-openpower is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-openpower rev: 2c8db5661cecd7e4cc20bcb96df76490e62cfb67) Change-Id: I415caaa28ec728f24e755ddb549012f24874fefe Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>