summaryrefslogtreecommitdiffstats
path: root/recipes-extended/secure-obj/secure-obj.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 06:05:51 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 06:05:51 -0300
commitc2b3b1594cc2d49f16c5713504327ef14768b2ea (patch)
treec91dc794acee20cc8e27a666542ae76e991f31d5 /recipes-extended/secure-obj/secure-obj.inc
parent4298f9b9965105df213e038ac2a88e612f869fc8 (diff)
downloadmeta-freescale-c2b3b1594cc2d49f16c5713504327ef14768b2ea.tar.gz
global: Move shared HOMEPAGE into include files
Where several versioned recipes share an .inc that already carries the common metadata (SUMMARY/DESCRIPTION/LICENSE), set HOMEPAGE there once instead of duplicating it in each .bb: imx-secure-enclave, secure-obj, qoriq-atf, and u-boot-fslc-common. Removes nine duplicate assignments; oelint-adv still resolves HOMEPAGE for every consumer via the include. Recipes whose include carries no metadata (imx-mkimage) or is shared by different upstreams (linux-imx.inc, used by both linux-fslc and linux-imx) keep HOMEPAGE in the .bb. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/secure-obj/secure-obj.inc')
-rw-r--r--recipes-extended/secure-obj/secure-obj.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc
index 16115ff03..18d0963fc 100644
--- a/recipes-extended/secure-obj/secure-obj.inc
+++ b/recipes-extended/secure-obj/secure-obj.inc
@@ -1,4 +1,5 @@
1DESCRIPTION = "Secure Object" 1DESCRIPTION = "Secure Object"
2HOMEPAGE = "https://github.com/nxp-qoriq/secure_obj"
2LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
3 4
4DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" 5DEPENDS = "openssl optee-os-qoriq optee-client-qoriq"