mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround
(From OE-Core rev: a78b644a8aebd078b9cc51bf7d102feef8191d95) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9b36cd78ff
commit
88c6c7abbf
@@ -243,11 +243,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"
|
||||
|
||||
pkg_postinst_kernel-image () {
|
||||
if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then
|
||||
mkdir -p $D/lib/modules/${KERNEL_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user