Skip to content

Commit 9f91f70

Browse files
committed
fix: set up kernel cross build dependency
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
1 parent 2659c05 commit 9f91f70

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/share/rsdk/infra-package/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919

2020
# Output folder
2121
/out
22+
23+
# Logs
24+
/*.log

src/share/rsdk/infra-package/Makefile.linux.jsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ function(
2222
KERNELRELEASE=$(shell dpkg-parsechangelog -S Version)-$(KERNEL_FORK) \
2323
KDEB_PKGVERSION=$(shell dpkg-parsechangelog -S Version)
2424
25+
post_build_dep: arm64_crossbuild_dep
26+
2527
#
2628
# Build
2729
#

0 commit comments

Comments
 (0)