[meta-arago][master][PATCH] tisdk-core-bundle: Update trusted-firmware-a locations
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.43.0