Message ID | 20241012211925.54869-1-denis@denix.org |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [master] layer.conf: add compatibility with walnascar | expand |
Hi, On 13/10/24 02:49, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko <denys@ konsulko. com> 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> > ZjQcmQRYFpfptBannerStart > This message was sent from outside of Texas Instruments. > Do not click links or open attachments unless you recognize the source > of this email and know the content is safe. > Report Suspicious > <https://us-phishalarm-ewt.proofpoint.com/EWT/v1/G3vK!ubdqXRfP9k0bCkYkHPKjnFCqm-DVtifwp_4B7wsFMAJ4PQh4r-qpBCRU96ATv6uuYEnFvM8KI_7fDI2Cg6JD$> > > ZjQcmQRYFpfptBannerEnd > From: Denys Dmytriyenko <denys@konsulko.com> > > 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> Acked-by: Chirag Shilwant <c-shilwant@ti.com> > --- > meta-arago-demos/conf/layer.conf | 2 +- > meta-arago-distro/conf/layer.conf | 2 +- > meta-arago-extras/conf/layer.conf | 2 +- > meta-arago-test/conf/layer.conf | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-arago-demos/conf/layer.conf b/meta-arago-demos/conf/layer.conf index cb18f840..782c5914 100644 --- a/meta-arago-demos/conf/layer.conf +++ b/meta-arago-demos/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-demos" BBFILE_PATTERN_meta-arago-demos := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arago-demos = "10" -LAYERSERIES_COMPAT_meta-arago-demos = "scarthgap styhead" +LAYERSERIES_COMPAT_meta-arago-demos = "scarthgap styhead walnascar" LAYERDEPENDS_meta-arago-demos = " \ core \ diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index 3368b8c0..d86da75c 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 = "scarthgap styhead" +LAYERSERIES_COMPAT_meta-arago-distro = "scarthgap styhead walnascar" LAYERDEPENDS_meta-arago-distro = " \ core \ diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf index 5ab1591f..b7390e44 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 = "scarthgap styhead" +LAYERSERIES_COMPAT_meta-arago-extras = "scarthgap styhead walnascar" # 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 20d72c24..da73fb05 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 = "scarthgap styhead" +LAYERSERIES_COMPAT_meta-arago-test = "scarthgap styhead walnascar" # Set a variable to get to the top of the metadata location TITESTBASE := '${@os.path.normpath("${LAYERDIR}/")}'