diff options
author | 2018-05-14 20:57:56 +0200 | |
---|---|---|
committer | 2018-05-23 15:34:49 +0200 | |
commit | 7ee13fe28e8b87c7ac402f69e8fd4122082e8adb (patch) | |
tree | aac8442fcc6ad274323709c90fd1b31a55b6a023 | |
parent | 47baa2f27345f56fc71cc4e7c864eb32eefbde8b (diff) | |
download | meta-qcom-7ee13fe28e8b87c7ac402f69e8fd4122082e8adb.tar.gz meta-qcom-7ee13fe28e8b87c7ac402f69e8fd4122082e8adb.tar.bz2 meta-qcom-7ee13fe28e8b87c7ac402f69e8fd4122082e8adb.zip |
bootrr: Bump bootrr to latest version
ccc99d87f7c3 boards: Use timeout argument in apq8016
30e0c0fcd922 boards: Update boards list in makefile
5e4444068cc4 sdm845-mtp: Introduce initial test script
4f3565d881bd boards: msm8998: Add tests for everything currently in dt
577a9b8270fb boards: Add Sony Xperia Z2 Tablet test script
2ba0163958fa msm8998: Add test for boot-to-console msm8998 mtp
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
(cherry picked from commit 25da5c33d9d3a98d494ac6e04e50d0ce931214d1)
-rw-r--r-- | recipes-test/bootrr/bootrr.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-test/bootrr/bootrr.bb b/recipes-test/bootrr/bootrr.bb index c137593..21c0c09 100644 --- a/recipes-test/bootrr/bootrr.bb +++ b/recipes-test/bootrr/bootrr.bb @@ -4,7 +4,7 @@ SECTION = "test" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -SRCREV = "365a5ee5fec5f6c28bf05764d0b9e16fe2b8e560" +SRCREV = "ccc99d87f7c3807289fd60d56baa4af5747cebc3" SRC_URI = "git://git@github.com/andersson/${BPN}.git;branch=master;protocol=https" PV = "0.0+${SRCPV}" |