diff options
author | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-03-28 13:52:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-03-28 13:52:42 +0000 |
commit | 2ceaa31f4137a5a9fb759338827f4b5d1d995772 (patch) | |
tree | 154a25036134c42d5ed51ab471b90b4e20d607fb /meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend | |
parent | ef0b30d05bd1d04ebe5edfafd1c26d2b09bd7d6e (diff) | |
parent | 7fcf42ba21c2a00a60f32140924fefc3cc39ad28 (diff) |
Merge "Merge: migrate appfw from meta-agl-extra"
Diffstat (limited to 'meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend')
-rw-r--r-- | meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend new file mode 100644 index 000000000..51df08719 --- /dev/null +++ b/meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend @@ -0,0 +1,11 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux/linux-yocto-4.4:" + +#------------------------------------------------------------------------- +# smack patches for handling bluetooth + +SRC_URI_append_smack = "\ + 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 \ +" + |