[meta-arago][master][PATCH] layer.conf: Update the layers to support wrynose
Ryan Eatmon <[email protected]> Tue, 17 Mar 2026 17:35:57 -0500
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/conf/layer.conf | 2 +- meta-arago-extras/conf/layer.conf | 2 +- meta-arago-test/conf/layer.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index e16eedd6..2ad036f5 100644 --- a/meta-arago-distro/conf/layer.conf +++ b/meta-arago-distro/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-distro" BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arago-distro = "10" -LAYERSERIES_COMPAT_meta-arago-distro = "walnascar whinlatter" +LAYERSERIES_COMPAT_meta-arago-distro = "whinlatter wrynose" LAYERDEPENDS_meta-arago-distro = " \ core \ diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf index 1a4a5bdd..29107f12 100644 --- a/meta-arago-extras/conf/layer.conf +++ b/meta-arago-extras/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-extras" BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arago-extras = "10" -LAYERSERIES_COMPAT_meta-arago-extras = "walnascar whinlatter" +LAYERSERIES_COMPAT_meta-arago-extras = "whinlatter wrynose" # Set a variable to get to the top of the metadata location ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}' diff --git a/meta-arago-test/conf/layer.conf b/meta-arago-test/conf/layer.conf index 3a5ed925..3084974b 100644 --- a/meta-arago-test/conf/layer.conf +++ b/meta-arago-test/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-test" BBFILE_PATTERN_meta-arago-test := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arago-test = "10" -LAYERSERIES_COMPAT_meta-arago-test = "walnascar whinlatter" +LAYERSERIES_COMPAT_meta-arago-test = "whinlatter wrynose" # Set a variable to get to the top of the metadata location TITESTBASE := '${@os.path.normpath("${LAYERDIR}/")}' -- 2.43.0