summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-11-07 23:55:35 +1000
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2017-11-07 15:16:49 -0800
commite09a646e4378899fe42d1f1c9a4cc20e157f21c1 (patch)
tree3a9f858902648733c2673b703eb77e0b1bf1ded1
parente25068c5b3e24df4597b6979a2118cc66e5814bb (diff)
downloadmeta-xilinx-e09a646e4378899fe42d1f1c9a4cc20e157f21c1.tar.gz
pmu-rom_2017.3.bb: Update to use the v2017.3 pmu-rom from ZCU102 BSP
Update to use the v2017.3 ZCU102 BSP for pmu-rom binary. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r--recipes-bsp/pmu-firmware/pmu-rom_2017.3.bb (renamed from recipes-bsp/pmu-firmware/pmu-rom_2017.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/pmu-firmware/pmu-rom_2017.1.bb b/recipes-bsp/pmu-firmware/pmu-rom_2017.3.bb
index d75dc05d..89a23a5f 100644
--- a/recipes-bsp/pmu-firmware/pmu-rom_2017.1.bb
+++ b/recipes-bsp/pmu-firmware/pmu-rom_2017.3.bb
@@ -16,8 +16,8 @@ inherit xilinx-fetch-restricted
16BSP_NAME = "xilinx-zcu102" 16BSP_NAME = "xilinx-zcu102"
17BSP_FILE = "${BSP_NAME}-v${PV}-final.bsp" 17BSP_FILE = "${BSP_NAME}-v${PV}-final.bsp"
18SRC_URI = "https://www.xilinx.com/member/forms/download/xef.html?filename=${BSP_FILE};downloadfilename=${BSP_FILE}" 18SRC_URI = "https://www.xilinx.com/member/forms/download/xef.html?filename=${BSP_FILE};downloadfilename=${BSP_FILE}"
19SRC_URI[md5sum] = "b39c5de323cf43a44da2f6eaa7e44d43" 19SRC_URI[md5sum] = "d91b624bf5b7d2430a317ffb5067509b"
20SRC_URI[sha256sum] = "12bd85350cad01ab646cb983c9fcbbe06c2014a7c1a61fe8c4a74fab518aa45d" 20SRC_URI[sha256sum] = "ff6f2e4faf877abba3c5f7f711c2aeb6b490df5da4f38852e7337d0251800f38"
21 21
22INHIBIT_DEFAULT_DEPS = "1" 22INHIBIT_DEFAULT_DEPS = "1"
23PACKAGE_ARCH = "${MACHINE_ARCH}" 23PACKAGE_ARCH = "${MACHINE_ARCH}"