From 771124a53a46eb59e7a6434da1c2f15972789fde Mon Sep 17 00:00:00 2001 From: Ong Boon Leong Date: Tue, 25 Mar 2014 00:06:35 +0800 Subject: meta-mohonpeak: new BSP layer for Intel Atom Processor C2000 This layer provides support for Intel Atom Processor C2000 product line. Signed-off-by: Ong Boon Leong Reviewed-by: Darren Hart --- meta-isg/meta-mohonpeak/conf/layer.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-isg/meta-mohonpeak/conf/layer.conf (limited to 'meta-isg/meta-mohonpeak/conf/layer.conf') diff --git a/meta-isg/meta-mohonpeak/conf/layer.conf b/meta-isg/meta-mohonpeak/conf/layer.conf new file mode 100644 index 00000000..93ec112d --- /dev/null +++ b/meta-isg/meta-mohonpeak/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "mohonpeak" +BBFILE_PATTERN_mohonpeak := "^${LAYERDIR}/" +BBFILE_PRIORITY_mohonpeak = "6" + +LAYERDEPENDS_mohonpeak = "intel" -- cgit v1.2.3-54-g00ecf