Skip to content

Commit

Permalink
Merge branch 'RT-Thread:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rcitach authored Oct 31, 2024
2 parents ed6d16d + d65c5c1 commit 708da87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ xmake 是一个基于 Lua 的轻量级跨平台构建工具,使用 xmake.lua

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

4. **镜像制作**
支持的平台:arm、aarch64、riscv64gc。

5. **镜像制作**

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

Expand Down
4 changes: 2 additions & 2 deletions repo/packages/r/riscv64gc-unknown-smart-musl/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ do
if (version and sha256) then
add_versions(version, sha256)
else
add_versions("203957-8a397096c1", "0c4a43bc40ddee60774ce384d13760d235e51fd70658c5da0503caec1dd511e4")
add_versions("222725-8a397096c1", "488b1c8a5b82d94a57eff16c5ed705e91196eff4fda81ade9516da16241e007c")
end
elseif is_host("linux") then
add_urls(
Expand All @@ -45,7 +45,7 @@ do
if (version and sha256) then
add_versions(version, sha256)
else
add_versions("203957-8a397096c1", "19d9a73b1dff1d941953fcb673443259d89362c2e56d1d260af0cc503d9e9f5b")
add_versions("222725-8a397096c1", "6d4b67648f8471910323a0fe39d8d4a58153a5d81ea24362a8cf48d4f1894181")
end
end

Expand Down

0 comments on commit 708da87

Please sign in to comment.