1
0
Fork 0
qemu/roms/skiboot/libmctp/README.skiboot
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

15 lines
679 B
Text

skiboot/libmctp/ is a minimally modified version of upstream libmctp
that is distributed with the openbmc project hosted at
https://github.com/openbmc/libmctp.git
This version is taken from libmctp.git commit 4df106db7766d ("astlpc: Add
mctp_astlpc_tx_done() API") by copying most
of files from the libmctp/ directory.
The only modifications from the upstream source are the additions of
this file, Makefile.inc which has been derived from the original
Makefile.inc, astlpc.c (compilation error when MCTP_HAVE_FILEIO is
undefined) and the removal of several unnecessary folders and files.
Local libmctp changes should be kept to a minimum, and submitted
upstream if possible.