From af40e14ce335fa689d1a989feba3c02a8c71b7a7 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 27 Dec 2010 16:32:21 -0600 Subject: meta-emenlow: move to meta-intel repo from poky repo This is the meta-emenlow layer, moved from the poky repo in order to keep all the meta-intel BSPs together. This version builds against laverne (0.90) - detailed build instruction can be found in the README file. Signed-off-by: Tom Zanussi --- meta-emenlow/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-emenlow/conf/layer.conf (limited to 'meta-emenlow/conf/layer.conf') diff --git a/meta-emenlow/conf/layer.conf b/meta-emenlow/conf/layer.conf new file mode 100644 index 00000000..563b9c8e --- /dev/null +++ b/meta-emenlow/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "emenlow" +BBFILE_PATTERN_emenlow := "^${LAYERDIR}/" +BBFILE_PRIORITY_emenlow = "6" -- cgit v1.2.3-54-g00ecf