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 4ce4c9e commit 729aa63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ function rsync_dir()
###################################
# updating packages before sync
###################################
echo "patching openhd into config.in"
sed -i '/menu "Audio and video applications"/a\ source "package/openhd/Config.in"' "$BUILDROOT_DIR/package/Config.in"
echo "updating poco"
rm -Rf buildroot-2021.05/package/poco/*
cp -v external/updates/* buildroot-2021.05/package/poco/
Expand Down Expand Up @@ -52,6 +50,8 @@ rsync_dir ./cvi_rtsp
###################################
rsync_dir $EXTERNAL/build .
rsync_dir $EXTERNAL/buildroot/ $BUILDROOT_DIR/
echo "patching openhd into config.in"
sed -i '/menu "Audio and video applications"/a\ source "package/openhd/Config.in"' "$BUILDROOT_DIR/package/Config.in"
rsync_dir $EXTERNAL/isp_tuning .
rsync_dir $EXTERNAL/ramdisk/ ramdisk/
rsync_dir $EXTERNAL/u-boot/ $UBOOT_DIR/
Expand Down

0 comments on commit 729aa63

Please sign in to comment.