[oe-commits] Koen Kooi : task-beagleboard*: add changes from latest round of feedback

git version control git at git.openembedded.org
Wed Mar 16 10:10:47 UTC 2011


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Mar 16 10:10:05 2011 +0100

task-beagleboard*: add changes from latest round of feedback

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/tasks/task-beagleboard-nand.bb       |    8 +++++++-
 recipes/tasks/task-beagleboard-validation.bb |    7 ++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/recipes/tasks/task-beagleboard-nand.bb b/recipes/tasks/task-beagleboard-nand.bb
index 1c12f2c..edf62b5 100644
--- a/recipes/tasks/task-beagleboard-nand.bb
+++ b/recipes/tasks/task-beagleboard-nand.bb
@@ -1,5 +1,7 @@
 DESCRIPTION = "Task for putting an X11 desktop in NAND"
 
+PR = "r1"
+
 inherit task 
 
 ECONFIG ?= "places e-wm-config-angstrom e-wm-config-angstrom-widescreen e-wm-config-default"
@@ -29,7 +31,11 @@ RDEPENDS_${PN} = "\
 	picodlp-control \
 	network-manager-applet \
 	gnome-bluetooth \
-"
+bc e2fsprogs-mke2fs util-linux-ng-fdisk \
+util-linux-ng-sfdisk dosfstools beagleboard-test-scripts sox \
+alsa-utils-aplay ti-dsplink-examples i2c-tools memtester cpuburn-neon \
+evtest devmem2 matrix-gui mtd-utils mplayer x11vnc \
+angstrom-x11vnc-xinit"
 
 # Install all kernel modules
 RRECOMMENDS_${PN} += " \
diff --git a/recipes/tasks/task-beagleboard-validation.bb b/recipes/tasks/task-beagleboard-validation.bb
index 936d953..9edb26b 100644
--- a/recipes/tasks/task-beagleboard-validation.bb
+++ b/recipes/tasks/task-beagleboard-validation.bb
@@ -1,6 +1,10 @@
 inherit task
 
-PR = "r2"
+PV = "1.1"
+PR = "r4"
+
+PACKAGE_ARCH = "all"
+ALLOW_EMPTY = "1"
 
 ECONFIG ?= "places e-wm-config-angstrom"
 EMENU ?= "e-wm-menu"
@@ -55,3 +59,4 @@ RDEPENDS_task-beagleboard-validation-gui-extras = "\
     matrix-gui \
     midori \
 "
+





More information about the Openembedded-commits mailing list