diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-09-11 11:26:13 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-12 07:46:10 +0100 |
| commit | c35c771a69c5d53d5d5a9049d4a49a172d2ce250 (patch) | |
| tree | e5ac363c070ea6ee9d2e9d7a4033098d60f4634f /meta-yocto-bsp | |
| parent | 0a99a509a9a32bb5ceae3b1d0d75070516d8ebdb (diff) | |
| download | poky-c35c771a69c5d53d5d5a9049d4a49a172d2ce250.tar.gz | |
beaglebone-yocto: remove redundant XSERVER assignment
The default XSERVER value is good enough for this BSP, so we don't need
to set it explicitly.
(From meta-yocto rev: a0077d9132d1e86f97fa3d4a4607b008622aa17e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
| -rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf index 362f6e040e..8b67cefef7 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | |||
| @@ -3,9 +3,6 @@ | |||
| 3 | #@DESCRIPTION: Reference machine configuration for http://beagleboard.org/bone and http://beagleboard.org/black boards | 3 | #@DESCRIPTION: Reference machine configuration for http://beagleboard.org/bone and http://beagleboard.org/black boards |
| 4 | 4 | ||
| 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
| 6 | XSERVER ?= "xserver-xorg \ | ||
| 7 | xf86-video-modesetting \ | ||
| 8 | " | ||
| 9 | 6 | ||
| 10 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree" | 7 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree" |
| 11 | 8 | ||
