From 40e8c2de553bd9e62b121f4efcf1fdacb5bfd005 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Mon, 4 Oct 2010 12:29:18 +0200 Subject: [PATCH] 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 --- conf/machine/palmpre.conf | 1 + recipes/tasks/task-base.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5