diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-11-08 00:10:07 -0600 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-08 07:33:30 +0100 |
commit | 3bb013a14535b40b79fbeaa33799754fb74953be (patch) | |
tree | e7ad5645f7ec352b112f6e3c9820b8cfaf24bd69 /recipes-ti | |
parent | b39d261640ccc3bbcb3832fe5f0acf9a47c747f2 (diff) | |
download | meta-ti-3bb013a14535b40b79fbeaa33799754fb74953be.tar.gz |
beaglebone-tester: Update to latest, add quiet option to bootargs
Changes:
* Fix a bug where I was removing g_mass_storage causing the storage-gadget service
to appear to not work
* Add quiet option
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti')
-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 1020172e..5816a5c0 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 = "r6" | 10 | PR = "r7" |
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 = "be5173d05cce4f914911366e5ddae1ff5c0af9cf" | 14 | SRCREV = "602b3936907795520dba370b246c195a4f612a44" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||