[oe-commits] Michael 'Mickey' Lauer : fso2-demo-image: install iptables and some alsa utils

git version control git at git.openembedded.org
Tue Apr 6 22:20:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ddba3186ece62ed57b137e3d77d1bc28fcebab78
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ddba3186ece62ed57b137e3d77d1bc28fcebab78

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Apr  7 00:26:31 2010 +0200

fso2-demo-image: install iptables and some alsa utils

---

 recipes/images/fso2-demo-image.bb |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes/images/fso2-demo-image.bb b/recipes/images/fso2-demo-image.bb
index 3e2f93c..df6c24e 100644
--- a/recipes/images/fso2-demo-image.bb
+++ b/recipes/images/fso2-demo-image.bb
@@ -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 \
 "





More information about the Openembedded-commits mailing list