From: sangwook lee Date: Fri, 28 Apr 2023 08:13:09 +0000 (+0900) Subject: Add headed X-Git-Tag: accepted/tizen/unified/20240719.080553~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdabb2e629c528521f5ae4fa16dc9c7b22520b3b;p=platform%2Fhal%2Fbackend%2Frootstrap-data-common.git Add headed Change-Id: Ic2defec9c40a042e9e0d110282e42b4eb4256c40 --- diff --git a/script/convert64.sh b/script/convert64.sh index 7757aa3..38dc21f 100755 --- a/script/convert64.sh +++ b/script/convert64.sh @@ -24,11 +24,11 @@ sed -i "s@SNAPSHOT_URL_POSTFIX_EMULATOR=.*@SNAPSHOT_URL_POSTFIX_EMULATOR=\"${SNA sed -i "s@SNAPSHOT_URL_POSTFIX_TARGET=.*@SNAPSHOT_URL_POSTFIX_TARGET=\"${SNAPSHOT_URL_POSTFIX_TARGET}\"@" rs-config # Post Script -git checkout ./make_rootstrap.sh -sed -i "s/asm-arm/asm-arm64/g" make_rootstrap.sh -sed -i "s/asm-x86/asm-ia64/g" make_rootstrap.sh +git checkout ./make_rootstrap_64.sh +sed -i "s/asm-arm/asm-arm64/g" make_rootstrap_64.sh +sed -i "s/asm-x86/asm-ia64/g" make_rootstrap_64.sh -git checkout ./script/rootstrap_gen_1.0.sh +git checkout ./script/rootstrap_gen_1.0_64.sh POSTLINKER_PATH=${PWD_BACKUP}"/script/postlinker" -sed -i "s@POSTLINKER_PATH=.*postlinker.*\$@POSTLINKER_PATH=\$\{PWD_BACKUP\}/script/postlinker_64@" ./script/rootstrap_gen_1.0.sh -sed -i "s@/usr/lib@/usr/lib64@" ./script/rootstrap_gen_1.0.sh +sed -i "s@POSTLINKER_PATH=.*postlinker.*\$@POSTLINKER_PATH=\$\{PWD_BACKUP\}/script/postlinker_64@" ./script/rootstrap_gen_1.0_64.sh +sed -i "s@/usr/lib@/usr/lib64@" ./script/rootstrap_gen_1.0_64.sh