summaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/fso2-console-image.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/images/fso2-console-image.bb b/recipes/images/fso2-console-image.bb
new file mode 100644
index 0000000000..60bd6fc720
--- /dev/null
+++ b/recipes/images/fso2-console-image.bb
@@ -0,0 +1,15 @@
+#------------------------------------------------------
+# FSO-compliant Console Image Recipe
+#------------------------------------------------------
+
+require fso-image.inc
+
+PV = "1.1"
+PR = "r1"
+
+IMAGE_INSTALL = "\
+ task-base \
+ task-fso2-compliance \
+ task-cli-tools \
+ task-cli-tools-python \
+"