diff options
author | 2018-05-14 09:15:05 -0700 | |
---|---|---|
committer | 2018-05-25 11:11:04 -0700 | |
commit | 1f6d9ab1e6bb03d54ade2feda75d0f7e685fb423 (patch) | |
tree | 8947418a46bb1eebdd5539e70d1765764b8a708d | |
parent | 9f234e051aa2b3ddb259ead6ccc7970eb7aca756 (diff) | |
download | meta-xilinx-1f6d9ab1e6bb03d54ade2feda75d0f7e685fb423.tar.gz meta-xilinx-1f6d9ab1e6bb03d54ade2feda75d0f7e685fb423.tar.bz2 meta-xilinx-1f6d9ab1e6bb03d54ade2feda75d0f7e685fb423.zip |
pmu-firmware_2018.1.bb: Update to 2018.1 pmu firmware
Update to 2018.1 pmu firmware
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-firmware_2018.1.bb (renamed from meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-firmware_2017.3.bb) | 6 | ||||
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-rom_2018.1.bb (renamed from meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-rom_2017.3.bb) | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-firmware_2017.3.bb b/meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-firmware_2018.1.bb index e5c5a034..e54e1037 100644 --- a/meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-firmware_2017.3.bb +++ b/meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-firmware_2018.1.bb @@ -19,12 +19,12 @@ append_target_provides[eventmask] = "bb.event.RecipeParsed" # itself is licensed under a modified MIT license which restricts use to Xilinx # devices only. LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=530190e8d7ebcdfeddbe396f3f20417f" +LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=04841c5ad8409b474da7180de5391926" inherit deploy -XILINX_RELEASE_VERSION = "v2017.3" -SRCREV = "3c9f0cfde9307c2dc1a298f9f22d492601232821" +XILINX_RELEASE_VERSION = "v2018.1" +SRCREV = "aaa566bc3fa19255de4d434ebfa57ae3a9d261b2" PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" SRC_URI = "git://github.com/Xilinx/embeddedsw.git;protocol=https;nobranch=1" diff --git a/meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-rom_2017.3.bb b/meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-rom_2018.1.bb index 89a23a5f..195c6309 100644 --- a/meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-rom_2017.3.bb +++ b/meta-xilinx-bsp/recipes-bsp/pmu-firmware/pmu-rom_2018.1.bb @@ -16,8 +16,8 @@ inherit xilinx-fetch-restricted BSP_NAME = "xilinx-zcu102" BSP_FILE = "${BSP_NAME}-v${PV}-final.bsp" SRC_URI = "https://www.xilinx.com/member/forms/download/xef.html?filename=${BSP_FILE};downloadfilename=${BSP_FILE}" -SRC_URI[md5sum] = "d91b624bf5b7d2430a317ffb5067509b" -SRC_URI[sha256sum] = "ff6f2e4faf877abba3c5f7f711c2aeb6b490df5da4f38852e7337d0251800f38" +SRC_URI[md5sum] = "cea5f11761e7f38cbfcf0a07a19094e0" +SRC_URI[sha256sum] = "7ac0ac3a5fb7dd162c0a922c66edb33b5737955ef6570a1a1d3b15b4344f7cc1" INHIBIT_DEFAULT_DEPS = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" |