buildroot: cleanup AMD64

This commit is contained in:
spycat88
2025-10-20 12:49:29 +01:00
parent 9980d815ca
commit 20b7d7ea02
123 changed files with 81 additions and 7479 deletions
+1 -6
View File
@@ -34,11 +34,6 @@ kconfig-olddefconfig-%:
kconfig-menuconfig-%:
DEVICE=$* ./tools/adjust_kernel_config menuconfig
AMD64:
unset DEVICE_ROOT
PROJECT=ROCKNIX DEVICE=AMD64 ARCH=i686 ./scripts/build_distro
PROJECT=ROCKNIX DEVICE=AMD64 ARCH=x86_64 ./scripts/build_distro
RK3588:
unset DEVICE_ROOT
PROJECT=ROCKNIX DEVICE=RK3588 ARCH=arm ./scripts/build_distro
@@ -95,7 +90,7 @@ package-clean:
## Docker builds - overview
# docker-* commands just wire up docker to call the normal make command via docker
# For example: make docker-AMD64 will use docker to call: make AMD64
# For example: make docker-SM8250 will use docker to call: make SM8250
# All variables are scoped to docker-* commands to prevent weird collisions/behavior with non-docker commands
docker-%: DOCKER_IMAGE := "ghcr.io/rocknix/rocknix-build:latest"