diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-09 21:55:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-06-09 21:55:28 +0000 |
commit | 50a2eecc8e61647a2a5142a154232fe87fdd37f9 (patch) | |
tree | b7784813fdd658322504fd89cb4163f4d34db302 /meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend | |
parent | df96ae5d6ac1039a228026f76e93a6499d61762a (diff) | |
parent | ccb667c35ffdea7a2bc1304750e6b22368cd55f7 (diff) |
Merge "Fix rpi touchscreen support on master"
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend index adb19c09c..7998c826a 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend @@ -1 +1,10 @@ RDEPENDS_${PN}_append_sota += " u-boot-otascript" + +# uprev firmware + +RPIFW_DATE = "20190517" +SRCREV = "e1900836948f6c6bdf4571da1b966a9085c95d37" +SRC_URI[md5sum] = "ba272fed3661f0c8d5e4c424d2617246" +SRC_URI[sha256sum] = "2a4c566e98b16575ebf295b795b40a5772f81282948e957bdc9733cf72fdcd39" + +PV = "${RPIFW_DATE}" |