The default kernel is now 3.14. Since the removal of PRINC support leaves
the 3.10 recipe in a difficult-to-work-with state, now seems like a good
time to move to the new kernel.
Signed-off-by: Joe MacDonald <joe@...>
---
.../linux/{linux-yocto_3.10.bbappend => linux-yocto_3.14.bbappend} | 1 -
1 file changed, 1 deletion(-)
rename recipes-kernel/linux/{linux-yocto_3.10.bbappend => linux-yocto_3.14.bbappend} (97%)
So, really, I started trying to make sure that the 3.10 kernel package feeds
wouldn't go backward and then realized this was kind of a fool's errand, since
we're building 3.14 by default anyway and without an existing linux-yocto-*
bbappend for it, it's never had the PRINC problem. So I propose ignoring the
problem since it's going away on its own anyway.
diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend
similarity index 97%
rename from recipes-kernel/linux/linux-yocto_3.10.bbappend
rename to recipes-kernel/linux/linux-yocto_3.14.bbappend
index 159d63b..4118cc0 100644
--- a/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.14.bbappend
@@ -1,4 +1,3 @@
-PRINC = "1"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
# Enable selinux support in the kernel if the feature is enabled
--
1.7.10.4