Skip to content
Snippets Groups Projects
bblayers.conf.sample 978 B
Newer Older
# 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##/meta \
  ##OEROOT##/meta-poky \
  ##OEROOT##/meta-clang \
  ##OEROOT##/meta-yocto-bsp \
  ##OEROOT##/../meta-freertos \
  ##OEROOT##/../meta-zephyr \
  ##OEROOT##/../meta-ohos/meta-ohos-core \
  ##OEROOT##/../meta-ohos/meta-ohos-acts \
  ##OEROOT##/../meta-ohos/meta-ohos-demo \
  ##OEROOT##/../meta-intel \
  ##OEROOT##/../meta-seco-intel \
  ##OEROOT##/../meta-freescale \
  ##OEROOT##/../meta-seco-imx \
  ##OEROOT##/../meta-openembedded/meta-oe \
  ##OEROOT##/../meta-openembedded/meta-python \
  ##OEROOT##/../meta-python-dunfellplus \
  ##OEROOT##/../meta-st-stm32mp \
  ##OEROOT##/../meta-st-stm32mp-addons \
  ##OEROOT##/../meta-av96/meta-av96-core \
  ##OEROOT##/../meta-homeassistant \