public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "'Quirin Gylstorff' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com, felix.moessbauer@siemens.com,
	christoph.steiger@siemens.com, adriaan.schmidt@siemens.com,
	jan.kiszka@siemens.com, cedric.hombourger@siemens.com
Subject: [PATCH] classes-recipe/dpkg-raw: Set DPKG_SOURCE_EXTRA_ARGS
Date: Fri,  5 Dec 2025 10:07:13 +0100	[thread overview]
Message-ID: <20251205090846.256011-1-Quirin.Gylstorff@siemens.com> (raw)

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

This allows to add normally excluded binaries, e.g. *.so, *.a from
a closed source delivery as dpkg-raw packages to an image.

This was behavior before 4eea5a87(dpkg-raw: add files to source package)
moved to destination dir inside the source package.

Fixes: 4eea5a87 (dpkg-raw: add files to source package)
Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 meta/classes-recipe/dpkg-raw.bbclass | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/classes-recipe/dpkg-raw.bbclass b/meta/classes-recipe/dpkg-raw.bbclass
index ba756eef..ac1cfa90 100644
--- a/meta/classes-recipe/dpkg-raw.bbclass
+++ b/meta/classes-recipe/dpkg-raw.bbclass
@@ -5,6 +5,10 @@
 
 inherit dpkg
 
+# Set DPKG_SOURCE_EXTRA_ARGS to empty to allow
+# adding excluded files, e.g. *.so to a package.
+DPKG_SOURCE_EXTRA_ARGS = ""
+
 D = "${S}/image"
 
 # Default to creating a binary-indep package
-- 
2.51.2

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20251205090846.256011-1-Quirin.Gylstorff%40siemens.com.

             reply	other threads:[~2025-12-05  9:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-05  9:07 'Quirin Gylstorff' via isar-users [this message]
2025-12-08 13:20 ` Zhihang Wei

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=20251205090846.256011-1-Quirin.Gylstorff@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=Quirin.Gylstorff@siemens.com \
    --cc=adriaan.schmidt@siemens.com \
    --cc=cedric.hombourger@siemens.com \
    --cc=christoph.steiger@siemens.com \
    --cc=felix.moessbauer@siemens.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox