summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-03-17 17:35:23 -0500
committerRyan Eatmon <reatmon@ti.com>2026-03-18 08:24:01 -0500
commit732327f153a82e2fb8cacd4533b87bd7b108068a (patch)
treef4d2187165184d8d469f9d010d69818b380d45d8
parent81cd032c098535ff7e6e06874d80fbe170b9c566 (diff)
downloadmeta-ti-732327f153a82e2fb8cacd4533b87bd7b108068a.tar.gz
layer.conf: Update the layers to support wrynose
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-beagle/conf/layer.conf2
-rw-r--r--meta-ti-bsp/conf/layer.conf2
-rw-r--r--meta-ti-extras/conf/layer.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-beagle/conf/layer.conf b/meta-beagle/conf/layer.conf
index 87a12268..5ef549d9 100644
--- a/meta-beagle/conf/layer.conf
+++ b/meta-beagle/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-beagle"
8BBFILE_PATTERN_meta-beagle := "^${LAYERDIR}/" 8BBFILE_PATTERN_meta-beagle := "^${LAYERDIR}/"
9BBFILE_PRIORITY_meta-beagle = "6" 9BBFILE_PRIORITY_meta-beagle = "6"
10 10
11LAYERSERIES_COMPAT_meta-beagle = "whinlatter" 11LAYERSERIES_COMPAT_meta-beagle = "whinlatter wrynose"
12 12
13LAYERDEPENDS_meta-beagle = " \ 13LAYERDEPENDS_meta-beagle = " \
14 meta-ti-bsp \ 14 meta-ti-bsp \
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index f78da573..86744b2f 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp"
9BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/" 9BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
10BBFILE_PRIORITY_meta-ti-bsp = "6" 10BBFILE_PRIORITY_meta-ti-bsp = "6"
11 11
12LAYERSERIES_COMPAT_meta-ti-bsp = "whinlatter" 12LAYERSERIES_COMPAT_meta-ti-bsp = "whinlatter wrynose"
13 13
14LICENSE_PATH += "${LAYERDIR}/licenses" 14LICENSE_PATH += "${LAYERDIR}/licenses"
15 15
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index af82e95b..23d54095 100644
--- a/meta-ti-extras/conf/layer.conf
+++ b/meta-ti-extras/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras"
9BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" 9BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
10BBFILE_PRIORITY_meta-ti-extras = "6" 10BBFILE_PRIORITY_meta-ti-extras = "6"
11 11
12LAYERSERIES_COMPAT_meta-ti-extras = "whinlatter" 12LAYERSERIES_COMPAT_meta-ti-extras = "whinlatter wrynose"
13 13
14LICENSE_PATH += "${LAYERDIR}/licenses" 14LICENSE_PATH += "${LAYERDIR}/licenses"
15 15