summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/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
commit53d64ed665d482eeaf642523523800071624f1c6 (patch)
tree1c146082623575138a2a5eba6a98d6b77febf67b /meta-fsl-ppc/conf
parenta5a824944072c9cfec826a76ba788e6674ab7fdd (diff)
downloadmeta-freescale-53d64ed665d482eeaf642523523800071624f1c6.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 'meta-fsl-ppc/conf')
-rw-r--r--meta-fsl-ppc/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf
index 0f81db04..9c0a4125 100644
--- a/meta-fsl-ppc/conf/layer.conf
+++ b/meta-fsl-ppc/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}/"