mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Merge branch 'master' into 'master'
recipes: misc changes for virtio-gpu drivers See merge request redox-os/cookbook!293
This commit is contained in:
commit
169ca3f725
@ -9,6 +9,9 @@ BINS=(
|
||||
nvmed
|
||||
pcid
|
||||
vesad
|
||||
inputd
|
||||
virtio-blkd
|
||||
virtio-gpud
|
||||
)
|
||||
|
||||
case "${TARGET}" in
|
||||
|
||||
@ -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
|
||||
"""
|
||||
"""
|
||||
|
||||
@ -3,8 +3,9 @@ export TMPDIR /tmp
|
||||
nulld
|
||||
zerod
|
||||
randd
|
||||
inputd
|
||||
vesad T T G
|
||||
logd debug: display:1
|
||||
logd debug: display/vesa:1
|
||||
stdio log:
|
||||
ps2d us
|
||||
ramfs logging
|
||||
|
||||
Loading…
Reference in New Issue
Block a user