summaryrefslogtreecommitdiff
path: root/recipes/images/corecdp-python-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/corecdp-python-image.bb')
-rw-r--r--recipes/images/corecdp-python-image.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/images/corecdp-python-image.bb b/recipes/images/corecdp-python-image.bb
new file mode 100644
index 0000000000..73aa8a735b
--- /dev/null
+++ b/recipes/images/corecdp-python-image.bb
@@ -0,0 +1,14 @@
+require corecdp-base-image.bb
+
+IMAGE_INSTALL += "python"
+IMAGE_INSTALL += "python-pyserial"
+IMAGE_INSTALL += "python-simplejson"
+IMAGE_INSTALL += "python-unixadmin"
+IMAGE_INSTALL += "python-textutils"
+IMAGE_INSTALL += "python-html"
+
+IMAGE_INSTALL += "sqlite3"
+IMAGE_INSTALL += "python-sqlite3"
+
+export IMAGE_BASENAME = "corecdp-python-image"
+