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.
8 lines
199 B
PHP
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}" |