summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>2018-10-08 13:26:07 -0700
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2019-01-01 20:03:46 -0800
commit911bdde428f4981c2873602873914968d6ea8e32 (patch)
tree7b4fc388f643a278644f277d79c7a7f0d305e2cb /meta-xilinx-bsp/recipes-bsp/u-boot
parentac55f70931bd4218a3517dfaeb48871a53cc6414 (diff)
downloadmeta-xilinx-911bdde428f4981c2873602873914968d6ea8e32.tar.gz
zynqmp-pmu: Remove class that uses a multilib hack to build standalone components
The zynqmp-pmu class was being used to build standalone components (PMU) for several devices, with the introduction of the meta-xilinx-standalone layer and the xilinx-standalone distro, this is not necessary anymore. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-bsp/u-boot')
-rw-r--r--meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-spl-zynq-init.inc2
1 files changed, 1 insertions, 1 deletions
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 9cf09ff6..6233bc82 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 () {
65 65
66 if providesbin and d.getVar("SOC_FAMILY") in ["zynqmp"]: 66 if providesbin and d.getVar("SOC_FAMILY") in ["zynqmp"]:
67 # depend on the pmu-firmware build 67 # depend on the pmu-firmware build
68 d.appendVar("DEPENDS", " virtual/pmu-firmware") 68 #d.appendVar("DEPENDS", " virtual/pmu-firmware")
69 # determine the path relative to the source tree 69 # determine the path relative to the source tree
70 relpath = os.path.relpath(d.expand("${DEPLOY_DIR_IMAGE}/pmu-${MACHINE}.bin"), d.getVar("S")) 70 relpath = os.path.relpath(d.expand("${DEPLOY_DIR_IMAGE}/pmu-${MACHINE}.bin"), d.getVar("S"))
71 # setup PMU Firmware path via MAKEFLAGS 71 # setup PMU Firmware path via MAKEFLAGS