On Wed, Dec 04, 2024 at 08:40:09PM +0530, Chirag Shilwant wrote: > After scarthgap release, oe-core switched to use UNPACKDIR instead > of WORKDIR [1]. Post this change, meta-arago 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-arago. > > [1]: > https://git.openembedded.org/openembedded-core/commit/?id=e022d62ba917790af2121da57646271ef17c03fa > > Signed-off-by: Chirag Shilwant <[email protected]>
Acked-by: Denys Dmytriyenko <[email protected]> > --- > 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 782c5914..df774b74 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 walnascar" > +LAYERSERIES_COMPAT_meta-arago-demos = "styhead walnascar" > > LAYERDEPENDS_meta-arago-demos = " \ > core \ > diff --git a/meta-arago-distro/conf/layer.conf > b/meta-arago-distro/conf/layer.conf > index e6e3817f..d097afa0 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 walnascar" > +LAYERSERIES_COMPAT_meta-arago-distro = "styhead walnascar" > > LAYERDEPENDS_meta-arago-distro = " \ > core \ > diff --git a/meta-arago-extras/conf/layer.conf > b/meta-arago-extras/conf/layer.conf > index b7390e44..7f976657 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 walnascar" > +LAYERSERIES_COMPAT_meta-arago-extras = "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 da73fb05..1e94c30d 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 walnascar" > +LAYERSERIES_COMPAT_meta-arago-test = "styhead walnascar" > > # Set a variable to get to the top of the metadata location > TITESTBASE := '${@os.path.normpath("${LAYERDIR}/")}' > -- > 2.34.1 > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15641): https://lists.yoctoproject.org/g/meta-arago/message/15641 Mute This Topic: https://lists.yoctoproject.org/mt/109921120/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
