Skip to content

Commit

Permalink
ci/kuiper: update apt repositories before each package install
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Apr 23, 2024
1 parent 01e7895 commit 4695924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/kuiper/create_sysroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source $SRC_DIR/ci/kuiper/kuiper_build_config.sh
IMAGE_FILE=2023-12-13-ADI-Kuiper-full.img

install_packages(){
sudo apt update
sudo apt -y install git wget unzip python3 python2
}

Expand All @@ -20,6 +21,7 @@ download_kuiper(){

# install qemu needed for the sysroot configuration
install_qemu(){
sudo apt update
sudo apt -y install qemu qemu-system qemu-user-static qemu-user
}

Expand Down
1 change: 1 addition & 0 deletions ci/kuiper/kuiper_build_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ set_config_opts() {
}

install_packages() {
sudo apt update
sudo apt install -y build-essential cmake unzip gfortran gcc git bison libtool \
python3 pip gperf pkg-config gdb-multiarch g++ flex texinfo gawk openssl \
pigz libncurses-dev autoconf automake tar figlet liborc-0.4-dev* patchelf libc6-dev-armhf-cross squashfs-tools
Expand Down

0 comments on commit 4695924

Please sign in to comment.