| Message ID | 20251219153042.122828-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master] tisdk-core-bundle: Update trusted-firmware-a locations | expand |
meta-arago / na / 20251219153042.122828-1-reatmon PRC Results: FAIL ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] tisdk-core-bundle: Update trusted-firmware-a locations - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Fri, 19 Dec 2025 09:30:42 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: b1c002e97ca94c02a41b00e4e4d0b7b4c6a1ad61 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202512190100 - Commit SHA: d0e57d6fe1c6fcb639accb27c2f00a667cdd8dcc Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: FAIL ========================================================= master - FAIL ===================== ERROR: Nothing RPROVIDES 'libxml2-python' (but <build-dir>/sources/meta-virtualization/recipes-extended/virt-manager/virt-manager_git.bb RDEPENDS on or otherwise requires it) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb index 6c2afb9d..ed2eb5ae 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb @@ -10,8 +10,8 @@ require tisdk-core-bundle.inc DEPLOY_SPL_NAME:omapl138 = "" DEPLOY_SPL_NAME:k3 = "tispl.bin tiboot3.bin" -DEPLOY_IMAGES_NAME:k3 = "bl31.bin bl32.bin Image fitImage fitImage-its-${MACHINE}" -DEPLOY_IMAGES_NAME:append:am62lxx = " bl1.bin" +DEPLOY_IMAGES_NAME:k3 = "trusted-firmware-a/bl31.bin optee/bl32.bin Image fitImage fitImage-its-${MACHINE}" +DEPLOY_IMAGES_NAME:append:am62lxx = " trusted-firmware-a/bl1.bin" DEPLOY_IMAGES_NAME:append:am65xx = " sysfw.itb" DEPLOY_IMAGES_NAME:append:j721e = " sysfw.itb" DEPLOY_IMAGES_NAME:append:am65xx-evm = " sysfw-am65x_sr2-gp-evm.itb"
A recent change in meta-arm installs all of files into a trusted-firmware-a directory. The core bundle needs to add that directory to the file list. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)