summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/switchtec-user
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | 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>
* switchtec-user: upgrade 4.1 -> 4.2Christophe Vu-Brugier2024-02-122-33/+3
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* switchtec-user: fix installed-vs-shipped with multilibMartin Jansa2023-05-301-5/+6
| | | | | | | | | | | | | | | | | | | | | | * 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: add new recipeChristophe Vu-Brugier2023-05-262-0/+50
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>