aboutsummaryrefslogtreecommitdiffstats
path: root/kas-meta-python2-ptest-image.yml
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-11-28 13:11:51 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2021-02-16 19:22:09 +0100
commit9d5a25f88996d4430d0b3bb1ca1a9cedc13e9184 (patch)
treefb3cbc677e048105f6d6788bd463abfe67c90045 /kas-meta-python2-ptest-image.yml
parentf75346229b2d401c082b691e42dadc293a37e56b (diff)
downloadmeta-python2-9d5a25f88996d4430d0b3bb1ca1a9cedc13e9184.tar.gz
kas: cleanup files
Delete the following files were inadvertently left behind when the previous commit moved them to kas/: * Pipfile * Pipfile.lock * kas-meta-python2-image-base.yml * kas-meta-python2-image.yml * kas-meta-python2-ptest-image.yml Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'kas-meta-python2-ptest-image.yml')
-rw-r--r--kas-meta-python2-ptest-image.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/kas-meta-python2-ptest-image.yml b/kas-meta-python2-ptest-image.yml
deleted file mode 100644
index a2ee8ca..0000000
--- a/kas-meta-python2-ptest-image.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-header:
- version: 8
- includes:
- - kas-meta-python2-image-base.yml
-
-machine: qemux86-64
-distro: poky
-target: meta-python2-ptest-image
-
-local_conf_header:
- enable_gtk_in_qemu: |
- DISTRO_FEATURES_append = "opengl"
- PACKAGECONFIG_pn-qemu-system-native = "fdt alsa kvm virglrenderer glx gtk+"
- enable_ptest_and_testimage: |
- IMAGE_CLASSES += " testimage"
- DISTRO_FEAURES_append = " ptest"
- EXTRA_IMAGE_FEATURES = "debug-tweaks"
- TESTIMAGE_AUTO = "1"
- TEST_SUITES = " ping ssh python2 ptest"
- TEST_QEMUPARAMS += "-smp 4 -m 8192"
- TEST_RUNQEMUPARAMS = "kvm gl-es gtk"
- IMAGE_ROOTFS_SIZE ?= "8192"
- IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "", d)}"
- IMAGE_INSTALL_append = " ptest-runner dropbear procps coreutils iproute2 sysstat"