Message ID | 20241204150506.3419041-1-c-shilwant@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,master] conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT | expand |
On Wed, Dec 04, 2024 at 08:35:06PM +0530, Chirag Shilwant wrote: > After scarthgap release, oe-core switched to use UNPACKDIR instead > of WORKDIR [1]. Post this change, meta-ti updated all references of > WORKDIR to UNPACKDIR in master branch. > > Since, UNPACKDIR changes aren't backported to oe-core:scarthgap, we need to > drop it from LAYERSERIES_COMPAT in meta-ti. > > [1]: https://git.openembedded.org/openembedded-core/commit/?id=e022d62ba917790af2121da57646271ef17c03fa Yeah, this makes sense > Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Acked-by: Denys Dmytriyenko <denys@konsulko.com> > --- > meta-ti-bsp/conf/layer.conf | 2 +- > meta-ti-extras/conf/layer.conf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf > index 0d67c729..6d2b0a9a 100644 > --- a/meta-ti-bsp/conf/layer.conf > +++ b/meta-ti-bsp/conf/layer.conf > @@ -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 walnascar" > +LAYERSERIES_COMPAT_meta-ti-bsp = "styhead walnascar" > > LICENSE_PATH += "${LAYERDIR}/licenses" > > diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf > index 5c493daa..bd139673 100644 > --- a/meta-ti-extras/conf/layer.conf > +++ b/meta-ti-extras/conf/layer.conf > @@ -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 walnascar" > +LAYERSERIES_COMPAT_meta-ti-extras = "styhead walnascar" > > LICENSE_PATH += "${LAYERDIR}/licenses" > > -- > 2.34.1
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf index 0d67c729..6d2b0a9a 100644 --- a/meta-ti-bsp/conf/layer.conf +++ b/meta-ti-bsp/conf/layer.conf @@ -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 walnascar" +LAYERSERIES_COMPAT_meta-ti-bsp = "styhead walnascar" LICENSE_PATH += "${LAYERDIR}/licenses" diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf index 5c493daa..bd139673 100644 --- a/meta-ti-extras/conf/layer.conf +++ b/meta-ti-extras/conf/layer.conf @@ -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 walnascar" +LAYERSERIES_COMPAT_meta-ti-extras = "styhead walnascar" LICENSE_PATH += "${LAYERDIR}/licenses"
After scarthgap release, oe-core switched to use UNPACKDIR instead of WORKDIR [1]. Post this change, meta-ti updated all references of WORKDIR to UNPACKDIR in master branch. Since, UNPACKDIR changes aren't backported to oe-core:scarthgap, we need to drop it from LAYERSERIES_COMPAT in meta-ti. [1]: https://git.openembedded.org/openembedded-core/commit/?id=e022d62ba917790af2121da57646271ef17c03fa Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> --- meta-ti-bsp/conf/layer.conf | 2 +- meta-ti-extras/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)