summaryrefslogtreecommitdiffstats
path: root/recipes-extended/diod
Commit message (Collapse)AuthorAgeFilesLines
* diod: support usrmergeChangqing Li2019-09-032-0/+54
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* diod/ops.c: add header file for makedevHongzhi.Song2018-09-052-0/+41
| | | | | | | | | | | | | | | Error: diod/ops.c:845: undefined reference to `makedev' Fixed: Glibc removes sys/sysmacros.h which defines makedev from sys/types.h since v2.28. [Commit ID: e16deca62e16f] And then glibc suggestions us to include <sys/sysmacros.h> directly if code needs it. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* diod: add new recipeYi Zhao2017-06-275-0/+295
diod is a multi-threaded, user space file server that speaks 9P2000.L protocol. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>