Skip to content

Commit 708da87

Browse files
authored
Merge branch 'RT-Thread:main' into main
2 parents ed6d16d + d65c5c1 commit 708da87

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ xmake 是一个基于 Lua 的轻量级跨平台构建工具,使用 xmake.lua
5656

5757
![image-20230531173059551](./assets/image-20230531173059551.png)
5858

59-
4. **镜像制作**
59+
支持的平台:arm、aarch64、riscv64gc。
60+
61+
5. **镜像制作**
6062

6163
运行 `xmake smart-rootfs` 制作 rootfs ,运行 `xmake smart-image` 制作镜像
6264

repo/packages/r/riscv64gc-unknown-smart-musl/xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ do
3636
if (version and sha256) then
3737
add_versions(version, sha256)
3838
else
39-
add_versions("203957-8a397096c1", "0c4a43bc40ddee60774ce384d13760d235e51fd70658c5da0503caec1dd511e4")
39+
add_versions("222725-8a397096c1", "488b1c8a5b82d94a57eff16c5ed705e91196eff4fda81ade9516da16241e007c")
4040
end
4141
elseif is_host("linux") then
4242
add_urls(
@@ -45,7 +45,7 @@ do
4545
if (version and sha256) then
4646
add_versions(version, sha256)
4747
else
48-
add_versions("203957-8a397096c1", "19d9a73b1dff1d941953fcb673443259d89362c2e56d1d260af0cc503d9e9f5b")
48+
add_versions("222725-8a397096c1", "6d4b67648f8471910323a0fe39d8d4a58153a5d81ea24362a8cf48d4f1894181")
4949
end
5050
end
5151

0 commit comments

Comments
 (0)