Message ID | 20230612103033.2562735-1-srinuvasan_a@mentor.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [isar-cip-core] swupdate: remove BASE_DISTRO_CODENAME override for buster recipe | expand |
On 12.06.23 12:30, Srinuvasan Arjunan wrote: > From: Srinuvasan A <srinuvasan.a@siemens.com> > > Now we have individual swupdate recipe for buster and bullseye, > swupdate_2021.11-1+debian-gbp recipe dedicated to buster, hence remove > the buster override. > > Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com> > --- > recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb b/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb > index 48b5c2d..da1434e 100644 > --- a/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb > +++ b/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb > @@ -40,14 +40,14 @@ DEB_BUILD_PROFILES += "cross nocheck" > # DEB_BUILD_PROFILES += "pkg.swupdate.embeddedlua" > > # modify for debian buster build > -SRC_URI:append:buster = " file://0006-debian-prepare-build-for-isar-debian-buster.patch" > +SRC_URI:append = " file://0006-debian-prepare-build-for-isar-debian-buster.patch" > > # disable create filesystem due to missing symbols in debian buster > # disable webserver due to missing symbols in debian buster > -DEB_BUILD_PROFILES:append:buster = " \ > - pkg.swupdate.bpo \ > - pkg.swupdate.nocreatefs \ > - pkg.swupdate.nowebserver " > +DEB_BUILD_PROFILES:append = " \ > + pkg.swupdate.bpo \ > + pkg.swupdate.nocreatefs \ > + pkg.swupdate.nowebserver " > # In debian buster the git-compression defaults to gz and does not detect other > # compression formats. > GBP_EXTRA_OPTIONS += "--git-compression=xz" Thanks for the cleanup, applied. Jan
diff --git a/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb b/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb index 48b5c2d..da1434e 100644 --- a/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb +++ b/recipes-core/swupdate/swupdate_2021.11-1+debian-gbp.bb @@ -40,14 +40,14 @@ DEB_BUILD_PROFILES += "cross nocheck" # DEB_BUILD_PROFILES += "pkg.swupdate.embeddedlua" # modify for debian buster build -SRC_URI:append:buster = " file://0006-debian-prepare-build-for-isar-debian-buster.patch" +SRC_URI:append = " file://0006-debian-prepare-build-for-isar-debian-buster.patch" # disable create filesystem due to missing symbols in debian buster # disable webserver due to missing symbols in debian buster -DEB_BUILD_PROFILES:append:buster = " \ - pkg.swupdate.bpo \ - pkg.swupdate.nocreatefs \ - pkg.swupdate.nowebserver " +DEB_BUILD_PROFILES:append = " \ + pkg.swupdate.bpo \ + pkg.swupdate.nocreatefs \ + pkg.swupdate.nowebserver " # In debian buster the git-compression defaults to gz and does not detect other # compression formats. GBP_EXTRA_OPTIONS += "--git-compression=xz"