Removed git dependency on make
This commit is contained in:
14
build.env
14
build.env
@@ -3,13 +3,15 @@ DOCKER_IMAGE_ROOT=monok8s
|
||||
# Image tag
|
||||
TAG=dev
|
||||
|
||||
# The Linux kernel, from NXP
|
||||
NXP_VERSION=lf-6.18.2-1.0.0
|
||||
FMLIB_VERSION=lf-6.18.2-1.0.0
|
||||
FMC_VERSION=lf-6.18.2-1.0.0
|
||||
DPDK_VERSION=lf-6.18.2-1.0.0
|
||||
VPP_VERSION=lf-6.18.2-1.0.0
|
||||
# NXP's Linux Factory
|
||||
LINUX_FACTORY=6.18.2-1.0.0
|
||||
NXP_VERSION=lf-$(LINUX_FACTORY)
|
||||
FMLIB_VERSION=lf-$(LINUX_FACTORY)
|
||||
FMC_VERSION=lf-$(LINUX_FACTORY)
|
||||
DPDK_VERSION=lf-$(LINUX_FACTORY)
|
||||
VPP_VERSION=lf-$(LINUX_FACTORY)
|
||||
VPP_UPSTREAM_VERSION=23.10
|
||||
MONO_ASK_VERSION=mt-$(LINUX_FACTORY)
|
||||
|
||||
CRIO_VERSION=cri-o.arm64.v1.35.2
|
||||
KUBE_VERSION=v1.35.3
|
||||
|
||||
Reference in New Issue
Block a user