diff options
Diffstat (limited to 'meta-agl-core-test')
-rw-r--r-- | meta-agl-core-test/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core-test/conf/layer.conf b/meta-agl-core-test/conf/layer.conf index 2ce0c18f1..eb3468d52 100644 --- a/meta-agl-core-test/conf/layer.conf +++ b/meta-agl-core-test/conf/layer.conf @@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "aglcoretest" BBFILE_PATTERN_aglcoretest = "^${LAYERDIR}/" BBFILE_PRIORITY_aglcoretest = "60" -LAYERSERIES_COMPAT_aglcoretest = "dunfell" +LAYERSERIES_COMPAT_aglcoretest = "kirkstone" LAYERDEPENDS_aglcoretest = "core aglcore" LAYERDEPENDS_aglcoretest += "openembedded-layer" |