[oe] [PATCH 15/15] palmpre: add some utilities to MACHINE_EXTRA_RDEPEND

Simon Busch morphis at gravedo.de
Mon Oct 18 18:51:24 UTC 2010


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 f5852c5..ffa7669 100644
--- a/conf/machine/palmpre.conf
+++ b/conf/machine/palmpre.conf
@@ -32,3 +32,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
 
-- 
1.7.1





More information about the Openembedded-devel mailing list