diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-27 15:57:04 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-27 15:57:04 +0800 |
commit | 4fcefe71fdb2c96e3db2cadc08635a5cab63f1dd (patch) | |
tree | 987b5f5e51a7967f49207cfbfecf265784f4c77b | |
parent | 1442824d3272f54feca33238e527d18a06a6b7e0 (diff) | |
download | meta-selinux-4fcefe71fdb2c96e3db2cadc08635a5cab63f1dd.tar.gz |
kernel: Workaround for inconsistent kallsyms on ARM.
-rw-r--r-- | recipes-kernel/linux/linux-yocto_3.2.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.2.bbappend b/recipes-kernel/linux/linux-yocto_3.2.bbappend index 3514b3d..f9487f2 100644 --- a/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
@@ -2,3 +2,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
2 | 2 | ||
3 | # Enable selinux support in the kernel if the feature is enabled | 3 | # Enable selinux support in the kernel if the feature is enabled |
4 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}" | 4 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'selinux', 'file://selinux.cfg', '', d)}" |
5 | # For inconsistent kallsyms data bug on ARM | ||
6 | # http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/thread.html#89718 | ||
7 | EXTRA_OEMAKE += "${@base_contains('TARGET_ARCH', 'arm', ' KALLSYMS_EXTRA_PASS=1', '', d)}" | ||