diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-10-12 17:19:10 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-10-14 10:14:36 -0500 |
commit | 7bec871032780e3aeaf53e43185fa482212486dc (patch) | |
tree | 6dca2b43067541e4ad0c5f4f4ee6f42cf49267ca | |
parent | 5a9e0b13fc263e243c4553db1d28390edff6fcbf (diff) | |
download | meta-ti-7bec871032780e3aeaf53e43185fa482212486dc.tar.gz |
layer.conf: add compatibility with walnascar
The next Yocto Project release is called walnascar and OE-Core master branch
is now marked accordingly. Add layer compatibility with walnascar.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-ti-extras/conf/layer.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf index e87221f3..1fffb971 100644 --- a/meta-ti-bsp/conf/layer.conf +++ b/meta-ti-bsp/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp" | |||
9 | BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_meta-ti-bsp = "6" | 10 | BBFILE_PRIORITY_meta-ti-bsp = "6" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_meta-ti-bsp = "scarthgap styhead" | 12 | LAYERSERIES_COMPAT_meta-ti-bsp = "scarthgap styhead walnascar" |
13 | 13 | ||
14 | LICENSE_PATH += "${LAYERDIR}/licenses" | 14 | LICENSE_PATH += "${LAYERDIR}/licenses" |
15 | 15 | ||
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf index a8c68343..5c493daa 100644 --- a/meta-ti-extras/conf/layer.conf +++ b/meta-ti-extras/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras" | |||
9 | BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_meta-ti-extras = "6" | 10 | BBFILE_PRIORITY_meta-ti-extras = "6" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_meta-ti-extras = "scarthgap styhead" | 12 | LAYERSERIES_COMPAT_meta-ti-extras = "scarthgap styhead walnascar" |
13 | 13 | ||
14 | LICENSE_PATH += "${LAYERDIR}/licenses" | 14 | LICENSE_PATH += "${LAYERDIR}/licenses" |
15 | 15 | ||