On Fri, Nov 06, 2020 at 01:35:36PM -0600, Dan Murphy wrote: > Denys > > On 11/6/20 1:32 PM, Denys Dmytriyenko wrote: > >On Fri, Nov 06, 2020 at 05:58:07PM +0000, Arago Project git wrote: > >>Module: meta-ti > >>Branch: dunfell-next > >>Commit: f8979375632b7fc75233aaca5e420bbb37b2fef9 > >>URL: > >>http://arago-project.org/git/meta-ti.git?a=commit;h=f8979375632b7fc75233aaca5e420bbb37b2fef9 > >> > >>Author: Dan Murphy <[email protected]> > >>Date: Fri Nov 6 09:12:33 2020 -0600 > >> > >>ti-sci-fw: Update to 2020.08b system firmware > >> > >>Signed-off-by: Dan Murphy <[email protected]> > >> > >>--- > >> > >> recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 6 +++--- > >> recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 2 ++ > >> 2 files changed, 5 insertions(+), 3 deletions(-) > >> > >>diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc > >>b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc > >>index 00e6118..24de33d 100644 > >>--- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc > >>+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc > >>@@ -3,11 +3,11 @@ SUMMARY = "TI SCI firmware (SYSFW)" > >> LICENSE = "TI-TFL" > >> LIC_FILES_CHKSUM = > >> "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" > >>-PV = "2020.08-rc3" > >>+PV = "2020.08b" > >>-SRCREV = "8a22979dc944f6f4f867e2ac637c51a317efaacd" > >>+SRCREV = "f5685b5980d93709e20466ffa19145ffd83b4ca4" > >> BRANCH ?= "ti-linux-firmware" > >>-SRCREV_imggen = "36fe2d183a734f65b9adbd3097e5d51a6f931521" > >>+SRCREV_imggen = "7b4fe13d642d69a559724349aede4817891008a7" > >> SRCREV_FORMAT = "imggen" > >> SRC_URI = " \ > >>diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb > >>b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb > >>index 1239b27..f9a7cf4 100644 > >>--- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb > >>+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb > >>@@ -19,6 +19,8 @@ SYSFW_SOC ?= "unknown" > >> SYSFW_CONFIG ?= "unknown" > >> SYSFW_PREFIX = "ti-sci-firmware" > >>+SYSFW_PREFIX_j7 = "ti-fs-firmware" > >>+SYSFW_PREFIX_j7200-evm = "ti-fs-firmware" > >This is not needed - j7200-evm is part of j7 SOC_FAMILY, so the first line > >would be enough... > > Actually this is not even correct. This fails to build because the > MACHINE is for the k3r5. Both of these still use the ti-sci prefix. > > The working change actually will be > > SYSFW_PREFIX_j7-evm-k3r5 = "ti-fs-firmware" > SYSFW_PREFIX_j7200-evm-k3r5 = "ti-fs-firmware" > > I am testing this now and the builds are now passing
Ah, right, SYSFW is k3r5 specific. -- Denys _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
