From cf7c6fb51eb991da30285a9bf70eaa1b8a3b80d0 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Mon, 2 Sep 2024 02:53:27 +0200 Subject: [PATCH] Update main.sh --- main.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index 2cc04c5..9f6b0c3 100755 --- a/main.sh +++ b/main.sh @@ -2,20 +2,21 @@ set -e -VERSION="$(date '+%Y%m%d').git" +#VERSION="$(date '+%Y%m%d').git" +VERSION='20240811' source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -#git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -b main --depth 1 +#git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -b main --depth 1 +git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -b $VERSION --depth 1 cp -rvf ./debian ./linux-firmware/ cp -rvf ./ath12k ./linux-firmware/ cd ./linux-firmware touch debian/changelog -echo -e "linux-firmware ("$VERSION"-101pika1) canary; urgency=medium\n\n * New Upstream Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog +echo -e "linux-firmware ("$VERSION"-101pika1) pika; urgency=medium\n\n * New Upstream Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog # Get build deps apt-get build-dep ./ -y