From 668e53a1d9fda91fe1cde4f4950d77dc7687d3a9 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sun, 13 Mar 2011 14:18:47 +0100 Subject: [PATCH] palmpre: add wifi related packages to MACHINE_EXTRA_RDEPENDS and bump PR of task-base Signed-off-by: Simon Busch --- conf/machine/include/palmpre.inc | 3 +++ recipes/tasks/task-base.bb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/palmpre.inc b/conf/machine/include/palmpre.inc index f5d64052c8..3132ba8e8c 100644 --- a/conf/machine/include/palmpre.inc +++ b/conf/machine/include/palmpre.inc @@ -38,6 +38,9 @@ MACHINE_EXTRA_RDEPENDS = " \ lvm2 \ palmpre-audio-scripts \ compat-wireless-2.6-old \ + kernel-module-sirloin-wifi \ + marvell-license \ + marvell-sdio-fw \ " PREFERRED_PROVIDER_udev-compat = "udev-compat141" diff --git a/recipes/tasks/task-base.bb b/recipes/tasks/task-base.bb index b47349e6a4..0b03d64096 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 = "r93" +PR = "r94" inherit task -- 2.39.5