On 26 May 2017 at 08:06, Manjukumar Matha <[email protected]> wrote: > Update ATF to latest version 1.3 > > Signed-off-by: Manjukumar Matha <[email protected]> > --- > recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc > b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc > index 4ce954f..855c936 100644 > --- a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc > +++ b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware.inc > @@ -15,6 +15,11 @@ B = "${WORKDIR}/build" > BRANCH = "master" > SRC_URI = > "git://github.com/Xilinx/arm-trusted-firmware.git;protocol=https;branch=${BRANCH}" > > +XILINX_RELEASE_VERSION = "v2017.1" > +SRCREV ?= "7d1a6732c9ae113999aeabcb9912369760d05c13" > + > +PV = "1.3-xilinx-${XILINX_RELEASE_VERSION}+git${SRCPV}" > +
This change seems odd? Since the _2017.1.bb has this info set and it doesn't need to be set in the .inc. Regards, Nathan > COMPATIBLE_MACHINE = "zynqmp" > PLATFORM_zynqmp = "zynqmp" > > -- > 2.7.4 > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
