public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Zhihang Wei <wzh@ilbers.de>
To: Quirin Gylstorff <Quirin.Gylstorff@siemens.com>,
	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: Re: [PATCH] classes-recipe/dpkg-raw: Set DPKG_SOURCE_EXTRA_ARGS
Date: Mon, 8 Dec 2025 14:20:43 +0100	[thread overview]
Message-ID: <0ab898d2-200c-48c1-b865-f78485e06663@ilbers.de> (raw)
In-Reply-To: <20251205090846.256011-1-Quirin.Gylstorff@siemens.com>

Applied to next, thanks.

Zhihang

On 12/5/25 10:07, 'Quirin Gylstorff' via isar-users wrote:
> 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

-- 
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/0ab898d2-200c-48c1-b865-f78485e06663%40ilbers.de.

      reply	other threads:[~2025-12-08 13:20 UTC|newest]

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

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=0ab898d2-200c-48c1-b865-f78485e06663@ilbers.de \
    --to=wzh@ilbers.de \
    --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=isar-users@googlegroups.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