summaryrefslogtreecommitdiffstats
path: root/recipes-append/systest-runner/systest-runner.bbappend
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-01-15 17:41:35 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-01-15 17:41:35 +0100
commit7f60d25a516f38a4d512e12e042a75a36dede2b8 (patch)
treeada9077e38ef332aa7c904c3ad274c1616104ac1 /recipes-append/systest-runner/systest-runner.bbappend
parent31ce2d1a14de6d8439829dc8a046aeaeef734461 (diff)
downloadmeta-vt-dizzy-enea.tar.gz
initial commit for Enea Linux 5.0-ppcdizzy-enea
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-append/systest-runner/systest-runner.bbappend')
-rw-r--r--recipes-append/systest-runner/systest-runner.bbappend12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-append/systest-runner/systest-runner.bbappend b/recipes-append/systest-runner/systest-runner.bbappend
deleted file mode 100644
index 9c6dc67..0000000
--- a/recipes-append/systest-runner/systest-runner.bbappend
+++ /dev/null
@@ -1,12 +0,0 @@
1FILESEXTRAPATHS_append := ":${THISDIR}/files"
2
3VIRT_TEST_SRC_URI = "file://tests/virt-test"
4SRC_URI_append_corei7-64-intel-common = "${VIRT_TEST_SRC_URI}"
5SRC_URI_append_e500mc = "${VIRT_TEST_SRC_URI}"
6SRC_URI_append_b4860qds-64b = "${VIRT_TEST_SRC_URI}"
7
8VIRT_TEST_RDEPENDS = "lvm2 e2fsprogs virt-test virt-test-libvirt virt-test-qemu \
9 ntpdate bzip2 coreutils"
10RDEPENDS_${PN}_append_corei7-64-intel-common = "${VIRT_TEST_RDEPENDS}"
11RDEPENDS_${PN}_append_e500mc = "${VIRT_TEST_RDEPENDS}"
12RDEPENDS_${PN}_append_b4860qds-64b = "${VIRT_TEST_RDEPENDS}"