mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-26 02:43:25 +00:00
* 修复readdir以及读磁盘时buf传错问题 * fix potential memory problem --------- Co-authored-by: longjin <longjin@DragonOS.org>
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": "d70ac4ed6b"
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|