summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard
diff options
context:
space:
mode:
authorJoel A Fernandes <joelagnel@ti.com>2011-11-02 16:42:00 -0500
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-03 09:38:55 +0100
commitd7c60e83697b7601592682b9d1a1de073f61f0ca (patch)
treef0795d203e4ac7d59913934335e927f2bcb5724f /recipes-ti/beagleboard
parentb34c245fafecd6f12ac4e7b20ce183fa1bdb33a6 (diff)
downloadmeta-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.bb4
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
8inherit allarch 8inherit allarch
9 9
10PR = "r4" 10PR = "r5"
11 11
12SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \ 12SRC_URI = "git://github.com/joelagnel/validation-scripts.git;protocol=git \
13 " 13 "
14SRCREV = "53cc6b3d8f46814d0aa2daedfbc380ba64059a97" 14SRCREV = "7c994dfe5d97d9385605bfafab9c0b967814bac5"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17