Commit 424dd96 1 parent c9fb99b commit 424dd96 Copy full SHA for 424dd96
File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -71,16 +71,11 @@ jobs:
71
71
repo sync -c device/common --no-clone-bundle
72
72
repo sync -c device/friendlyelec --no-clone-bundle
73
73
repo sync -c scripts --no-clone-bundle
74
- repo sync -c scripts/sd-fuse --no-clone-bundle
75
74
repo sync -c toolchain --no-clone-bundle
76
75
77
- echo "pwd: $PWD"
78
- ls -l
79
76
repo sync -c kernel --no-clone-bundle
80
- repo sync -c scripts --no-clone-bundle
81
- repo sync -c scripts/sd-fuse --no-clone-bundle
82
- (cd kernel && git checkout nanopi-r2-v5.15.y)
83
- (cd scripts/sd-fuse && git checkout kernel-5.15.y)
77
+ git clone https://github.com/friendlyarm/kernel-rockchip -b nanopi-r2-v5.15.y --depth 1 kernel
78
+ cd scripts && git clone https://github.com/friendlyarm/sd-fuse_rk3328 -b kernel-5.15.y --depth 1 sd-fuse
84
79
85
80
- name : Apply customizations
86
81
run : |
You can’t perform that action at this time.
0 commit comments