mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-24 04:53:23 +00:00
* 更新系统调用号 * 更改DragonReach和relibc版本 * update * update * fix warning --------- Co-authored-by: longjin <longjin@RinGoTek.cn>
30 lines
580 B
Plaintext
30 lines
580 B
Plaintext
{
|
|
"name": "DragonReach",
|
|
"version": "0.1.0",
|
|
"description": "init程序",
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Git": {
|
|
"url" : "https://git.mirrors.dragonos.org/DragonOS-Community/DragonReach.git",
|
|
"revision": "67e3e34cb5"
|
|
}
|
|
}
|
|
},
|
|
"depends": [],
|
|
"build": {
|
|
"build_command": "make install"
|
|
},
|
|
"clean": {
|
|
"clean_command": "make clean"
|
|
},
|
|
"install": {
|
|
"in_dragonos_path": "/"
|
|
},
|
|
"envs": [
|
|
{
|
|
"key": "TARGET",
|
|
"value": "${ROOT_PATH}/user/dadk/target/x86_64-unknown-dragonos.json"
|
|
}
|
|
]
|
|
}
|