On Thu, Nov 25, 2010 at 06:24:36PM +0100, Andrea Adami wrote: > Hello, > > build from scratch of console image for c7x0/armv5te leads to:
With new kernel I had this some time ago.. I'm using this patch since then, but never send it here as I didn't look why this was needed before.. -- Martin 'JaMa' Jansa jabber: [email protected]
>From df57c608af9e0a98ff1a1b3dc8259d80f86f09b9 Mon Sep 17 00:00:00 2001 From: Martin Jansa <[email protected]> Date: Tue, 10 Aug 2010 21:37:29 +0200 Subject: [PATCH 04/18] kernel: kill bluez-dtl1-workaround Signed-off-by: Martin Jansa <[email protected]> --- classes/kernel.bbclass | 5 ----- recipes/tasks/task-base.bb | 1 - 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index 7039d27..5874d75 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -266,11 +266,6 @@ ALLOW_EMPTY_kernel = "1" ALLOW_EMPTY_kernel-base = "1" ALLOW_EMPTY_kernel-image = "1" -# Userspace workarounds for kernel modules issues -# This is shame, fix the kernel instead! -DEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround" -RDEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround" - # renamed modules RPROVIDES_kernel-module-aes-generic = "kernel-module-aes" diff --git a/recipes/tasks/task-base.bb b/recipes/tasks/task-base.bb index ecc5278..7fc7cee 100644 --- a/recipes/tasks/task-base.bb +++ b/recipes/tasks/task-base.bb @@ -266,7 +266,6 @@ RRECOMMENDS_task-base-bluetooth = "\ $...@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluecard-cs', '',d)} \ $...@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetoothuart-cs', '',d)} \ $...@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-dtl1-cs', '',d)} \ - $...@base_contains('COMBINED_FEATURES', 'pcmcia', 'bluez-dtl1-workaround', '',d)} \ " # bluez-dtl1-workaround above is workaround for bitbake not handling DEPENDS on it in # kernel.bbclass. It should be there as long as kernel-module-dtl1-cs is, but not longer. -- 1.7.3.2
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
