meta-raspberrypi: sumo refresh 05f21adb99..ade31d6d01
Update meta-raspberrypi to sumo HEAD.
Andrei Gherzan (4):
raspberrypi3-64.conf: Include cm3 dtb
linux-raspberrypi: Update to v4.14.58
rpi-base.inc: Split overlays and dtbs from KERNEL_DEVICETREE
raspberrypi3-64.conf: Define only the dtb files that are available for arch64
Anton Gerasimov (3):
rpi-base.inc: install at86rf233 overlay
rpi-config: load at86rf233 overlay
docs: document support for 802.15.4 hat
Eduardo Abinader (1):
config_git.bb: Remove extra space
Hugo Hromic (5):
formfactor: use `rpi` instead of `raspberrypi` to apply to all rpi machines
meta-raspberrypi: use `_%` suffix instead of specific versions for bbappends
pi-bluetooth: use `_git` suffix in recipe filename
meta-raspberrypi: use generic licenses in ${COMMON_LICENSE_DIR} from Poky
wiringpi: use lower-case in recipe directory name
Khem Raj (2):
firmware: Update to 20180619 release
linux-raspberrypi: Update to 4.14.52+
Martin Jansa (3):
sdcard_image-rpi.bbclass: copy the DTB files with canonical name
sdcard_image-rpi: add dependency on rpi-u-boot-scr
sdcard_image-rpi.bbclass: use 4 spaces for indentation instead of mix of tabs and spaces
Steve Pavao (1):
rpi-hwup-image.bb: Modified the warning message in do_image_prepend()
Change-Id: If6ee02907ad0f08816eb4d5dad9c92f0d93e252c
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-raspberrypi/recipes-bsp/common/firmware.inc b/meta-raspberrypi/recipes-bsp/common/firmware.inc
index d564a49..26cafb7 100644
--- a/meta-raspberrypi/recipes-bsp/common/firmware.inc
+++ b/meta-raspberrypi/recipes-bsp/common/firmware.inc
@@ -1,10 +1,10 @@
-RPIFW_DATE ?= "20180417"
-SRCREV ?= "5db8e4e1c63178e200d6fbea23ed4a9bf4656658"
+RPIFW_DATE ?= "20180619"
+SRCREV ?= "748fb17992426bb29d99224b93cb962fefbdc833"
RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
SRC_URI = "${RPIFW_SRC_URI}"
-SRC_URI[md5sum] = "6bce52f22a7a005a9bcdb9912b132590"
-SRC_URI[sha256sum] = "84568c4e7f5b0deee4cd76e7c0b48315885f983d6131d8148ef8af8438328a36"
+SRC_URI[md5sum] = "02edb854e9b72499225f3f93d322fe12"
+SRC_URI[sha256sum] = "07b2dc9d0779e15666e3ab596387e18cefc265d863c4bf6f8a0572b58a4fb793"
PV = "${RPIFW_DATE}"