diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index 3b03e222..70fedf67 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -39,6 +39,6 @@ apt-get -y install \ libgsl-dev libgtest-dev libgmock-dev libfmt-dev vim lshw stress \ binutils-dev zstd git cmake\ crash kexec-tools makedumpfile kernel-wedge libncurses5-dev libelf-dev \ - flex bison pkgconf python3-pip ninja-build dwarves + flex bison pkgconf python3-pip ninja-build dwarves meson echo "-----> Package dependencies installed." echo "-----> Done." diff --git a/scripts/install_rt_kernel_evl.sh b/scripts/install_rt_kernel_evl.sh index 351951b2..7272cc25 100755 --- a/scripts/install_rt_kernel_evl.sh +++ b/scripts/install_rt_kernel_evl.sh @@ -50,7 +50,7 @@ echo "-----> Environment configuration complete." cd $opt echo "-----> Downloading main line kernel" if [ ! -d $linux_tree ] ; then - git clone --branch v$linux_version.y-evl-rebase https://git.xenomai.org/xenomai4/linux-evl.git + git clone --branch v$linux_version.y-evl-rebase https://gitlab.com/Xenomai/xenomai4/linux-evl.git else cd $linux_tree git fetch