diff options
author | Thomas Perrot <thomas.perrot@tupi.fr> | 2016-01-04 19:31:08 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-01-17 15:38:42 -0800 |
commit | 631693cc7647410d82b7ff6a8370c2bb1a93dd07 (patch) | |
tree | 0150a5f5f3bbea34572e346b629f8bb76b796a5f /recipes-kernel | |
parent | 40741acf5c776e4509929ed2a2472bc51d9a9a56 (diff) | |
download | meta-security-631693cc7647410d82b7ff6a8370c2bb1a93dd07.tar.gz meta-security-631693cc7647410d82b7ff6a8370c2bb1a93dd07.tar.bz2 meta-security-631693cc7647410d82b7ff6a8370c2bb1a93dd07.zip |
linux-yocto_3.14: remove bbappend from master
Remove recipe for the kernel 3.14 from master branch, to fix a build error.
ERROR: No recipes available for: meta-security/recipes-kernel/linux/linux-yocto_3.14.bbappend
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-yocto_3.14.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend deleted file mode 100644 index b46419c..0000000 --- a/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -# Tomoyo kernel support -SRC_URI += "${@base_contains('DISTRO_FEATURES', 'tomoyo', ' file://tomoyo.cfg', '', d)}" |