From 4230fae1defda0084079c9e3f650432a171a16d5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Feb 2018 09:22:51 -0800 Subject: firmware: Use snapshots from master again This time use the snapshot archives to avoid repo clone size issues Signed-off-by: Khem Raj --- recipes-bsp/common/firmware.inc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 52aa408..d5e60cb 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc @@ -1,9 +1,11 @@ -RPIFW_DATE ?= "20180209" -RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/b1a7f4aea6cbd380319c2849ecc5988f9a4dba70.tar.gz" -RPIFW_S ?= "${WORKDIR}/firmware-b1a7f4aea6cbd380319c2849ecc5988f9a4dba70" +RPIFW_DATE ?= "20180226" +SRCREV ?= "469fc794fd3e45dbf30e14b46cb0d6283e399cba" +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] = "08ed10d92ee064711d73790557267f84" -SRC_URI[sha256sum] = "0ad8b66c02ba14917dfdc15f11d702da650c473681d100efb3f8d47aee9b8ece" +SRC_URI[md5sum] = "319e53a3184d5cec6ba78a29d001940c" +SRC_URI[sha256sum] = "002128368c15b1e030d9a625db49603d7d19973ba58eee11973a9319f6ba5d60" + PV = "${RPIFW_DATE}" -- cgit v1.2.3-54-g00ecf