aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 23:56:59 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 23:56:59 +0000
commit70d0e263039165834e23471bdf0f860c46d68c31 (patch)
tree5b64c5e9f648e95184e7512047003cd9a905360e /classes
parentc79433c5c5c86a9c1abcda1b1734862cfd6f90cb (diff)
parentee101f706452f88687f4233311e7dc89aca88afa (diff)
downloadopenembedded-70d0e263039165834e23471bdf0f860c46d68c31.tar.gz
merge of '7247d50baa3969c4328d37f4c560e6b56963636c'
and 'c1258545caf65ca7330dc5d776336c46135d7d52'
Diffstat (limited to 'classes')
-rw-r--r--classes/kernel.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
index 4cc3784b6f..3a95fa787a 100644
--- a/classes/kernel.bbclass
+++ b/classes/kernel.bbclass
@@ -183,6 +183,10 @@ 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!
+RDEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround"
+
pkg_postinst_kernel-image () {
if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then
mkdir -p $D/lib/modules/${KERNEL_VERSION}