Tim Lee | 85c187e | 2022-10-06 17:15:49 +0800 | [diff] [blame] | 1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
| 2 | # changes incompatibly |
| 3 | LCONF_VERSION = "8" |
| 4 | |
| 5 | BBPATH = "${TOPDIR}" |
| 6 | BBFILES ?= "" |
| 7 | |
| 8 | BBLAYERS ?= " \ |
| 9 | ##OEROOT##/meta \ |
| 10 | ##OEROOT##/meta-openembedded/meta-oe \ |
| 11 | ##OEROOT##/meta-openembedded/meta-networking \ |
| 12 | ##OEROOT##/meta-openembedded/meta-python \ |
| 13 | ##OEROOT##/meta-phosphor \ |
| 14 | ##OEROOT##/meta-arm/meta-arm \ |
| 15 | ##OEROOT##/meta-arm/meta-arm-toolchain \ |
Tim Lee | 5cf44f5 | 2024-02-01 11:53:13 +0800 | [diff] [blame] | 16 | ##OEROOT##/meta-arm/meta-arm-bsp \ |
Tim Lee | 85c187e | 2022-10-06 17:15:49 +0800 | [diff] [blame] | 17 | ##OEROOT##/meta-nuvoton \ |
Tim Lee | 68bbb71 | 2023-11-14 16:04:43 +0800 | [diff] [blame] | 18 | ##OEROOT##/meta-nuvoton/meta-evb-npcm845 \ |
Tim Lee | 85c187e | 2022-10-06 17:15:49 +0800 | [diff] [blame] | 19 | ##OEROOT##/meta-evb \ |
| 20 | ##OEROOT##/meta-evb/meta-evb-nuvoton \ |
| 21 | ##OEROOT##/meta-evb/meta-evb-nuvoton/meta-evb-npcm845 \ |
| 22 | " |