diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-13 11:27:12 +0000 |
---|---|---|
committer | Changhyeok Bae <changhyeok.bae@gmail.com> | 2018-01-23 22:17:51 +0900 |
commit | 62a9b15733b47e2ba453a4f1e18d9027fde6f043 (patch) | |
tree | cf52d386246f483e81711c9565bf2296a05896bc /meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend | |
parent | 8d6b9b5550cdb67c170459b7c212884ca6873289 (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.4.bbappend')
-rw-r--r-- | meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index 51df08719..000000000 --- a/meta-app-framework/recipes-kernel/linux/linux-yocto_4.4.bbappend +++ /dev/null @@ -1,11 +0,0 @@ -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 \ -" - |