On Wed, May 20, 2020 at 05:52:40PM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler <[email protected]> > --- > meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 1 + > 1 file changed, 1 insertion(+) > > 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 64ee906..7f5371e 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb > +++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb > @@ -9,6 +9,7 @@ DEPLOY_SPL_NAME_k2g-hs-evm = "" > DEPLOY_SPL_NAME_k3 = "tispl.bin tiboot3.bin" > > DEPLOY_IMAGES_NAME_k3 = "bl31.bin bl32.bin sysfw.itb" > +DEPLOY_IMAGES_NAME_append_am65xx = " sysfw-am65x-evm.itb > sysfw-am65x_sr2-evm.itb"
That will break for am65x HS which doesn't have SR2. > DEPLOY_IMAGES_NAME_append_am65xx-evm = " ti-sci-firmware-am65x-gp.bin" > DEPLOY_IMAGES_NAME_append_j7-evm = " ti-sci-firmware-j721e-gp.bin" > > -- > 2.7.4 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
