meta-intel/meta-cedartrail/conf/layer.conf
Kishore Bodke 38f2b670bc meta-cedartrail: Create new layer for cedartrail System.
This layer provides the initial version of the BSP for Cedar Trail
platform. The Cedar Trail platform is based on the Cedarview processor
and Tiger Point Chipset.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-01-09 17:55:07 -06:00

11 lines
340 B
Plaintext

# 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 += "cedartrail"
BBFILE_PATTERN_cedartrail := "^${LAYERDIR}/"
BBFILE_PRIORITY_cedartrail = "6"