mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-11 03:39:11 +01:00
sync tools_input
This commit is contained in:
parent
d8c1bb9fee
commit
9c465c36d2
1 changed files with 14 additions and 1 deletions
|
|
@ -23,7 +23,8 @@
|
|||
"-DSYSMNGR_FIRMWARE_IMAGE",
|
||||
"-DSYSMNGR_REBOOTS",
|
||||
"-DSYSMNGR_NETWORK_PROPERTIES",
|
||||
"-DSYSMNGR_VENDOR_EXTENSIONS"
|
||||
"-DSYSMNGR_VENDOR_EXTENSIONS",
|
||||
"-DCUSTOM_PREFIX=\\\"X_IOPSYS_EU_\\\""
|
||||
],
|
||||
"dm_files": [
|
||||
"src/deviceinfo.c",
|
||||
|
|
@ -161,6 +162,18 @@
|
|||
"src/bbf_plugin/hosts.c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"repo": "https://dev.iopsys.eu/iopsys/hostmngr.git",
|
||||
"proto": "git",
|
||||
"version": "devel",
|
||||
"extra_dependencies": [
|
||||
"-DHAS_VENDOR_EXT",
|
||||
"-DCUSTOM_PREFIX=\\\"X_IOPSYS_EU_\\\""
|
||||
],
|
||||
"dm_files": [
|
||||
"src/bbf_plugin/hosts_ext.c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"repo": "https://dev.iopsys.eu/bbf/timemngr.git",
|
||||
"proto": "git",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue