aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-18 15:43:22 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-18 15:43:54 +0100
commitdbf204545410b5ee1943675e789940569174f510 (patch)
tree88f1e7153101a604488d6ff5ea39c2c3fadab609
parent780b100bd0c6ae69fa4f9f1fff0768a6b9f494aa (diff)
downloadopenembedded-dbf204545410b5ee1943675e789940569174f510.tar.gz
fso2-demo-image: new image recipe; FSO-compliant image w/ zhone2 as smartphone application
-rw-r--r--recipes/images/fso2-demo-image.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/images/fso2-demo-image.bb b/recipes/images/fso2-demo-image.bb
new file mode 100644
index 0000000000..3e2f93c66b
--- /dev/null
+++ b/recipes/images/fso2-demo-image.bb
@@ -0,0 +1,17 @@
+#------------------------------------------------------
+# FSO-compliant Console Image Recipe
+#------------------------------------------------------
+
+require fso-image.inc
+
+PV = "1.0"
+PR = "r0"
+
+IMAGE_INSTALL = "\
+ task-base \
+ task-fso2-compliance \
+ task-cli-tools \
+ task-cli-tools-python \
+ \
+ zhone2 \
+"