From 479d3c0dd1ff44c8a9d76024d69a2571d755d54d Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Wed, 9 Jul 2025 11:07:53 -0500 Subject: u-boot-ti: Move UBOOT_VERSION into dynamic layer The gitpkgv class we are using to set UBOOT_VERSION is located in meta-openembedded. We do not want to depend on meta-openembedded to keep meta-ti-bsp as light as possible, and the naming of UBOOT_VERSION is not a requirement, just a nice to have. Dynamic layers allow us to use the class if it is available in the build, but not require it. Signed-off-by: Ryan Eatmon --- .../openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend (limited to 'meta-ti-bsp/dynamic-layers') diff --git a/meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend b/meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend new file mode 100644 index 00000000..0f91e37e --- /dev/null +++ b/meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend @@ -0,0 +1,5 @@ + +inherit gitpkgv +PKGV = "${PV}${GITPKGV}" +UBOOT_VERSION = "${PKGV}-${PKGR}" + -- cgit v1.2.3-54-g00ecf