diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-11-02 16:42:00 -0500 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-03 09:38:55 +0100 |
commit | d7c60e83697b7601592682b9d1a1de073f61f0ca (patch) | |
tree | f0795d203e4ac7d59913934335e927f2bcb5724f /recipes-ti/beagleboard | |
parent | b34c245fafecd6f12ac4e7b20ce183fa1bdb33a6 (diff) | |
download | meta-ti-d7c60e83697b7601592682b9d1a1de073f61f0ca.tar.gz |
beaglebone-tester: Use optargs instead of ip_method on kernel cmdline
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/beagleboard')
-rw-r--r-- | recipes-ti/beagleboard/beaglebone-tester.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/beagleboard/beaglebone-tester.bb b/recipes-ti/beagleboard/beaglebone-tester.bb index 6284ff22..2db6e8c9 100644 --- a/recipes-ti/beagleboard/beaglebone-tester.bb +++ b/recipes-ti/beagleboard/beaglebone-tester.bb | |||
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM="file://gpl.txt;md5=5b122a36d0f6dc55279a0ebc69f3c60b" | |||
7 | # only scripts and data | 7 | # only scripts and data |
8 | inherit allarch | 8 | inherit allarch |
9 | 9 | ||
10 | PR = "r4" | 10 | PR = "r5" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ | 12 | SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ |
13 | " | 13 | " |
14 | SRCREV = "53cc6b3d8f46814d0aa2daedfbc380ba64059a97" | 14 | SRCREV = "7c994dfe5d97d9385605bfafab9c0b967814bac5" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||