Create Freescale BSP release layer

Signed-off-by: Lauren Post <lauren.post@freescale.com>
This commit is contained in:
Lauren Post 2013-05-14 13:02:09 -05:00
commit eac5b92fa4

17
conf/layer.conf Normal file
View File

@ -0,0 +1,17 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/imx/meta-fsl-arm/recipes-*/*/*.bb \
${LAYERDIR}/imx/meta-fsl-arm/recipes-*/*/*.bbappend"
BBFILES += "${LAYERDIR}/imx/meta-fsl-demos/recipes-*/*/*.bb \
${LAYERDIR}/imx/meta-fsl-demos/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "fsl-bsp-release"
BBFILE_PATTERN_fsl-bsp-release := "^${LAYERDIR}"
BBFILE_PRIORITY_fsl-bsp-release = "7"
# Preferred Versions
PREFERRED_PROVIDER_u-boot_mx6 = "u-boot-imx"
PREFERRED_PROVIDER_virtual/libgal_mx6 = "gpu-viv-bin-mx6q"