Skip to content

Commit

Permalink
Update setenv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 12, 2024
1 parent c40ba61 commit 77c9e61
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ function rsync_dir()
echo "rsync $1 -> $PROJECT_OUT/$2"; rsync -a --exclude='.git' $1 $PROJECT_OUT/$2 || exit 1
}

###################################
# updating packages before sync
###################################
echo "updating poco"
rm -Rf buildroot-2021.05/package/poco/*
mv -v external/updates/* buildroot-2021.05/package/poco/

###################################
# rsync codes
###################################
Expand Down Expand Up @@ -42,9 +49,6 @@ rsync_dir ./cvi_rtsp
###################################
rsync_dir $EXTERNAL/build .
rsync_dir $EXTERNAL/buildroot/ $BUILDROOT_DIR/
echo "updating poco"
rm -Rf buildroot-2021.05/package/poco/*
mv -v external/updates/* buildroot-2021.05/package/poco/
rsync_dir $EXTERNAL/isp_tuning .
rsync_dir $EXTERNAL/ramdisk/ ramdisk/
rsync_dir $EXTERNAL/u-boot/ $UBOOT_DIR/
Expand Down

0 comments on commit 77c9e61

Please sign in to comment.