From fa915e9675bf54b1f00112e1fee7b921c4007dd2 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Thu, 23 Oct 2008 18:01:22 -0300 Subject: [PATCH] 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 --- packages/tasks/task-mamona.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \ " + -- 2.39.5