summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-04-01 06:28:30 -0700
committerArmin Kuster <akuster808@gmail.com>2017-04-06 10:39:42 -0700
commitaa9fa90288c16f27e28e1ad8d9c45cf21f29f49e (patch)
treee130a382a8291f8027f27f0aeacdcb1f02f8268a
parent794d8e89ac7016b1de5d5bb0e213c9d2d032e13f (diff)
downloadmeta-security-aa9fa90288c16f27e28e1ad8d9c45cf21f29f49e.tar.gz
kernel: mv 4.8 kernel to 4.9
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-yocto-4.9/apparmor.cfg (renamed from recipes-kernel/linux/linux-yocto-4.8/apparmor.cfg)0
-rw-r--r--recipes-kernel/linux/linux-yocto-4.9/smack-default-lsm.cfg (renamed from recipes-kernel/linux/linux-yocto-4.8/smack-default-lsm.cfg)0
-rw-r--r--recipes-kernel/linux/linux-yocto-4.9/smack.cfg (renamed from recipes-kernel/linux/linux-yocto-4.8/smack.cfg)0
-rw-r--r--recipes-kernel/linux/linux-yocto-4.9/tpm.cfg (renamed from recipes-kernel/linux/linux-yocto-4.8/tpm.cfg)0
-rw-r--r--recipes-kernel/linux/linux-yocto-4.9/tpm.scc (renamed from recipes-kernel/linux/linux-yocto-4.8/tpm.scc)0
-rw-r--r--recipes-kernel/linux/linux-yocto_4.9.bbappend (renamed from recipes-kernel/linux/linux-yocto_4.8.bbappend)4
6 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-yocto-4.8/apparmor.cfg b/recipes-kernel/linux/linux-yocto-4.9/apparmor.cfg
index 1dc4168..1dc4168 100644
--- a/recipes-kernel/linux/linux-yocto-4.8/apparmor.cfg
+++ b/recipes-kernel/linux/linux-yocto-4.9/apparmor.cfg
diff --git a/recipes-kernel/linux/linux-yocto-4.8/smack-default-lsm.cfg b/recipes-kernel/linux/linux-yocto-4.9/smack-default-lsm.cfg
index b5c4845..b5c4845 100644
--- a/recipes-kernel/linux/linux-yocto-4.8/smack-default-lsm.cfg
+++ b/recipes-kernel/linux/linux-yocto-4.9/smack-default-lsm.cfg
diff --git a/recipes-kernel/linux/linux-yocto-4.8/smack.cfg b/recipes-kernel/linux/linux-yocto-4.9/smack.cfg
index 62f465a..62f465a 100644
--- a/recipes-kernel/linux/linux-yocto-4.8/smack.cfg
+++ b/recipes-kernel/linux/linux-yocto-4.9/smack.cfg
diff --git a/recipes-kernel/linux/linux-yocto-4.8/tpm.cfg b/recipes-kernel/linux/linux-yocto-4.9/tpm.cfg
index fe1bb3f..fe1bb3f 100644
--- a/recipes-kernel/linux/linux-yocto-4.8/tpm.cfg
+++ b/recipes-kernel/linux/linux-yocto-4.9/tpm.cfg
diff --git a/recipes-kernel/linux/linux-yocto-4.8/tpm.scc b/recipes-kernel/linux/linux-yocto-4.9/tpm.scc
index 7c7ec2d..7c7ec2d 100644
--- a/recipes-kernel/linux/linux-yocto-4.8/tpm.scc
+++ b/recipes-kernel/linux/linux-yocto-4.9/tpm.scc
diff --git a/recipes-kernel/linux/linux-yocto_4.8.bbappend b/recipes-kernel/linux/linux-yocto_4.9.bbappend
index 78d5101..9702dd4 100644
--- a/recipes-kernel/linux/linux-yocto_4.8.bbappend
+++ b/recipes-kernel/linux/linux-yocto_4.9.bbappend
@@ -1,9 +1,9 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.8:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.8:"
2 2
3# TPM kernel support 3# TPM kernel support
4KERNEL_FEATURES_append += "${@bb.utils.contains('DISTRO_FEATURES', 'tpm', ' features/tpm/tpm.scc', '', d)}"
5
4SRC_URI += "\ 6SRC_URI += "\
5 ${@bb.utils.contains('DISTRO_FEATURES', 'tpm', ' file://tpm.cfg', '', d)} \
6 ${@bb.utils.contains('DISTRO_FEATURES', 'tpm', ' file://tpm.scc', '', d)} \
7 ${@bb.utils.contains('DISTRO_FEATURES', 'apparmor', ' file://apparmor.cfg', '', d)} \ 7 ${@bb.utils.contains('DISTRO_FEATURES', 'apparmor', ' file://apparmor.cfg', '', d)} \
8" 8"
9 9