summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/driverctl
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>
* driverctl: fix installed-vs-shippedMartin Jansa2023-12-291-2/+5
| | | | | | | | | | | | | | | | | | | | * introduced in upgrade to 0.115 version: https://git.openembedded.org/meta-openembedded/commit/?id=1f2c2ebcbcf5944225462f530e0d56b20f1b4630 * fixes: ERROR: driverctl-0.115-r0 do_package: QA Issue: driverctl: Files/directories were installed but not shipped in any package: /usr/lib/systemd /usr/lib/systemd/system /usr/lib/systemd/system/driverctl@.service Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. driverctl: 3 installed and not shipped files. [installed-vs-shipped] when systemd_system_unitdir isn't subdirectory of libdir, e.g. with multilib using: export libdir="/usr/lib64" export systemd_system_unitdir="/usr/lib/systemd/system" Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* driverctl: upgrade 0.111 -> 0.115alperak2023-12-222-28/+23
| | | | | | | | | | | | Changelog: * driverctl: Fix duplicate ID write error * driverctl: add list-persisted command * Fix device driver binding issue after re-enumeration * driverctl: fix list_devices() when `driver_override` is not set Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* driverctl: Rename to have PV in recipe nameKhem Raj2021-10-251-0/+0
| | | | | | This commit is at same release as 0.111 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add recipe for driverctlShiping Ji2021-10-141-0/+28
Signed-off-by: Khem Raj <raj.khem@gmail.com>