scripts: mkbootimg_rpi4: Fix url path to tizen_7.0 71/284671/1 accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20221124.171159
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 22 Nov 2022 05:13:09 +0000 (14:13 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 23 Nov 2022 01:52:08 +0000 (10:52 +0900)
Fix u-boot-rpi4 repo url to tizen_7.0.

Change-Id: I934840af9f17ffdc0d4d6cbb120283781103d848
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
scripts/mkbootimg_rpi4.sh

index d49082c..0fcca43 100755 (executable)
@@ -65,9 +65,9 @@ fi
 mkdir -p ${TMP_UBOOT_PATH}
 pushd ${TMP_UBOOT_PATH}
 if [ -n "$IS_64BIT" ]; then
-       REPO_URL=http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/aarch64/
+       REPO_URL=http://download.tizen.org/snapshots/TIZEN/Tizen-7.0/Tizen-7.0-Unified/latest/repos/standard/packages/aarch64/
 else
-       REPO_URL=http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/armv7l/
+       REPO_URL=http://download.tizen.org/snapshots/TIZEN/Tizen-7.0/Tizen-7.0-Unified/latest/repos/standard/packages/armv7l/
 fi
 rm -f index.html*
 wget ${REPO_URL}