All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
To: <cip-dev@lists.cip-project.org>, <jan.kiszka@siemens.com>
Cc: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
Subject: [isar-cip-core][PATCH v2 2/2] swupdate: Drop conditional includes for buster
Date: Thu, 16 Dec 2021 19:06:17 +0530	[thread overview]
Message-ID: <20211216133617.3403412-3-Vijaikumar_Kanagarajan@mentor.com> (raw)
In-Reply-To: <20211216133617.3403412-1-Vijaikumar_Kanagarajan@mentor.com>

Stretch in now dropped. The conditional includes for buster is now not
needed. Those includes are applicable to buster as well as bullseye.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 .../swupdate/swupdate_2021.04-1+debian-gbp.bb        | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-core/swupdate/swupdate_2021.04-1+debian-gbp.bb b/recipes-core/swupdate/swupdate_2021.04-1+debian-gbp.bb
index a4d67fe..51aacfe 100644
--- a/recipes-core/swupdate/swupdate_2021.04-1+debian-gbp.bb
+++ b/recipes-core/swupdate/swupdate_2021.04-1+debian-gbp.bb
@@ -44,12 +44,12 @@ SWUPDATE_BUILD_PROFILES += "cross nocheck"
 # modify for debian buster build
 SRC_URI_append_buster = " file://0009-debian-prepare-build-for-isar-debian-buster.patch"
 
-# disable documentation due to missing packages in debian buster
-# disable create filesystem due to missing symbols in debian buster
-# disable webserver due to missing symbols in debian buster
-SWUPDATE_BUILD_PROFILES_append_buster = " nodoc \
-                                          pkg.swupdate.nocreatefs \
-                                          pkg.swupdate.nowebserver "
+# disable documentation due to missing packages
+# disable create filesystem due to missing symbols
+# disable webserver due to missing symbols
+SWUPDATE_BUILD_PROFILES_append = " nodoc \
+                                   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"
-- 
2.25.1



  parent reply	other threads:[~2021-12-16 13:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-16 13:36 [isar-cip-core][PATCH v2 0/2] Drop Stretch support Vijai Kumar K
2021-12-16 13:36 ` [isar-cip-core][PATCH v2 1/2] Drop stretch support Vijai Kumar K
2021-12-16 13:36 ` Vijai Kumar K [this message]
2021-12-16 13:38   ` [isar-cip-core][PATCH v2 2/2] swupdate: Drop conditional includes for buster Jan Kiszka
2021-12-16 13:51     ` [cip-dev] " Gylstorff Quirin
2021-12-16 14:23     ` Kanagarajan, Vijaikumar
2021-12-16 15:57       ` Jan Kiszka
2021-12-16 15:59         ` Kanagarajan, Vijaikumar
2021-12-16 16:53           ` Kanagarajan, Vijaikumar
2021-12-16 15:59       ` [cip-dev] " Gylstorff Quirin
2021-12-16 14:39 ` [isar-cip-core][PATCH v2 0/2] Drop Stretch support Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211216133617.3403412-3-Vijaikumar_Kanagarajan@mentor.com \
    --to=vijaikumar_kanagarajan@mentor.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=jan.kiszka@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.