summaryrefslogtreecommitdiff
path: root/packages/images/fso-console-image.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-03 04:07:09 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-03 16:16:11 +0100
commit4037943fc2bcdbbadd523a892be17c5179636e77 (patch)
treeab508d2969953b10ecdd098f1291ff399fb05835 /packages/images/fso-console-image.bb
parent8156545fea7df858b61a98dd8cba2c1bd2d1754c (diff)
fso-[console-]image: WIP towards using more tasks
Diffstat (limited to 'packages/images/fso-console-image.bb')
-rw-r--r--packages/images/fso-console-image.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/images/fso-console-image.bb b/packages/images/fso-console-image.bb
index 2c168b7e19..04d9d23afc 100644
--- a/packages/images/fso-console-image.bb
+++ b/packages/images/fso-console-image.bb
@@ -1,13 +1,12 @@
#------------------------------------------------------
-# freesmartphone.org Console Image Recipe
+# FSO compliant Console Image Recipe
#------------------------------------------------------
require fso-image.bb
IMAGE_INSTALL = "\
- ${BASE_INSTALL} \
- ${AUDIO_INSTALL} \
- ${TOOLS_INSTALL} \
- ${PYTHON_INSTALL} \
- frameworkd \
+ task-base \
+ task-fso-compliance \
+ task-cli-tools \
+ task-cli-tools-python \
"