diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-17 09:11:19 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-17 09:11:19 -0500 |
commit | 29c547bfb72d7b6386c89a1e526f703c80df3b49 (patch) | |
tree | 92ff197ff5b03d9e6914b213d9db5c2a21ec62b6 | |
parent | 3a064a5f1a9c6c829e86a952d60051408b59789f (diff) | |
download | meta-ti-29c547bfb72d7b6386c89a1e526f703c80df3b49.tar.gz |
ti-kernel-fitimage: Add missing SUMMARY
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb b/meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb index a5e6a280..fc20b713 100644 --- a/meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb +++ b/meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb | |||
@@ -1,3 +1,5 @@ | |||
1 | SUMMARY = "Generate and sign the fitImage file for TI Machines" | ||
2 | |||
1 | FIT_DESC ?= "Kernel fitImage for ${DISTRO_NAME}/${PKGV}/${MACHINE}" | 3 | FIT_DESC ?= "Kernel fitImage for ${DISTRO_NAME}/${PKGV}/${MACHINE}" |
2 | FIT_CONF_PREFIX ?= "conf-ti_" | 4 | FIT_CONF_PREFIX ?= "conf-ti_" |
3 | 5 | ||