diff options
author | Julian Scheel <julian@jusst.de> | 2012-09-22 15:01:40 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-10-17 16:43:34 +0300 |
commit | aaeb90959f04b2fd5f4d0bcdae5e921f1f5a1f20 (patch) | |
tree | 44673ef22722671904e92f7bb351bdfcb5deb573 | |
parent | 4ff3a7835a7525e5b4f84a6030d8d87562917eab (diff) | |
download | meta-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.bb | 4 |
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 | ||
8 | COMPATIBLE_MACHINE = "raspberrypi" | 8 | COMPATIBLE_MACHINE = "raspberrypi" |
9 | 9 | ||
10 | SRCREV = "23e90347da3f1a6029984306e7eb5177adc34df8" | 10 | SRCREV = "afeaed02ba5f01298dec3ac4e1bd98f27bcd876e" |
11 | SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \ | 11 | SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | PR = "r0" | 16 | PR = "r1" |
17 | 17 | ||
18 | addtask deploy before do_package after do_install | 18 | addtask deploy before do_package after do_install |
19 | 19 | ||