summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-demos
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-10-02 20:36:54 -0600
committerMark Hatle <mark.hatle@amd.com>2024-10-04 10:02:47 -0500
commit6eecf4f0e92524d3bc2332ed47792c2fa8c37d16 (patch)
tree6289b1abc9f1626a33418c85b14376d0b41ec567 /meta-xilinx-demos
parent3a6d1b61b5dde1a7dc658d730b7d0e8bd4d82da8 (diff)
downloadmeta-xilinx-6eecf4f0e92524d3bc2332ed47792c2fa8c37d16.tar.gz
meta-xilinx-demos: Update SDT URIs to new path
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
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.bb2
-rwxr-xr-xmeta-xilinx-demos/scripts/generate-machines-sdt.sh2
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
6inherit dfx_user_dts 6inherit dfx_user_dts
7 7
8SRC_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" 8SRC_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
10SRC_URI[sha256sum] = "ed61a9d0d92aad0d239491e099679fee34df2661df74785b7a7703ff4c627b98" 10SRC_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)