File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push :
44 tags :
55 - " v*-visionfive2"
6+ branches :
7+ - ' **fix**'
68 pull_request :
79 branches :
810 - " *stable"
@@ -12,15 +14,26 @@ jobs:
1214 container : debian:trixie
1315 steps :
1416 - uses : actions/checkout@v6
17+ name : checkout self
1518 with :
1619 path : src
1720
21+ - uses : actions/checkout@v6
22+ name : checkout soft_3rdpart
23+ with :
24+ repository : starfive-tech/soft_3rdpart
25+ path : soft_3rdpart
26+ lfs : true
27+
1828 - name : Install packages and build
1929 run : |
2030 export TODAY=$(date --iso-8601)
2131 dpkg --add-architecture riscv64
2232 apt -y update
2333 apt -y install libncurses-dev libssl-dev bc flex bison make build-essential crossbuild-essential-riscv64 debhelper-compat cpio kmod libelf-dev rsync libssl-dev:riscv64
34+ cd soft_3rdpart
35+ git apply ../src/.github/workflows/soft_3rdpart-patch-001.patch
36+ cd ..
2437 cd src
2538 cp config-r0b0 .config
2639 make O=$__kobj ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- olddefconfig
Original file line number Diff line number Diff line change 1+ diff --git a/codaj12/jdi/linux/driver/Makefile b/codaj12/jdi/linux/driver/Makefile
2+ index b31553a..50f04df 100644
3+ --- a/codaj12/jdi/linux/driver/Makefile
4+ +++ b/codaj12/jdi/linux/driver/Makefile
5+ @@ -47,3 +47,5 @@ depend .depend dep:
6+ ifeq (.depend,$(wildcard .depend))
7+ include .depend
8+ endif
9+ +
10+ + KBUILD_CFLAGS_MODULE += -DMODULE
You can’t perform that action at this time.
0 commit comments