diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-09 11:07:53 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-10 15:36:25 -0500 |
commit | 479d3c0dd1ff44c8a9d76024d69a2571d755d54d (patch) | |
tree | 4bf5e2425d15ec9bfd274c1ca3bf4f56a389659d /meta-ti-bsp/dynamic-layers | |
parent | f0787243b84c7131ebd8c40a8a945583c894aae1 (diff) | |
download | meta-ti-479d3c0dd1ff44c8a9d76024d69a2571d755d54d.tar.gz |
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 <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/dynamic-layers')
-rw-r--r-- | meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
1 | |||
2 | inherit gitpkgv | ||
3 | PKGV = "${PV}${GITPKGV}" | ||
4 | UBOOT_VERSION = "${PKGV}-${PKGR}" | ||
5 | |||