diff options
-rw-r--r-- | recipes/beagleboard/beagleboard-test-scripts_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/beagleboard/beagleboard-test-scripts_git.bb b/recipes/beagleboard/beagleboard-test-scripts_git.bb index ea3cafed0b..be0d059c98 100644 --- a/recipes/beagleboard/beagleboard-test-scripts_git.bb +++ b/recipes/beagleboard/beagleboard-test-scripts_git.bb @@ -1,20 +1,23 @@ ## Reminder: The correct spacing for a variable is FOO = "BAR" in : PR="r1" DESCRIPTION = "BeagleBoard test scripts" HOMEPAGE = "http://beagleboad.org/support" -PR = "r1" +PR = "r2" SRC_URI = "git://gitorious.org/beagleboard-validation/scripts.git;protocol=git \ " -SRCREV = "f009c731df5c410eb819fa90f199713ea60cea6a" +SRCREV = "473dd2ab20d866be6168c9f992c2c9e74e485c9d" S = "${WORKDIR}/git" do_install() { TEST_FILES=" \ testaudio \ testcamera \ + testdsp \ testedid \ testled \ + testmem \ + testneon \ testsvideo \ testuserbtn \ editbootscr \ |