* [PATCH] meta/recipes-bsp/trusted-firmware-a: use BPN for source package name
@ 2025-11-20 10:03 srinuvasan.a via isar-users
2025-11-26 9:46 ` Zhihang Wei
0 siblings, 1 reply; 2+ messages in thread
From: srinuvasan.a via isar-users @ 2025-11-20 10:03 UTC (permalink / raw)
To: isar-users; +Cc: Srinuvasan A
From: Srinuvasan A <srinuvasan.a@siemens.com>
When building the -native recipe, the build fails due to conflicting
source package identifiers. Using the base package name (BPN) ensures a
consistent source name for both native and non-native variants, resolving
the conflict.
Err Logs:
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 - trusted-firmware-a-iot2050-native and trusted-firmware-a-iot2050
WARNING: exit code 2 from a shell command.
Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
meta/recipes-bsp/trusted-firmware-a/files/debian/control.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-bsp/trusted-firmware-a/files/debian/control.tmpl b/meta/recipes-bsp/trusted-firmware-a/files/debian/control.tmpl
index 903da980..bb21b6e5 100644
--- a/meta/recipes-bsp/trusted-firmware-a/files/debian/control.tmpl
+++ b/meta/recipes-bsp/trusted-firmware-a/files/debian/control.tmpl
@@ -1,4 +1,4 @@
-Source: ${PN}
+Source: ${BPN}
Section: admin
Priority: optional
Standards-Version: ${DEBIAN_STANDARDS_VERSION}
--
2.34.1
--
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/20251120100340.419112-1-srinuvasan.a%40siemens.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] meta/recipes-bsp/trusted-firmware-a: use BPN for source package name
2025-11-20 10:03 [PATCH] meta/recipes-bsp/trusted-firmware-a: use BPN for source package name srinuvasan.a via isar-users
@ 2025-11-26 9:46 ` Zhihang Wei
0 siblings, 0 replies; 2+ messages in thread
From: Zhihang Wei @ 2025-11-26 9:46 UTC (permalink / raw)
To: srinuvasan.a, isar-users
Applied to next, thanks.
On 11/20/25 11:03, srinuvasan.a via isar-users wrote:
> From: Srinuvasan A <srinuvasan.a@siemens.com>
>
> When building the -native recipe, the build fails due to conflicting
> source package identifiers. Using the base package name (BPN) ensures a
> consistent source name for both native and non-native variants, resolving
> the conflict.
>
> Err Logs:
> 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 - trusted-firmware-a-iot2050-native and trusted-firmware-a-iot2050
> WARNING: exit code 2 from a shell command.
>
> Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
> ---
> meta/recipes-bsp/trusted-firmware-a/files/debian/control.tmpl | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-bsp/trusted-firmware-a/files/debian/control.tmpl b/meta/recipes-bsp/trusted-firmware-a/files/debian/control.tmpl
> index 903da980..bb21b6e5 100644
> --- a/meta/recipes-bsp/trusted-firmware-a/files/debian/control.tmpl
> +++ b/meta/recipes-bsp/trusted-firmware-a/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/05167df5-6cb0-48c6-b7a3-cb8e6057b2a6%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-26 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-20 10:03 [PATCH] meta/recipes-bsp/trusted-firmware-a: use BPN for source package name srinuvasan.a via isar-users
2025-11-26 9:46 ` Zhihang Wei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox