aboutsummaryrefslogtreecommitdiffstats
path: root/kas-meta-python2-ptest-image.yml
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2019-11-29 17:57:11 -0800
committerTim Orling <ticotimo@gmail.com>2019-12-01 18:07:44 -0800
commit2c103f531351e10383e121cd2eb83b11cafe7f36 (patch)
treebd53f017f0bc97374c62822743eb8aa854e30abf /kas-meta-python2-ptest-image.yml
parent15aaeda06e84576c4b54115c5191ae98981edbd4 (diff)
downloadmeta-python2-2c103f531351e10383e121cd2eb83b11cafe7f36.tar.gz
Enhance README, add kas, Pipfile and gitlab
Add strong language about the EOL of Python2 to the README. Also include information about 'kas', 'Pipfile' and .gitlab-ci.yml Assuming Derek is not on-board as a maintainer, so removing. 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.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/kas-meta-python2-ptest-image.yml b/kas-meta-python2-ptest-image.yml
new file mode 100644
index 0000000..22ca473
--- /dev/null
+++ b/kas-meta-python2-ptest-image.yml
@@ -0,0 +1,22 @@
+header:
+ version: 8
+ includes:
+ - kas-meta-python2-image-base.yml
+
+machine: qemux86-64
+distro: poky
+target: meta-python2-ptest-image
+
+local_conf_header:
+ enable_ptest_and_testimage: |
+ INHERIT += "rm_work_and_downloads"
+ IMAGE_CLASSES += " testimage"
+ DISTRO_FEAURES_append = " ptest"
+ EXTRA_IMAGE_FEATURES = "debug-tweaks"
+ TESTIMAGE_AUTO = "1"
+ TEST_SUITES = " ping ssh ptest"
+ TEST_QEMUPARAMS += "-smp 4 -m 4096"
+ TEST_RUNQEMUPARAMS += "kvm gl"
+ IMAGE_ROOTFS_SIZE ?= "8192"
+ IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "", d)}"
+ EXTRA_IMAGE_INSTALL += " ptest-runner dropbear procps coreutils iproute2 sysstat"