diff options
-rw-r--r-- | recipes-bcm/bootfiles/rpi-config_git.bb (renamed from 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_git.bb index a8938dc..4328070 100644 --- a/recipes-bcm/bootfiles/rpi-config_0.1.bb +++ b/recipes-bcm/bootfiles/rpi-config_git.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 = "62bf3e9db62f547eb1a2a352dde957d2f94bd216" | 10 | SRCREV = "5d2ca5f9bcb1b239c051e20c05a233fd79cf09d5" |
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 = "r3" | 16 | PR = "r4" |
17 | 17 | ||
18 | addtask deploy before do_package after do_install | 18 | addtask deploy before do_package after do_install |
19 | 19 | ||