Skip to content

Commit 20ac63f

Browse files
authored
Merge pull request #25 from xqyjlj/update
添加busybox,添加符号链接,添加ext4镜像,修复部分问题
2 parents 88e1474 + 7178153 commit 20ac63f

32 files changed

Lines changed: 43 additions & 6547 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ xfel binary
2525
make_ext4fs* binary
2626
*.deb binary
2727
*.bin binary
28+
*.img binary
2829

2930
# These should also not be modified by git.
3031
*.svg -text

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
matrix:
3535
arch:
3636
- aarch64
37-
- arm64
3837
- arm
3938
- riscv64gc
4039

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-03-10 zhouquan initial version
21+
-- 2023-06-21 zhouquan initial version
2222
--
23+
2324
add_rules("mode.debug", "mode.release")
2425

25-
target("vi")
26+
add_requires("busybox")
27+
28+
target("busybox")
2629
do
27-
add_includedirs("./", "./optparse-v1.0.0")
28-
add_rules("rt.sdk")
29-
add_files("*.c", "./optparse-v1.0.0/*.c")
30+
set_kind("phony")
31+
add_packages("busybox")
3032
end
3133
target_end()
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

25-
target("ping")
25+
target("shm_ping")
2626
do
2727
add_rules("rt.sdk")
2828
add_files("*.c")
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

25-
target("pong")
25+
target("shm_pong")
2626
do
2727
add_rules("rt.sdk")
2828
add_files("*.c")

apps/vi/LICENSE

Lines changed: 0 additions & 339 deletions
This file was deleted.

apps/vi/README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

apps/vi/optparse-v1.0.0/.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)