fso2-demo-image: install iptables and some alsa utils
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 6 Apr 2010 22:26:31 +0000 (00:26 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 6 Apr 2010 22:26:59 +0000 (00:26 +0200)
recipes/images/fso2-demo-image.bb

index 3e2f93c..df6c24e 100644 (file)
@@ -1,17 +1,22 @@
 #------------------------------------------------------
-# FSO-compliant Console Image Recipe
+# FSO2 Demo Image
 #------------------------------------------------------
 
 require fso-image.inc
 
 PV = "1.0"
-PR = "r0"
+PR = "r1"
 
 IMAGE_INSTALL = "\
   task-base \
   task-fso2-compliance \
+  \
   task-cli-tools \
   task-cli-tools-python \
   \
+  iptables \
+  alsa-utils-aplay \
+  alsa-utils-alsamixer \
+  \
   zhone2 \
 "