commit | author | age
|
849fbd
|
1 |
LCONF_VERSION = "7" |
G |
2 |
|
|
3 |
BBPATH = "${TOPDIR}" |
|
4 |
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" |
|
5 |
|
|
6 |
BBFILES ?= "" |
|
7 |
BBLAYERS = " \ |
|
8 |
${BSPDIR}/sources/poky/meta \ |
|
9 |
${BSPDIR}/sources/poky/meta-poky \ |
|
10 |
\ |
|
11 |
${BSPDIR}/sources/meta-openembedded/meta-oe \ |
|
12 |
${BSPDIR}/sources/meta-openembedded/meta-multimedia \ |
|
13 |
${BSPDIR}/sources/meta-openembedded/meta-python \ |
|
14 |
\ |
|
15 |
${BSPDIR}/sources/meta-freescale \ |
|
16 |
${BSPDIR}/sources/meta-freescale-3rdparty \ |
|
17 |
${BSPDIR}/sources/meta-freescale-distro \ |
|
18 |
" |
|
19 |
|
|
20 |
# i.MX Yocto Project Release layers |
|
21 |
BBLAYERS += "${BSPDIR}/sources/meta-imx/meta-bsp" |
|
22 |
BBLAYERS += "${BSPDIR}/sources/meta-imx/meta-sdk" |
|
23 |
BBLAYERS += "${BSPDIR}/sources/meta-imx/meta-ml" |
|
24 |
BBLAYERS += "${BSPDIR}/sources/meta-imx/meta-v2x" |
|
25 |
BBLAYERS += "${BSPDIR}/sources/meta-nxp-demo-experience" |
|
26 |
|
|
27 |
BBLAYERS += "${BSPDIR}/sources/meta-arm/meta-arm" |
|
28 |
BBLAYERS += "${BSPDIR}/sources/meta-arm/meta-arm-toolchain" |
|
29 |
BBLAYERS += "${BSPDIR}/sources/meta-browser/meta-chromium" |
|
30 |
BBLAYERS += "${BSPDIR}/sources/meta-clang" |
|
31 |
BBLAYERS += "${BSPDIR}/sources/meta-openembedded/meta-gnome" |
|
32 |
BBLAYERS += "${BSPDIR}/sources/meta-openembedded/meta-networking" |
|
33 |
BBLAYERS += "${BSPDIR}/sources/meta-openembedded/meta-filesystems" |
|
34 |
BBLAYERS += "${BSPDIR}/sources/meta-qt6" |
|
35 |
BBLAYERS += "${BSPDIR}/sources/meta-security/meta-parsec" |
|
36 |
BBLAYERS += "${BSPDIR}/sources/meta-security/meta-tpm" |
|
37 |
BBLAYERS += "${BSPDIR}/sources/meta-virtualization" |
|
38 |
|
|
39 |
# Add IoT Gateway Kit Board Yocto Project Release layers |
|
40 |
BBLAYERS += "${BSPDIR}/sources/meta-igkboard" |