mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-15 15:06:13 +01:00
Create Freescale BSP release layer
Signed-off-by: Lauren Post <lauren.post@freescale.com>
This commit is contained in:
commit
eac5b92fa4
17
conf/layer.conf
Normal file
17
conf/layer.conf
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user