Files
DragonOS/user/dadk/config/dragon_reach-0.1.0.dadk
GnoCiYeH 1effcfe519 修复readdir以及读磁盘时buf传错问题 (#422)
* 修复readdir以及读磁盘时buf传错问题

* fix potential memory problem

---------

Co-authored-by: longjin <longjin@DragonOS.org>
2023-11-05 23:15:46 +08:00

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"
}
]
}