diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 4fd3a16cec..e5e1f06a54 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -11,6 +11,8 @@ BBFILE_PRIORITY_core = "5" # cause compatibility issues with other layers LAYERVERSION_core = "4" +BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" + # Set a variable to get to the top of the metadata location COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' |