diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-02-14 03:47:34 +0000 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-02-14 22:55:44 +0000 |
commit | cfdc440340fed94696e4a6be1e759a0564bda556 (patch) | |
tree | 9b5fa7d8d2ca891263dbdd551e829026f3db8813 /meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend | |
parent | 2ce5939fab8abdbf775b5d037eb0dd67039c6367 (diff) |
raspberrypi-linux: add smack patchset to 4.9 bbappend
Breakout smack patchset files definitions into both 4.4
and 4.9 bbappends since the later only needs one of the patches.
Issue: SPEC-443
Change-Id: I04afcaf55da2f9aa735e6798ba60a00ba0838726
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend new file mode 100644 index 000000000..206a8d0c3 --- /dev/null +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend @@ -0,0 +1,6 @@ +#------------------------------------------------------------------------- +# smack patches for handling bluetooth + +SRC_URI_append_smack = "\ + file://0004-Smack-Assign-smack_known_web-label-for-kernel-thread.patch \ +" |