summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-12-10 10:09:29 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2019-12-20 19:08:31 +0000
commit655dbf3de83e99229538993071660d2ff28f80f3 (patch)
tree6d9b189c0454d27d20682b69068a7357e7d1e417
parent3ae288aa38e3a1609c6e861918a874416d3f0f13 (diff)
downloadmeta-raspberrypi-655dbf3de83e99229538993071660d2ff28f80f3.tar.gz
raspberrypi-firmware: Update to current HEAD
This RaspberryPi firmware update includes a change in the license file as well[1]. This change is for supporting customisation program. [1] https://github.com/raspberrypi/firmware/commit/dd9e9ebb5d5306e91acb135db890cf18f3a5eea2 As a result of this change, we update the hash in the bcm2835-bootfiles recipe as well. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bsp/bootfiles/bcm2835-bootfiles.bb2
-rw-r--r--recipes-bsp/common/raspberrypi-firmware.inc8
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/bootfiles/bcm2835-bootfiles.bb b/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
index 848a29a..d20312c 100644
--- a/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
+++ b/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Closed source binary files to help boot the ARM on the BCM2835." 1DESCRIPTION = "Closed source binary files to help boot the ARM on the BCM2835."
2LICENSE = "Broadcom-RPi" 2LICENSE = "Broadcom-RPi"
3 3
4LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=4a4d169737c0786fb9482bb6d30401d1" 4LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=c403841ff2837657b2ed8e5bb474ac8d"
5 5
6inherit deploy nopackages 6inherit deploy nopackages
7 7
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc
index a535cce..869ea3a 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20191107" 1RPIFW_DATE ?= "20191210"
2SRCREV ?= "d737daa826adaab8679f83018c3cdc8783d49b59" 2SRCREV ?= "9d6be5b07e81bdfb9c4b9a560e90fbc7477fdc6e"
3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" 3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" 4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
5 5
6SRC_URI = "${RPIFW_SRC_URI}" 6SRC_URI = "${RPIFW_SRC_URI}"
7SRC_URI[md5sum] = "002b6544826ce8f0d1176dd2e958022c" 7SRC_URI[md5sum] = "645e812765c8b4ca05d6cb47a1f67ab0"
8SRC_URI[sha256sum] = "48817e60ca15098ff46d7942914fcbdc44e74c97aa3d58889e59a90901b8fc1a" 8SRC_URI[sha256sum] = "484d52caed909fcafbf593cc3e726ea44a9218db7f0aeec843b825797eb9b0fc"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"