Newer
Older

Andrei Gherzan
committed
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
##OEROOT##/../oniro/meta-oniro-staging \
##OEROOT##/../meta-clang \
##OEROOT##/../meta-zephyr \
##OEROOT##/../meta-zephyr-bsp \
##OEROOT##/../oniro/meta-oniro-core \
##OEROOT##/../meta-arm-mixin/meta-arm \
##OEROOT##/../meta-intel \
##OEROOT##/../meta-seco-intel \
##OEROOT##/../meta-freescale \
##OEROOT##/../meta-seco-imx \
##OEROOT##/../meta-openembedded/meta-networking \
##OEROOT##/../meta-openembedded/meta-perl \
##OEROOT##/../meta-openembedded/meta-python \
##OEROOT##/../meta-python-mixin \
##OEROOT##/../meta-linaro/meta-optee \
##OEROOT##/../meta-rauc \