| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.
I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fixes:
ERROR: QA Issue: switchtec-user: Files/directories were installed but not shipped in any package:
/usr/lib/libswitchtec.a
/usr/lib/libswitchtec.so
/usr/lib/libswitchtec.so.4.0
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
switchtec-user: 3 installed and not shipped files. [installed-vs-shipped]
when libdir is e.g. /usr/lib64
The Makefile.in defines default LIBDIR with DESTDIR:
LIBDIR ?= $(DESTDIR)$(PREFIX)/lib
so include ${D} here as well
* use 4 spaces for indentation and ' instead of " so that it doesn't
need backslashes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
switchtec-user provides an easy to use CLI and C library for
communicating with Microsemi's Switchtec management interface.
https://github.com/Microsemi/switchtec-user/
Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|