From 8d89651ef729e560ad96dcfc002fcde6ff7f923b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:46:13 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta-bigendian/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-bigendian/conf/layer.conf (limited to 'meta-bigendian/conf') diff --git a/meta-bigendian/conf/layer.conf b/meta-bigendian/conf/layer.conf new file mode 100644 index 0000000..f374010 --- /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-54-g00ecf