Skip to content

Commit c915949

Browse files
committed
scripts: rename embARC_OSP_BASE as EMBARC_ROOT
Signed-off-by: Jingru Wang <jingru@synopsys.com>
1 parent cf7b323 commit c915949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apply_embARC_patch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
fi
1111

1212
# identify OS source tree root directory
13-
export embARC_OSP_BASE=$( builtin cd "$( dirname "$dir" )" > /dev/null && pwd ${pwd_opt})
13+
export EMBARC_ROOT=$( builtin cd "$( dirname "$dir" )" > /dev/null && pwd ${pwd_opt})
1414
unset pwd_opt
1515

1616
patches_required_folders="library,middleware,os"
@@ -28,7 +28,7 @@ echo ""
2828
exit_ok=0
2929
for patch_folder in ${patches_required_folder_list[@]}
3030
do
31-
patch_scripts=$(find ${embARC_OSP_BASE}/${patch_folder} -maxdepth 2 -name "apply_embARC_patch.sh")
31+
patch_scripts=$(find ${EMBARC_ROOT}/${patch_folder} -maxdepth 2 -name "apply_embARC_patch.sh")
3232
for script in ${patch_scripts[@]}
3333
do
3434
patch_dir=$(dirname ${script})

0 commit comments

Comments
 (0)