X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-raspberrypi%2Frecipes-kernel%2Flinux%2Flinux-raspberrypi_4.4.bbappend;h=9879c6f43f0efbbb9dd83f37f474580b4ffc920d;hb=cfdc440340fed94696e4a6be1e759a0564bda556;hp=8c00735383297c5d16de08be8397c738da9bba92;hpb=3acb532fd1c18c18272cc9c5c1d6530aecead700;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend index 8c0073538..9879c6f43 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend @@ -1,18 +1,9 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" - -LINUX_VERSION = "4.4.16" - -SRCREV = "26550dcfb86b0308a99f726abbfb55abb1b0f78c" - -SRC_URI_append = "\ - file://0001-rpi-defconfig.patch \ - ${@base_conditional('USE_FAYTECH_MONITOR', '1', 'file://0002-faytech-fix-rpi.patch', '', d)} \ +#------------------------------------------------------------------------- +# smack patches for handling bluetooth + +SRC_URI_append_smack = "\ + file://0001-Smack-File-receive-for-sockets.patch \ + file://0002-smack-fix-cache-of-access-labels.patch \ + file://0003-Smack-ignore-null-signal-in-smack_task_kill.patch \ + file://0004-Smack-Assign-smack_known_web-label-for-kernel-thread.patch \ " - -CMDLINE_append = " usbhid.mousepoll=0" - -KERNEL_MODULE_AUTOLOAD += "snd-bcm2835" -KERNEL_MODULE_AUTOLOAD += "hid-multitouch" - -RDEPENDS_${PN} += "kernel-module-snd-bcm2835" -PACKAGES += "kernel-module-snd-bcm2835"