diff options
Diffstat (limited to 'meta-xilinx-demos')
-rw-r--r-- | meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb | 2 | ||||
-rwxr-xr-x | meta-xilinx-demos/scripts/generate-machines-sdt.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb b/meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb index 58204986..884e71ee 100644 --- a/meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb +++ b/meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
5 | 5 | ||
6 | inherit dfx_user_dts | 6 | inherit dfx_user_dts |
7 | 7 | ||
8 | SRC_URI = "https://petalinux.xilinx.com/sswreleases/rel-v2024/sdt/2024.2/2024.2_0912_1_09132105/external/vek280-pl-bram-gpio-fw/vek280-pl-bram-gpio-fw_2024.2_0912_1.tar.gz" | 8 | SRC_URI = "https://petalinux.xilinx.com/sswreleases/rel-v2024.2/sdt/2024.2/2024.2_0912_1_09132105/external/vek280-pl-bram-gpio-fw/vek280-pl-bram-gpio-fw_2024.2_0912_1.tar.gz" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "ed61a9d0d92aad0d239491e099679fee34df2661df74785b7a7703ff4c627b98" | 10 | SRC_URI[sha256sum] = "ed61a9d0d92aad0d239491e099679fee34df2661df74785b7a7703ff4c627b98" |
11 | 11 | ||
diff --git a/meta-xilinx-demos/scripts/generate-machines-sdt.sh b/meta-xilinx-demos/scripts/generate-machines-sdt.sh index 50fcbe45..5a05870a 100755 --- a/meta-xilinx-demos/scripts/generate-machines-sdt.sh +++ b/meta-xilinx-demos/scripts/generate-machines-sdt.sh | |||
@@ -66,7 +66,7 @@ for mach in ${!MACHINES[@]}; do | |||
66 | echo | 66 | echo |
67 | 67 | ||
68 | url=${URLS[${mach}]} | 68 | url=${URLS[${mach}]} |
69 | url=$(echo $url | sed 's,https://petalinux.xilinx.com/sswreleases/rel-v2024,https://artifactory.xilinx.com/artifactory/petalinux-hwproj-dev,') | 69 | url=$(echo $url | sed 's,https://petalinux.xilinx.com/sswreleases/.*/sdt,https://artifactory.xilinx.com/artifactory/petalinux-hwproj-dev/sdt,') |
70 | 70 | ||
71 | wget $url -O ${conf_path}/output.sdt | 71 | wget $url -O ${conf_path}/output.sdt |
72 | sha=$(sha256sum ${conf_path}/output.sdt | cut -d ' ' -f 1) | 72 | sha=$(sha256sum ${conf_path}/output.sdt | cut -d ' ' -f 1) |