summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-oe: Remove True option to getVar callsakash hadke2025-01-221-1/+1
| | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Signed-off-by: Akash Hadke <akash.hadke27@gmail.com> Signed-off-by: Armin Kuster <akuster808@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>
* Added usbip-tools for kernel USB/IPClaus Stovgaard2021-12-211-0/+69
Userspace tool from the kernel. Used for control the client/server of USB/IP. The server expect USB devices and the client import them on the client machine. Making it look like a device is physical connected to the client, even though it is physical connected to the server. Signed-off-by: Claus Stovgaard <clst@ambu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>