Use Mono's dts

This commit is contained in:
2026-03-21 21:23:43 +08:00
parent b4078979d6
commit dd9cde3fb0
9 changed files with 1095 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ kernel-build: build-base
--build-arg ARCH=$(ARCH) \
--build-arg CROSS_COMPILE=$(CROSS_COMPILE) \
--build-arg NXP_VERSION=$(NXP_VERSION) \
--build-arg DTB_TARGET=$(DTB_TARGET) \
--build-arg DEVICE_TREE_TARGET=$(DEVICE_TREE_TARGET) \
-t $(DOCKER_IMAGE_ROOT)/kernel-build:$(TAG) .
fit-build: kernel-build
@@ -36,6 +36,6 @@ itb: fit-build
--build-arg DOCKER_IMAGE_ROOT=$(DOCKER_IMAGE_ROOT) \
--build-arg TAG=$(TAG) \
--build-arg ARCH=$(ARCH) \
--build-arg DTB_TARGET=$(DTB_TARGET) \
--build-arg DEVICE_TREE_TARGET=$(DEVICE_TREE_TARGET) \
--output type=local,dest=./out \
-t $(DOCKER_IMAGE_ROOT)/itb:$(TAG) .