From c2b3b1594cc2d49f16c5713504327ef14768b2ea Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 12 Jul 2026 06:05:51 -0300 Subject: 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 --- recipes-extended/secure-obj/secure-obj.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-extended/secure-obj/secure-obj.inc') 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 @@ DESCRIPTION = "Secure Object" +HOMEPAGE = "https://github.com/nxp-qoriq/secure_obj" LICENSE = "BSD-3-Clause" DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" -- cgit v1.2.3-54-g00ecf