sync tools_input

This commit is contained in:
Suvendhu Hansa 2025-01-17 12:05:27 +05:30 committed by Vivek Kumar Dutta
parent d8c1bb9fee
commit 9c465c36d2

View file

@ -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",