Blame view

conf/bblayers.conf.sample 411 Bytes
5fe58ebd5   Eric Lee   SMARC-T335X meta-...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
  # changes incompatibly
  LCONF_VERSION = "5"
  
  BBPATH = "${TOPDIR}"
  BBFILES ?= ""
  
  BBLAYERS ?= " \
    ##COREBASE##/meta-embedian \
    ##COREBASE##/meta-arago/meta-arago-distro \
    ##COREBASE##/meta-arago/meta-arago-extras \
    ##COREBASE##/meta-ti \
    ##COREBASE##/meta-linaro \
    ##COREBASE##/meta-openembedded/meta-oe \
    ##COREBASE##/meta \
    "