drivers: add virtio* drivers

Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
This commit is contained in:
Anhad Singh 2023-07-06 16:22:35 +10:00
parent 300e99bf52
commit f5c8f0d052
No known key found for this signature in database
GPG Key ID: 80E0357347554B89
2 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,9 @@ BINS=(
nvmed
pcid
vesad
inputd
virtio-blkd
virtio-gpud
)
case "${TARGET}" in

View File

@ -14,6 +14,7 @@ BINS=( alxd
usbhidd
usbscsid
xhcid
virtio-netd
)
# Add additional drivers to the list to build, that are not in drivers-initfs
@ -55,4 +56,4 @@ do
driver="$(basename "$(dirname "$conf")")"
cp -v "$conf" "${COOKBOOK_STAGE}/etc/pcid.d/$driver.toml"
done
"""
"""