summaryrefslogtreecommitdiffstats
path: root/meta-openpower
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-10-31 16:02:42 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-15 10:10:16 -0500
commit3db7820e6c9bf7d57f7e433b020d938672356418 (patch)
treefc0d93d236a44fc392d49680e50b65e3fc28e141 /meta-openpower
parent5a963b2312bb93a56d51c8ddbc118b90cb0db37a (diff)
downloadtalos-openbmc-3db7820e6c9bf7d57f7e433b020d938672356418.tar.gz
talos-openbmc-3db7820e6c9bf7d57f7e433b020d938672356418.zip
skiboot: Bump to 6.0.13
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>
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-bsp/skiboot/skiboot.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openpower/recipes-bsp/skiboot/skiboot.inc b/meta-openpower/recipes-bsp/skiboot/skiboot.inc
index 2fdbba145..7ac1c08f9 100644
--- a/meta-openpower/recipes-bsp/skiboot/skiboot.inc
+++ b/meta-openpower/recipes-bsp/skiboot/skiboot.inc
@@ -1,14 +1,14 @@
HOMEPAGE = "https://github.com/open-power"
LICENSE = "Apache-2.0"
-SRC_URI += "git://github.com/open-power/skiboot.git;nobranch=1"
+SRC_URI += "git://github.com/open-power/skiboot.git"
FILESEXTRAPATHS_append := "${THISDIR}/skiboot:"
LIC_FILES_CHKSUM = "file://${S}/LICENCE;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRCREV = "452998f4be5973d8884e3db5aa362bf40e11467a"
-PV = "6.1+git${SRCPV}"
+SRCREV = "30f8a6006de45fadedd80c98059b63d3874a5269"
+PV = "6.0.13+git${SRCPV}"
S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud