diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-02-24 16:45:49 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-01 22:16:14 -0800 |
commit | a3f528862434d8e0cbdfe7849a000060ec66ddd3 (patch) | |
tree | 46fe384f1dcfd2a3ec7afc03dfdf149ec5ab171a | |
parent | 290b4bbf8cd387a6b94e2fee6af9993e8837bd05 (diff) | |
download | meta-security-a3f528862434d8e0cbdfe7849a000060ec66ddd3.tar.gz |
linux: drop the bbappend for linux v4.x series
v4.19 LTS has been dropped in poky in favor of v5.4. Drop the bbappend
from meta-security as right now the build fails.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-yocto_4.%.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.%.bbappend b/recipes-kernel/linux/linux-yocto_4.%.bbappend deleted file mode 100644 index 39d4e6f..0000000 --- a/recipes-kernel/linux/linux-yocto_4.%.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", " features/apparmor/apparmor.scc", "" ,d)}" | ||
2 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "smack", " features/smack/smack.scc", "" ,d)}" | ||