Heiko Thiery
Heiko Thiery
PICMG extension v1.0 has also support for the GetAddressInfo command. Signed-off-by: Heiko Thiery
This is a solution to use ipmievd to receive events and write it to a socket. In addition disabling writing to syslog can be disabled. Signed-off-by: Heiko Thiery
Remove unused variable j. Signed-off-by: Heiko Thiery
I'm trying to get the current used value for `/ietf-system:system/contact` but when setting the value in the callback registered with `sr_oper_get_subscribe()` the new value will not be returned when querying...
I have a comprehension problem and could not find a public answer. The following problem: I am writing a sysrepo plugin for a switch implementation. We get the switch software...
Signed-off-by: Heiko Thiery
Since a common name for U-Boot binaries is flash.bin or u-boot.bin add support for the "*.bin" suffix for the emmc-boot type.
The configure step does not work in case we are in a cross-compile environment. The file `vk.xml` cannot be found in the corresponding sysroot directory where it is installed. The...