| Message ID | 20260317223557.1973923-1-reatmon@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,master] layer.conf: Update the layers to support wrynose | expand |
meta-arago / na / 20260317223557.1973923-1-reatmon PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] layer.conf: Update the layers to support wrynose - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Tue, 17 Mar 2026 17:35:57 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 4b6c354d8703a148d2f2ecdb63648422c22a1091 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: layer.conf: Update the layers to support wrynose - Commit SHA: 6c1b6583a429ecb532305cfae5c73bad9e913807 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: FAIL ========================================================= master - FAIL ===================== ERROR: Layer meta-arm is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)
Ack On Tue, Mar 17, 2026 at 05:35:57PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > Signed-off-by: Ryan Eatmon <reatmon@ti.com> > --- > 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
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}/")}'
Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- 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(-)