summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-10 04:23:50 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-11 13:35:10 +0800
commitb145a013cbbcdc11832d0d9c6a3a71a52d91a5c3 (patch)
tree6cedd5529dcbcb9ee52e0d8074a6a43ed2566008 /conf/layer.conf
parent6153043bfeefce698a08231a2ed1a52e442574fc (diff)
downloadmeta-fsl-ppc-b145a013cbbcdc11832d0d9c6a3a71a52d91a5c3.tar.gz
qoriq_build_64bit_kernel.bbclass: add for ppce6500
ppce6500 is a specific core which only support 64bit kernel, introduce qoriq_build_64bit_kernel.bbclass to do this Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 0f81db0..9c0a412 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -3,6 +3,7 @@ BBPATH .= ":${LAYERDIR}"
3 3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" 4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*"
5BBFILES += "${LAYERDIR}/images/*.bb*" 5BBFILES += "${LAYERDIR}/images/*.bb*"
6BBFILES += "${LAYERDIR}/classes/*.bb*"
6 7
7BBFILE_COLLECTIONS += "fsl-ppc" 8BBFILE_COLLECTIONS += "fsl-ppc"
8BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/" 9BBFILE_PATTERN_fsl-ppc = "^${LAYERDIR}/"