diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-05-14 09:15:05 -0700 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-05-25 11:11:04 -0700 |
commit | 1f6d9ab1e6bb03d54ade2feda75d0f7e685fb423 (patch) | |
tree | 8947418a46bb1eebdd5539e70d1765764b8a708d | |
parent | 9f234e051aa2b3ddb259ead6ccc7970eb7aca756 (diff) | |
download | meta-xilinx-1f6d9ab1e6bb03d54ade2feda75d0f7e685fb423.tar.gz |
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" | |||
19 | # itself is licensed under a modified MIT license which restricts use to Xilinx | 19 | # itself is licensed under a modified MIT license which restricts use to Xilinx |
20 | # devices only. | 20 | # devices only. |
21 | LICENSE = "Proprietary" | 21 | LICENSE = "Proprietary" |
22 | LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=530190e8d7ebcdfeddbe396f3f20417f" | 22 | LIC_FILES_CHKSUM = "file://../../../../license.txt;md5=04841c5ad8409b474da7180de5391926" |
23 | 23 | ||
24 | inherit deploy | 24 | inherit deploy |
25 | 25 | ||
26 | XILINX_RELEASE_VERSION = "v2017.3" | 26 | XILINX_RELEASE_VERSION = "v2018.1" |
27 | SRCREV = "3c9f0cfde9307c2dc1a298f9f22d492601232821" | 27 | SRCREV = "aaa566bc3fa19255de4d434ebfa57ae3a9d261b2" |
28 | PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" | 28 | PV = "${XILINX_RELEASE_VERSION}+git${SRCPV}" |
29 | 29 | ||
30 | SRC_URI = "git://github.com/Xilinx/embeddedsw.git;protocol=https;nobranch=1" | 30 | 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 | |||
16 | BSP_NAME = "xilinx-zcu102" | 16 | BSP_NAME = "xilinx-zcu102" |
17 | BSP_FILE = "${BSP_NAME}-v${PV}-final.bsp" | 17 | BSP_FILE = "${BSP_NAME}-v${PV}-final.bsp" |
18 | SRC_URI = "https://www.xilinx.com/member/forms/download/xef.html?filename=${BSP_FILE};downloadfilename=${BSP_FILE}" | 18 | SRC_URI = "https://www.xilinx.com/member/forms/download/xef.html?filename=${BSP_FILE};downloadfilename=${BSP_FILE}" |
19 | SRC_URI[md5sum] = "d91b624bf5b7d2430a317ffb5067509b" | 19 | SRC_URI[md5sum] = "cea5f11761e7f38cbfcf0a07a19094e0" |
20 | SRC_URI[sha256sum] = "ff6f2e4faf877abba3c5f7f711c2aeb6b490df5da4f38852e7337d0251800f38" | 20 | SRC_URI[sha256sum] = "7ac0ac3a5fb7dd162c0a922c66edb33b5737955ef6570a1a1d3b15b4344f7cc1" |
21 | 21 | ||
22 | INHIBIT_DEFAULT_DEPS = "1" | 22 | INHIBIT_DEFAULT_DEPS = "1" |
23 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 23 | PACKAGE_ARCH = "${MACHINE_ARCH}" |