Skip to content

Commit

Permalink
Update build_chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 8, 2024
1 parent ab7c108 commit 9152368
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ mkdir -p aarch64-linux-gnu
cd lib
mv * ../aarch64-linux-gnu/
mv ../aarch64-linux-gnu ../lib/aarch64-linux-gnu
mkdir -p ../usr/local/bin
mkdir -p ../etc/system/systemd
mv ../../../h264_decode.service ../etc/system/systemd/
mv ../../../Header.h264 ../usr/local/bin
mkdir -p ../../etc/system/systemd
mv ../../../../h264_decode.service ../../etc/system/systemd/
mv ../../../../Header.h264 ../usr/local/bin
cd ../../../
fpm -a arm64 -s dir -t deb -n mpp -v 1.1 -C mpp-package -p mpp-rk3566_VERSION_ARCH.deb
fpm -a arm64 -s dir -t deb -n mpp-rk3566 -v 1.1 -C mpp-package -p mpp-rk3566_VERSION_ARCH.deb
echo "copied deb file"
echo "push to cloudsmith"
git describe --exact-match HEAD >/dev/null 2>&1
Expand Down

0 comments on commit 9152368

Please sign in to comment.