summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2012-09-22 15:01:40 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2012-10-17 16:43:34 +0300
commitaaeb90959f04b2fd5f4d0bcdae5e921f1f5a1f20 (patch)
tree44673ef22722671904e92f7bb351bdfcb5deb573
parent4ff3a7835a7525e5b4f84a6030d8d87562917eab (diff)
downloadmeta-raspberrypi-aaeb90959f04b2fd5f4d0bcdae5e921f1f5a1f20.tar.gz
rpi-config: update git revision.
Several options have been added in the meantime to config.txt. Signed-off-by: Julian Scheel <julian@jusst.de>
-rw-r--r--recipes-bcm/bootfiles/rpi-config_0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bcm/bootfiles/rpi-config_0.1.bb b/recipes-bcm/bootfiles/rpi-config_0.1.bb
index 88de94e..aff1e5d 100644
--- a/recipes-bcm/bootfiles/rpi-config_0.1.bb
+++ b/recipes-bcm/bootfiles/rpi-config_0.1.bb
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
7 7
8COMPATIBLE_MACHINE = "raspberrypi" 8COMPATIBLE_MACHINE = "raspberrypi"
9 9
10SRCREV = "23e90347da3f1a6029984306e7eb5177adc34df8" 10SRCREV = "afeaed02ba5f01298dec3ac4e1bd98f27bcd876e"
11SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \ 11SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \
12 " 12 "
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16PR = "r0" 16PR = "r1"
17 17
18addtask deploy before do_package after do_install 18addtask deploy before do_package after do_install
19 19