aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-test/bootrr/bootrr.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-test/bootrr/bootrr.bb')
-rw-r--r--recipes-test/bootrr/bootrr.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-test/bootrr/bootrr.bb b/recipes-test/bootrr/bootrr.bb
deleted file mode 100644
index 759114c..0000000
--- a/recipes-test/bootrr/bootrr.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "Boot regression testing (bootrr) for Qualcomm boards"
-SECTION = "test"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-
-SRCREV = "2a0a7ab0c77776810ed1d9b266ec0a59c558378e"
-SRC_URI = "git://git@github.com/andersson/${BPN}.git;branch=master;protocol=https"
-
-PV = "0.0+${SRCPV}"
-
-S = "${WORKDIR}/git"
-
-do_install() {
- oe_runmake install DESTDIR=${D} prefix=${prefix}
-}