1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 02:42:34 +00:00

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>
This commit is contained in:
Denys Dmytriyenko
2024-10-12 17:19:10 -04:00
committed by Ryan Eatmon
parent 5a9e0b13fc
commit 7bec871032
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp"
BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ti-bsp = "6"
LAYERSERIES_COMPAT_meta-ti-bsp = "scarthgap styhead"
LAYERSERIES_COMPAT_meta-ti-bsp = "scarthgap styhead walnascar"
LICENSE_PATH += "${LAYERDIR}/licenses"
+1 -1
View File
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras"
BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ti-extras = "6"
LAYERSERIES_COMPAT_meta-ti-extras = "scarthgap styhead"
LAYERSERIES_COMPAT_meta-ti-extras = "scarthgap styhead walnascar"
LICENSE_PATH += "${LAYERDIR}/licenses"