From: Paul Sokolovsky Date: Tue, 5 Feb 2008 09:17:01 +0000 (+0000) Subject: h5000.conf: Ship BT module. X-Git-Tag: Release-2010-05/1~7753^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baaba6900900fe9815089d25270665899e2576a6;p=openembedded.git h5000.conf: Ship BT module. * Fixes #3549 * Based on the patch by Michal Panczyk --- diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf index 1f29438061..e795395534 100644 --- a/conf/machine/h5000.conf +++ b/conf/machine/h5000.conf @@ -27,6 +27,7 @@ EXTRA_IMAGECMD_jffs2 = "-e 0x40000 -p ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootf MACHINE_EXTRA_RDEPENDS = "kernel ipaq-boot-params" MACHINE_EXTRA_RRECOMMENDS = " kernel-module-h5400-lcd \ kernel-module-h5400-battery \ + kernel-module-h5400-bt \ kernel-module-snd-soc-h5000 \ kernel-module-i2c-pxa" diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb index f8a94c63b2..b5b3e82f70 100644 --- a/packages/tasks/task-base.bb +++ b/packages/tasks/task-base.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" -PR = "r59" +PR = "r60" inherit task