On Monday, May 6, 2024 at 12:46:47 PM UTC+5:30 srinuv...@siemens.com wrote: From: Srinuvasan A Add the base recipe name (BPN) to default template variables, this would be helpful to replace the base recipe name in template file if the recipe configured BPN across the builds. Signed-off-by: Srinuvasan A --- meta/classes/template.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/template.bbclass b/meta/classes/template.bbclass index 7f8d5d8f..37e43196 100644 --- a/meta/classes/template.bbclass +++ b/meta/classes/template.bbclass @@ -4,7 +4,7 @@ # SPDX-License-Identifier: MIT TEMPLATE_FILES ?= "" -TEMPLATE_VARS ?= "PN PV DESCRIPTION HOMEPAGE MAINTAINER DISTRO_ARCH" +TEMPLATE_VARS ?= "BPN PN PV DESCRIPTION HOMEPAGE MAINTAINER DISTRO_ARCH" do_transform_template[vardeps] = "TEMPLATE_FILES ${TEMPLATE_VARS}" python do_transform_template() { -- 2.34.1 Hi All, Any feedback on this changes? Many thanks, Srinu