Skip to content
Snippets Groups Projects
Commit 169ca3f7 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'master' into 'master'

recipes: misc changes for virtio-gpu drivers

See merge request !293
parents 300e99bf 1c552fe0
Branches
No related tags found
1 merge request!293recipes: misc changes for virtio-gpu drivers
...@@ -9,6 +9,9 @@ BINS=( ...@@ -9,6 +9,9 @@ BINS=(
nvmed nvmed
pcid pcid
vesad vesad
inputd
virtio-blkd
virtio-gpud
) )
case "${TARGET}" in case "${TARGET}" in
......
...@@ -14,6 +14,7 @@ BINS=( alxd ...@@ -14,6 +14,7 @@ BINS=( alxd
usbhidd usbhidd
usbscsid usbscsid
xhcid xhcid
virtio-netd
) )
# Add additional drivers to the list to build, that are not in drivers-initfs # Add additional drivers to the list to build, that are not in drivers-initfs
...@@ -55,4 +56,4 @@ do ...@@ -55,4 +56,4 @@ do
driver="$(basename "$(dirname "$conf")")" driver="$(basename "$(dirname "$conf")")"
cp -v "$conf" "${COOKBOOK_STAGE}/etc/pcid.d/$driver.toml" cp -v "$conf" "${COOKBOOK_STAGE}/etc/pcid.d/$driver.toml"
done done
""" """
\ No newline at end of file
...@@ -3,8 +3,9 @@ export TMPDIR /tmp ...@@ -3,8 +3,9 @@ export TMPDIR /tmp
nulld nulld
zerod zerod
randd randd
inputd
vesad T T G vesad T T G
logd debug: display:1 logd debug: display/vesa:1
stdio log: stdio log:
ps2d us ps2d us
ramfs logging ramfs logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment