> On Dec 6, 2018, at 4:56 PM, Alejandro Enedino Hernandez Samaniego 
> <[email protected]> wrote:
> 
> diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-spl-zynq-init.inc 
> b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-spl-zynq-init.inc
> index 9cf09ff..6233bc8 100644
> --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-spl-zynq-init.inc
> +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-spl-zynq-init.inc
> @@ -65,7 +65,7 @@ python () {
> 
>     if providesbin and d.getVar("SOC_FAMILY") in ["zynqmp"]:
>         # depend on the pmu-firmware build
> -        d.appendVar("DEPENDS", " virtual/pmu-firmware")
> +        #d.appendVar("DEPENDS", " virtual/pmu-firmware")

Just delete the line, let's not accumulate stale, commented code around. 

>         # determine the path relative to the source tree
>         relpath = 
> os.path.relpath(d.expand("${DEPLOY_DIR_IMAGE}/pmu-${MACHINE}.bin"), 
> d.getVar("S"))
>         # setup PMU Firmware path via MAKEFLAGS
> -- 
> 2.7.4

-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to