aboutsummaryrefslogtreecommitdiffstats
path: root/kas-meta-python2-image-base.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-image-base.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-image-base.yml')
-rw-r--r--kas-meta-python2-image-base.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/kas-meta-python2-image-base.yml b/kas-meta-python2-image-base.yml
new file mode 100644
index 0000000..6b7293e
--- /dev/null
+++ b/kas-meta-python2-image-base.yml
@@ -0,0 +1,26 @@
+header:
+ version: 8
+
+machine: qemux86-64
+distro: poky
+target: meta-python2-image-base
+
+repos:
+ meta-python2:
+
+ poky:
+ url: https://git.yoctoproject.org/git/poky
+ refspec: master
+ layers:
+ meta:
+ meta-poky:
+
+ meta-openembedded:
+ url: http://git.openembedded.org/meta-openembedded
+ refspec: master
+ layers:
+ meta-oe:
+
+local_conf_header:
+ reduce_diskspace: |
+ INHERIT += "rm_work_and_downloads"