diff options
author | Theodor Gherzan <theodor@resin.io> | 2016-04-21 20:42:36 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-21 22:11:26 +0200 |
commit | d997e2da17ac9c891d1887609eb20d5fffc4e568 (patch) | |
tree | 3b818c06619b513ace1309259198b3f6e83fd9dd | |
parent | e2603e56d68e7b54b86c7fe6843f3b886b1be8d0 (diff) | |
download | meta-raspberrypi-d997e2da17ac9c891d1887609eb20d5fffc4e568.tar.gz |
firmware.inc: Update firmware to include various serial fixes
Signed-off-by: Theodor Gherzan <theodor@resin.io>
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 c1117d6..8f095b9 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | RPIFW_SRCREV ?= "046effa13ebc4cc7601df4f06f4834bd0eebb0f8" | 1 | RPIFW_SRCREV ?= "c5e131971c323f5658c7c5d4b1dd105d37903a99" |
2 | RPIFW_DATE ?= "20160326" | 2 | RPIFW_DATE ?= "20160421" |
3 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" | 3 | RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" |
4 | RPIFW_S ?= "${WORKDIR}/git" | 4 | RPIFW_S ?= "${WORKDIR}/git" |
5 | 5 | ||