Files
meta-raspberrypi/recipes-bcm/common/firmware.inc
Tomas Frydrych 0e566b3483 firmware: use common include to set source revision and include date in version
The firmware is split over multiple packages all of which need to use the same
source revision. Also, the firmware is currently not formally versioned, so
at least use the date the firmware was released in the versions.
2012-06-22 07:50:50 +01:00

8 lines
199 B
PHP

# 21/06/2012 firmware; this can be overridden from distro config
RPIFW_SRCREV ?= "fc0232ac463f0618914bab9314e8e2ae27466d8c"
RPIFW_DATE ?= "20120621"
SRCREV = "${RPIFW_SRCREV}"
PV = "${RPIFW_DATE}"