diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-04 23:56:59 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-04 23:56:59 +0000 |
commit | 70d0e263039165834e23471bdf0f860c46d68c31 (patch) | |
tree | 5b64c5e9f648e95184e7512047003cd9a905360e /classes/kernel.bbclass | |
parent | c79433c5c5c86a9c1abcda1b1734862cfd6f90cb (diff) | |
parent | ee101f706452f88687f4233311e7dc89aca88afa (diff) |
merge of '7247d50baa3969c4328d37f4c560e6b56963636c'
and 'c1258545caf65ca7330dc5d776336c46135d7d52'
Diffstat (limited to 'classes/kernel.bbclass')
-rw-r--r-- | classes/kernel.bbclass | 4 |
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} |