diff options
author | 2024-02-13 14:03:27 -0500 | |
---|---|---|
committer | 2024-03-07 12:55:01 +0000 | |
commit | 403545c205c30df24e39ee03d6f188aca998b3f7 (patch) | |
tree | 6e9c89f7220eb1117f1ac437847895ca775975ba /meta-agl-bsp/conf | |
parent | 38b8eacbdf1a10f2d3962381936eafb80827f701 (diff) |
Add Yocto Project scarthgap release compatibility
Switch to scarthgap in LAYERSERIES_COMPAT in layer.conf files.
Bug-AGL: SPEC-4578
Change-Id: I225d12355ad7684170d0a2054105d3de5214430b
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/conf')
-rw-r--r-- | meta-agl-bsp/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/layer.conf b/meta-agl-bsp/conf/layer.conf index f8e8e06c4..9a2ba87df 100644 --- a/meta-agl-bsp/conf/layer.conf +++ b/meta-agl-bsp/conf/layer.conf @@ -23,4 +23,4 @@ BBFILE_COLLECTIONS += "aglbsp" BBFILE_PATTERN_aglbsp = "^${LAYERDIR}/" BBFILE_PRIORITY_aglbsp = "60" -LAYERSERIES_COMPAT_aglbsp = "kirkstone langdale mickledore nanbield" +LAYERSERIES_COMPAT_aglbsp = "kirkstone langdale mickledore nanbield scarthgap" |