mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
firmware: Update to HEAD
Change-Id: I682365b514f233616ac7eb07667edc4ca6afcdfa Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
7089e6a891
commit
318f1b3994
|
@ -1,5 +1,5 @@
|
|||
RPIFW_SRCREV ?= "d426cd1e79f0785fae6c37db79da7d6dae39716d"
|
||||
RPIFW_DATE ?= "20150204"
|
||||
RPIFW_SRCREV ?= "e42a747e8d5c4a2fb3e837d0924c7cc39999936a"
|
||||
RPIFW_DATE ?= "20150206"
|
||||
RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
|
||||
RPIFW_S ?= "${WORKDIR}/git"
|
||||
|
||||
|
|
|
@ -49,6 +49,8 @@ INITSCRIPT_PARAMS = "start 03 S ."
|
|||
FILES_${PN} = "${bindir}/* \
|
||||
${sbindir}/* \
|
||||
${libdir}/lib*.so \
|
||||
${sysconfdir}/init.d"
|
||||
${sysconfdir}/init.d \
|
||||
${libdir}/plugins"
|
||||
FILES_${PN}-dev = "${libdir}/pkgconfig \
|
||||
${includedir}"
|
||||
FILES_${PN}-dbg += "${libdir}/plugins/.debug"
|
||||
|
|
Loading…
Reference in New Issue
Block a user