diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-13 11:27:12 +0000 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-02-13 11:01:59 +0100 |
commit | d96d3e11710909f469c94351b26da3b84b50a0b3 (patch) | |
tree | 30dc07682e4360addadcba73c287469844fbb117 /meta-app-framework/recipes-kernel/linux/linux-yocto_4.1.bbappend | |
parent | 8b6137f46f677e19940d6b5f257bf04dbb723f32 (diff) |
linux-yocto: Rename .bbappend to match new version from meta-openembedded
Bug-AGL: SPEC-1181
Change-Id: I87b72202bb728a33bd16e0b275c268946ce61aff
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'meta-app-framework/recipes-kernel/linux/linux-yocto_4.1.bbappend')
-rw-r--r-- | meta-app-framework/recipes-kernel/linux/linux-yocto_4.1.bbappend | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-app-framework/recipes-kernel/linux/linux-yocto_4.1.bbappend b/meta-app-framework/recipes-kernel/linux/linux-yocto_4.1.bbappend deleted file mode 100644 index c1c657201..000000000 --- a/meta-app-framework/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ /dev/null @@ -1,12 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/linux/linux-yocto-4.1:" - -#------------------------------------------------------------------------- -# 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 \ -" - |