diff options
Diffstat (limited to 'meta/conf')
126 files changed, 3629 insertions, 2273 deletions
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf index e8cf9a3127..4964880108 100644 --- a/meta/conf/abi_version.conf +++ b/meta/conf/abi_version.conf @@ -4,4 +4,4 @@ # that breaks the format and have been previously discussed on the mailing list # with general agreement from the core team. # -OELAYOUT_ABI = "9" +OELAYOUT_ABI = "12" diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample index 1d45ddfd4f..c985f4f242 100644 --- a/meta/conf/bblayers.conf.sample +++ b/meta/conf/bblayers.conf.sample @@ -1,15 +1,10 @@ # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly -LCONF_VERSION = "5" +LCONF_VERSION = "7" BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ - ##COREBASE##/meta \ + ##OEROOT##/meta \ " - -BBLAYERS_NON_REMOVABLE ?= " \ - ##COREBASE##/meta \ - " - diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 174236d2fe..a24be0551d 100644 --- a/meta/conf/bitbake.conf +++ b/ |
