diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 06:05:51 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-07-13 20:13:21 +0000 |
| commit | a65e10c28d0807eba6d055d0faa5f40546853d39 (patch) | |
| tree | c9c237d4d5798eeddc76eb0777ec2259c4038a91 /recipes-bsp/imx-secure-enclave/imx-secure-enclave-prime_git.bb | |
| parent | e55d66951bdd07d581353023c17918503643d7e9 (diff) | |
| download | meta-freescale-a65e10c28d0807eba6d055d0faa5f40546853d39.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>
(cherry picked from commit c2b3b1594cc2d49f16c5713504327ef14768b2ea)
Diffstat (limited to 'recipes-bsp/imx-secure-enclave/imx-secure-enclave-prime_git.bb')
| -rw-r--r-- | recipes-bsp/imx-secure-enclave/imx-secure-enclave-prime_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-bsp/imx-secure-enclave/imx-secure-enclave-prime_git.bb b/recipes-bsp/imx-secure-enclave/imx-secure-enclave-prime_git.bb index 1b9b4b26b..1bd72d118 100644 --- a/recipes-bsp/imx-secure-enclave/imx-secure-enclave-prime_git.bb +++ b/recipes-bsp/imx-secure-enclave/imx-secure-enclave-prime_git.bb | |||
| @@ -2,7 +2,6 @@ require imx-secure-enclave.inc | |||
| 2 | 2 | ||
| 3 | SUMMARY += "PRIME" | 3 | SUMMARY += "PRIME" |
| 4 | DESCRIPTION += "PRIME" | 4 | DESCRIPTION += "PRIME" |
| 5 | HOMEPAGE = "https://github.com/NXP/imx-secure-enclave" | ||
| 6 | 5 | ||
| 7 | PLAT = "prime" | 6 | PLAT = "prime" |
| 8 | 7 | ||
