From 30c3920274af44ea77319a5834a5313cea49de2f Mon Sep 17 00:00:00 2001 From: Yunus Bicer Date: Tue, 2 Dec 2025 15:28:29 -0500 Subject: [PATCH 1/2] Add 'meson' in dependency list --- scripts/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." From 009ac8f91f17c46487ace9c099c17cb74c50c20a Mon Sep 17 00:00:00 2001 From: Yunus Bicer Date: Tue, 2 Dec 2025 15:30:14 -0500 Subject: [PATCH 2/2] Update git repository URL for linux-evl download --- scripts/install_rt_kernel_evl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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