summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2013-09-23 21:18:06 +0800
committerJoe MacDonald <joe@deserted.net>2013-10-02 13:24:45 -0400
commit3342d1edcf7d25b6d22e636083309a410243cd0a (patch)
tree66da68b4231a88dc14a4f6f2932ab4930e70ebec
parent521ca9c9cf370840e9f8c808a7955aa5da7c356e (diff)
downloadmeta-selinux-3342d1edcf7d25b6d22e636083309a410243cd0a.tar.gz
kernel: add BBAPPEND for linux 3.10
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-kernel/linux/linux-yocto_3.10.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend
new file mode 100644
index 0000000..9004c59
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -0,0 +1,6 @@
1PRINC = "1"
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4# For inconsistent kallsyms data bug on ARM
5# http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718
6EXTRA_OEMAKE += "${@base_contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}"