mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
11 lines
340 B
Plaintext
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"
|