- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
75 lines
3.1 KiB
Plaintext
75 lines
3.1 KiB
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a packages directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "freescale-layer"
|
|
BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_freescale-layer = "5"
|
|
LAYERSERIES_COMPAT_freescale-layer = "kirkstone langdale mickledore nanbield scarthgap"
|
|
LAYERDEPENDS_freescale-layer = "core"
|
|
|
|
# Add the Freescale-specific licenses into the metadata
|
|
LICENSE_PATH += "${LAYERDIR}/custom-licenses"
|
|
|
|
FSL_EULA_FILE = "${LAYERDIR}/EULA"
|
|
|
|
IMX_MIRROR ?= "https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/"
|
|
|
|
# FIXME: set this to avoid changing all the recipes that use it
|
|
FSL_MIRROR ?= "${IMX_MIRROR}"
|
|
|
|
MIRRORS += " \
|
|
${IMX_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \
|
|
"
|
|
# Needs gbm_bo_create_with_modifiers2() API which is not
|
|
# implemented in imx GL driver implementation
|
|
COMPATIBLE_HOST:pn-xdg-desktop-portal-wlr:imxgpu = "(null)"
|
|
|
|
# For compatibility with layers before scarthgap
|
|
PROVIDES:pn-bmap-tools-native = "bmaptool-native"
|
|
RPROVIDES:pn-bmap-tools-native:bmap-tools-native = "bmaptool-native"
|
|
PROVIDES:pn-bmap-tools = "bmaptool"
|
|
RPROVIDES:pn-bmap-tools:bmap-tools = "bmaptool"
|
|
|
|
BBFILES_DYNAMIC += " \
|
|
aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bb \
|
|
aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bbappend \
|
|
\
|
|
chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/*/*/*.bb \
|
|
chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/*/*/*.bbappend \
|
|
\
|
|
filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bb \
|
|
filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bbappend \
|
|
\
|
|
gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/*/*/*.bb \
|
|
gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/*/*/*.bbappend \
|
|
\
|
|
ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bb \
|
|
ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bbappend \
|
|
\
|
|
meta-arm:${LAYERDIR}/dynamic-layers/meta-arm/*/*/*.bbappend \
|
|
\
|
|
arm-toolchain:${LAYERDIR}/dynamic-layers/arm-toolchain/*/*/*.bb \
|
|
\
|
|
multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb \
|
|
multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend \
|
|
\
|
|
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
|
|
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
|
|
\
|
|
qt4-layer:${LAYERDIR}/dynamic-layers/qt4-layer/*/*/*.bb \
|
|
qt4-layer:${LAYERDIR}/dynamic-layers/qt4-layer/*/*/*.bbappend \
|
|
\
|
|
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \
|
|
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
|
|
\
|
|
qt6-layer:${LAYERDIR}/dynamic-layers/qt6-layer/*/*/*.bb \
|
|
qt6-layer:${LAYERDIR}/dynamic-layers/qt6-layer/*/*/*.bbappend \
|
|
\
|
|
virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bb \
|
|
virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/*/*/*.bbappend \
|
|
"
|