From: Ricardo Salveti Date: Thu, 23 Oct 2008 21:01:22 +0000 (-0300) Subject: task-mamona: adding cx3110x, but just for the nokia internet tablet devices X-Git-Tag: Release-2010-05/1~5696^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa915e9675bf54b1f00112e1fee7b921c4007dd2;p=openembedded.git task-mamona: adding cx3110x, but just for the nokia internet tablet devices Remember, this will probably not work if you're using a custom kernel. At the moment, if you want to use all the hardware from the tablets, you'll need to use some proprietary parts, like network driver (umac) and dsp. Until we get this working with 100% free software, this will be kept inside task-mamona. Signed-off-by: Ricardo Salveti Signed-off-by: Rodrigo Vivi --- diff --git a/packages/tasks/task-mamona.bb b/packages/tasks/task-mamona.bb index 3f73bb6519..4bbf71b617 100644 --- a/packages/tasks/task-mamona.bb +++ b/packages/tasks/task-mamona.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task mamona: Build and Install Mamona Platform" LICENSE = "MIT" -PR = "r2" +PR = "r3" ALLOW_EMPTY = "1" PACKAGES = "${PN}" @@ -55,13 +55,16 @@ RDEPENDS = "\ " RDEPENDS_append_nokia770 = " \ + cx3110x \ libasound-module-ctl-dsp-ctl \ libasound-module-pcm-alsa-dsp \ mamona-sound-n770 \ " RDEPENDS_append_nokia800 = " \ + cx3110x \ libasound-module-ctl-dsp-ctl \ libasound-module-pcm-alsa-dsp \ mamona-sound-n800 \ " +