Skip to content

Commit

Permalink
Keep nvidia platform temporally
Browse files Browse the repository at this point in the history
This commit brings back the nvidia platform so it won't break any GitHub
build action. It should be reverted after the update of the workflows to
support the new platforms: nvidia-jp5 and nvidia-jp6.

Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
  • Loading branch information
rene committed Jan 22, 2025
1 parent 0fb5ce8 commit 4c8ad14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel-version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ KERNEL_COMPILER=gcc
PLATFORM?=generic

PLATFORMS_amd64=generic rt
PLATFORMS_arm64=generic nvidia-jp5 nvidia-jp6 imx8mp_pollux imx8mp_epc_r3720 imx8mq_evk
PLATFORMS_arm64=generic nvidia nvidia-jp5 nvidia-jp6 imx8mp_pollux imx8mp_epc_r3720 imx8mq_evk
PLATFORMS_riscv64=generic
ARCHS=amd64 arm64 riscv64

Expand All @@ -42,6 +42,7 @@ else ifeq ($(ZARCH), arm64)
KERNEL_FLAVOR=generic
KERNEL_VERSION=v6.1.112
else
KVER_nvidia=v5.10.192
KVER_nvidia-jp5=v5.10.192
KVER_nvidia-jp6=v5.15.136

Expand Down

0 comments on commit 4c8ad14

Please sign in to comment.