diff options
author | Joel Stanley <joel@jms.id.au> | 2017-07-20 14:29:07 +0930 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-07-21 13:29:21 +0000 |
commit | 66287189fc93c2ced402802be31cbf63404857ba (patch) | |
tree | bd4dcc5521793c5f9631fc847519566847faed85 /meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc | |
parent | 79036e5ce6c0130f86de9092c948bc339de3cda7 (diff) | |
download | talos-openbmc-66287189fc93c2ced402802be31cbf63404857ba.tar.gz talos-openbmc-66287189fc93c2ced402802be31cbf63404857ba.zip |
pflash: bump to v5.7-rc2
Benjamin Herrenschmidt (1):
libffs: Fix ffs_lookup_part() return value
Cyril Bur (4):
libflash/mbox-flash: Minor fixups before V2
libflash/mbox-flash: Update to V2 of the protocol
libflash/libffs: Correctly update the actual size of the partition
libflash/libffs: Zero checksum words
Oliver O'Halloran (1):
libflash: Initialise entries list earlier
Suraj Jitindar Singh (1):
libflash/mbox-flash: Implement MARK_WRITE_ERASED mbox call
Change-Id: If49644ef2680aeed901002b201391ae7abbbe651
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc')
-rw-r--r-- | meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc index 5e943c170..60fc4a1dd 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc +++ b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc @@ -3,14 +3,13 @@ LICENSE = "Apache-2.0" SRC_URI += "git://github.com/open-power/skiboot.git;nobranch=1" SRC_URI += "file://0001-external-Use-more-standard-PREFIX-vs-prefix.patch" -SRC_URI += "file://0002-libflash-libffs-Correctly-update-the-actual-size-of-.patch" FILESEXTRAPATHS_append := "${THISDIR}/skiboot:" LIC_FILES_CHKSUM = "file://${S}/LICENCE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRCREV = "skiboot-5.6.0" -PV = "5.6.0" +SRCREV = "v5.7-rc2" +PV = "v5.7-rc2" S = "${WORKDIR}/git" |