summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/build-kernel.sh
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-06-18 21:49:40 +0200
committerDaniil Baturin <daniil@baturin.org>2021-06-18 21:58:25 +0200
commita991f59bc4ca2a00a5f9bcf3b75d74664e714ba5 (patch)
tree90dba23653b868e282b629bc5da1a83d8c32695e /packages/linux-kernel/build-kernel.sh
parentc652d3dd17aa91c360567c29b87a655c1220df7b (diff)
downloadvyos-build-a991f59bc4ca2a00a5f9bcf3b75d74664e714ba5.tar.gz
vyos-build-a991f59bc4ca2a00a5f9bcf3b75d74664e714ba5.zip
Add kernel version debug print to build-intel-qat.sh
Diffstat (limited to 'packages/linux-kernel/build-kernel.sh')
-rwxr-xr-xpackages/linux-kernel/build-kernel.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/linux-kernel/build-kernel.sh b/packages/linux-kernel/build-kernel.sh
index c1fec72a..00efd56a 100755
--- a/packages/linux-kernel/build-kernel.sh
+++ b/packages/linux-kernel/build-kernel.sh
@@ -38,5 +38,8 @@ export KERNEL_SUFFIX=${KERNEL_SUFFIX}
export KERNEL_DIR=${CWD}/${KERNEL_SRC}
EOF
+echo "I: Environment file contents:"
+cat ${CWD}/kernel-vars
+
echo "I: Build Debian Kernel package"
make bindeb-pkg BUILD_TOOLS=1 LOCALVERSION=${KERNEL_SUFFIX} KDEB_PKGVERSION=${KERNEL_VERSION}-1 -j $(getconf _NPROCESSORS_ONLN)