From 47e84385cc2d3ccf9a78b03a44cb36b0c98b5298 Mon Sep 17 00:00:00 2001 From: Victor Kamensky Date: Thu, 8 Aug 2013 20:36:58 -0700 Subject: create meta-linaro/meta-bigendian layer for be changes Create meta-linaro/meta-bigendian meta layer that holds oe changes to build ARM big endian images Signed-off-by: Victor Kamensky Signed-off-by: Riku Voipio --- meta-bigendian/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-bigendian/conf/layer.conf (limited to 'meta-bigendian') diff --git a/meta-bigendian/conf/layer.conf b/meta-bigendian/conf/layer.conf new file mode 100644 index 00000000..f3740109 --- /dev/null +++ b/meta-bigendian/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "bigendian" +BBFILE_PATTERN_bigendian := "^${LAYERDIR}/" +BBFILE_PRIORITY_bigendian = "20" -- cgit v1.2.3