Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove virtualbox support #1064

Merged
merged 2 commits into from Dec 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions config/graphic
Expand Up @@ -70,11 +70,6 @@ get_graphicdrivers() {
VDPAU_SUPPORT="yes"
fi

if [ "$drv" = "virtualbox" ]; then
DRI_DRIVERS="$DRI_DRIVERS,swrast"
XORG_DRIVERS="$XORG_DRIVERS virtualbox"
fi

if [ "$drv" = "vmware" ]; then
DRI_DRIVERS="$DRI_DRIVERS,swrast"
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,svga"
Expand Down
58 changes: 0 additions & 58 deletions packages/linux-drivers/vboxguest/package.mk

This file was deleted.

82 changes: 0 additions & 82 deletions packages/x11/driver/xf86-video-virtualbox/package.mk

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions projects/Virtual/options
Expand Up @@ -85,12 +85,12 @@
# for a list of additinoal drivers see packages/linux-drivers
# Space separated list is supported,
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS bcm_sta vboxguest"
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS bcm_sta"

# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia,nouveau,vmware,virtualbox)
# Space separated list is supported,
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia nouveau"
GRAPHIC_DRIVERS="vmware virtualbox"
GRAPHIC_DRIVERS="vmware"

# set the addon dirs
ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH"
Expand Down