public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Zhihang Wei <wzh@ilbers.de>
To: srinuvasan.a@siemens.com, isar-users@googlegroups.com
Subject: Re: [PATCH 1/2] meta/recipes-bsp/u-boot: use BPN for source package naming
Date: Wed, 26 Nov 2025 10:47:52 +0100	[thread overview]
Message-ID: <e8e5c64b-ffa4-4cd0-9e21-31f6feb05771@ilbers.de> (raw)
In-Reply-To: <20251121023853.425234-1-srinuvasan.a@siemens.com>

Both were applied to next, thanks.

On 11/21/25 03:38, srinuvasan.a via isar-users wrote:
> From: Srinuvasan A <srinuvasan.a@siemens.com>
>
> Building the -native variant fails due to conflicting source package
> identifiers. Using the base package name (BPN) provides a consistent
> source name for both native and non-native recipes, avoiding the
> conflict.
>
> Err Logs:
> Log data follows:
> | DEBUG: Executing shell function do_dpkg_source
> | dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
> | dpkg-source: error: source package has two conflicting values - u-boot-iot2050-native and u-boot-iot2050
> | WARNING: exit code 2 from a shell command.
>
> Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
> ---
>   meta/recipes-bsp/u-boot/files/debian/control.tmpl | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-bsp/u-boot/files/debian/control.tmpl b/meta/recipes-bsp/u-boot/files/debian/control.tmpl
> index b68e0d65..bf8a81de 100644
> --- a/meta/recipes-bsp/u-boot/files/debian/control.tmpl
> +++ b/meta/recipes-bsp/u-boot/files/debian/control.tmpl
> @@ -1,4 +1,4 @@
> -Source: ${PN}
> +Source: ${BPN}
>   Section: admin
>   Priority: optional
>   Standards-Version: ${DEBIAN_STANDARDS_VERSION}

-- 
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/e8e5c64b-ffa4-4cd0-9e21-31f6feb05771%40ilbers.de.

      parent reply	other threads:[~2025-11-26  9:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-21  2:38 srinuvasan.a via isar-users
2025-11-21  2:38 ` [PATCH 2/2] meta/recipes-bsp/optee-os: align source package name with BPN srinuvasan.a via isar-users
2025-11-26  9:47 ` 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=e8e5c64b-ffa4-4cd0-9e21-31f6feb05771@ilbers.de \
    --to=wzh@ilbers.de \
    --cc=isar-users@googlegroups.com \
    --cc=srinuvasan.a@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