mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
ARM64: Add kernel config file for aarch64
Add the kernel configuration file of arm64. Signed-off-by: Dennis Chen <dennis.chen@arm.com>
This commit is contained in:
parent
9ee7b23d1e
commit
fb8eb41623
@ -46,7 +46,8 @@ push:
|
||||
# Set $3 to "_dbg", to build debug kernels. This defines targets like
|
||||
# build_4.9.x_dbg and adds "_dbg" to the hub image name.
|
||||
define kernel
|
||||
build_$(2)$(3): Dockerfile Makefile $(wildcard patches-$(2)/*) kernel_config-$(2) kernel_config.debug
|
||||
|
||||
build_$(2)$(3): Dockerfile Makefile $(wildcard patches-$(2)/*) $(wildcard kernel_config-$(2)*) kernel_config.debug
|
||||
docker pull $(ORG)/$(IMAGE):$(1)$(3)-$(TAG) || \
|
||||
docker build \
|
||||
--build-arg KERNEL_VERSION=$(1) \
|
||||
|
3460
kernel/kernel_config-4.11.x-aarch64
Normal file
3460
kernel/kernel_config-4.11.x-aarch64
Normal file
File diff suppressed because it is too large
Load Diff
3355
kernel/kernel_config-4.9.x-aarch64
Normal file
3355
kernel/kernel_config-4.9.x-aarch64
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user