X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-agl-bsp%2Fmeta-raspberrypi%2Frecipes-bsp%2Fbootfiles%2Fbcm2835-bootfiles.bbappend;h=fc1ba88c358254a3ab840faef1be8047ae9df845;hb=0a620f5645d6dfb7485b4b869b96fd1257df9cbf;hp=7998c826ae1c4f7efdbd98646f154e0700ac56af;hpb=8cf8d33912f6f7944f813e2191debf546be01b3b;p=AGL%2Fmeta-agl.git 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 7998c826a..fc1ba88c3 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,10 +1,12 @@ RDEPENDS_${PN}_append_sota += " u-boot-otascript" -# uprev firmware +RPIFW_DATE = "20191021" +SRCREV = "ed238d3329e39a68bde03bbc2dfc293c0c3dc93a" +RPIFW_SRC_URI = "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" +RPIFW_S = "${WORKDIR}/firmware-${SRCREV}" -RPIFW_DATE = "20190517" -SRCREV = "e1900836948f6c6bdf4571da1b966a9085c95d37" -SRC_URI[md5sum] = "ba272fed3661f0c8d5e4c424d2617246" -SRC_URI[sha256sum] = "2a4c566e98b16575ebf295b795b40a5772f81282948e957bdc9733cf72fdcd39" +SRC_URI = "${RPIFW_SRC_URI}" +SRC_URI[md5sum] = "d18066531018a972ed927a6cc136cfff" +SRC_URI[sha256sum] = "82048cf88f4f50f7cf83e34d93923ceb5147885761d33ee5f4dc980b4a7a426a" PV = "${RPIFW_DATE}"