mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #2190 from arm64b/kernel-Makefile-config
ARM64: Add kernel config file for aarch64
This commit is contained in:
commit
c1e48c37ac
@ -56,7 +56,8 @@ push:
|
|||||||
# Set $3 to "_dbg", to build debug kernels. This defines targets like
|
# 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.
|
# build_4.9.x_dbg and adds "_dbg" to the hub image name.
|
||||||
define kernel
|
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 pull $(ORG)/$(IMAGE):$(1)$(3)-$(TAG) || \
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg KERNEL_VERSION=$(1) \
|
--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