Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | diod: Fix malformed Upstream-Status | Martin Jansa | 2023-06-22 | 1 | -1/+1 |
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | treewide: bulk update patches with status field | Bruce Ashfield | 2023-01-27 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | While the insane.bbclass upstream-status check hasn't been made default, users of meta-virtualization may have it enabled in their distros .. so the effect is the same. We must have this tracking tag in out patches. This is a bulk update to add the tag and silence the QA message. As packages get updated, the normal/routine process of checking the patches will continue, and the status fields may (or may not) get more useful. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | diod/ops.c: add header file for makedev | Hongzhi.Song | 2018-09-05 | 1 | -0/+40 |
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> |