diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-10-21 22:55:43 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-10-21 22:55:43 +0200 |
commit | aaf8e2e7383f22c2c213b6aaf698e0efe44529b0 (patch) | |
tree | dea3cd1d94a833c7e356d6484dca1b5c3ac80781 | |
parent | a7d629e5699e4fdcf88f22b32e245efe3868ebe1 (diff) | |
download | meta-raspberrypi-aaf8e2e7383f22c2c213b6aaf698e0efe44529b0.tar.gz meta-raspberrypi-aaf8e2e7383f22c2c213b6aaf698e0efe44529b0.tar.bz2 meta-raspberrypi-aaf8e2e7383f22c2c213b6aaf698e0efe44529b0.zip |
firmware: Bump revision
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-bsp/common/firmware.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index a5a5412..020f0ed 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc @@ -1,5 +1,5 @@ -RPIFW_SRCREV ?= "89881b5488a5a60088677333dcbd97e1836c0e7e" -RPIFW_DATE ?= "20150630" +RPIFW_SRCREV ?= "f7108cfdc715f79c5fd051fb4c3ae6f4b1b01f23" +RPIFW_DATE ?= "20151021" RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" RPIFW_S ?= "${WORKDIR}/git" |