From: Simon Busch Date: Mon, 4 Oct 2010 10:29:18 +0000 (+0200) Subject: palmpre: add some utilities to MACHINE_EXTRA_RDEPEND X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e8c2de553bd9e62b121f4efcf1fdacb5bfd005;p=openembedded.git 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 --- diff --git a/conf/machine/palmpre.conf b/conf/machine/palmpre.conf index 2a62c30728..8117d971fa 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 2eedb31df8..ecc527843f 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