From 2c103f531351e10383e121cd2eb83b11cafe7f36 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 29 Nov 2019 17:57:11 -0800 Subject: 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 --- kas-meta-python2-ptest-image.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 kas-meta-python2-ptest-image.yml (limited to 'kas-meta-python2-ptest-image.yml') 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" -- cgit 1.2.3-korg