[oe-commits] Simon Busch : palmpre: add some utilities to MACHINE_EXTRA_RDEPEND

git version control git at git.openembedded.org
Wed Oct 20 08:20:36 UTC 2010


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Mon Oct  4 12:29:18 2010 +0200

palmpre: add some utilities to MACHINE_EXTRA_RDEPEND

Some utilities are essential for the palmpre but no other machine so the machine config
rdepends on them. They will be installed in an image via task-base.

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 conf/machine/palmpre.conf  |    1 +
 recipes/tasks/task-base.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/machine/palmpre.conf b/conf/machine/palmpre.conf
index 2a62c30..8117d97 100644
--- a/conf/machine/palmpre.conf
+++ b/conf/machine/palmpre.conf
@@ -29,3 +29,4 @@ PREFERRED_VERSION_u-boot = "git"
 XLOAD_MACHINE = "omap3530beagle_config"
 
 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa phone bluetooth touchscreen keyboard wifi"
+MACHINE_EXTRA_RDEPENDS = "tsmd read-tokens tellbootie lvm2 palmpre-audio-scripts"
diff --git a/recipes/tasks/task-base.bb b/recipes/tasks/task-base.bb
index 2eedb31..ecc5278 100644
--- a/recipes/tasks/task-base.bb
+++ b/recipes/tasks/task-base.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r90"
+PR = "r91"
 
 inherit task
 





More information about the Openembedded-commits mailing list