Applied Thanks, Manju
> -----Original Message----- > From: Manjukumar Matha [mailto:[email protected]] > Sent: Friday, May 25, 2018 12:18 PM > To: [email protected] > Cc: Manjukumar Harthikote Matha <[email protected]> > Subject: [meta-xilinx-bsp][PATCH] u-boot-xlnx.inc: Remove deploying u-boot- > spl.bin for runqemu > > Due to this change 54e2729ed43f82b8cfd96395fb68e447a9b60f86, zcu102 > runqemu does not depend on u-boot-spl.bin. It requires just ATF and u-boot to > be > present. Hence deploying of u-boot-spl.bin is no longer required. > > Signed-off-by: Manjukumar Matha <[email protected]> > --- > meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc b/meta-xilinx- > bsp/recipes-bsp/u-boot/u-boot-xlnx.inc > index ec42181..689249f 100644 > --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc > +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc > @@ -18,9 +18,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" > FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" > FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot- > xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else > ''}" > > -do_deploy_append_zcu102-zynqmp () { > - # deploy u-boot-spl.bin for use by runqemu/QEMU > - if [ -e ${B}/spl/u-boot-spl.bin ];then > - install -Dm 0644 ${B}/spl/u-boot-spl.bin ${DEPLOYDIR}/u-boot- > spl.bin > - fi > -} > -- > 2.7.4 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
