summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2017-11-09 14:59:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-11 12:14:55 +0000
commit87df4e002f6e5ad5499bbeaf22877bbfc08efdd7 (patch)
treee18f5e6b729850d4674e27c13f373722bba94feb /meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto
parent0cff8d3c5bd2cddc9a0962257d64eba1efb4b17c (diff)
downloadpoky-87df4e002f6e5ad5499bbeaf22877bbfc08efdd7.tar.gz
beaglebone-yocto: rename beaglebone machine to beaglebone-yocto
The beaglebone BSP provided in this layer is a reference implementation usingonly mainline components available in core Yocto Project layers, whereas Texas Instruments maintain a full-featured BSP in the meta-ti layer. Rename the reference machine to prevent namespace collisions with the version maintained by the SoC vendor. [YOCTO #12326] (From meta-yocto rev: e32882938eca7f50548deab84dab78b4aef31b95) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto')
-rw-r--r--meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto/xorg.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto/xorg.conf b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto/xorg.conf
new file mode 100644
index 0000000000..2f40dae157
--- /dev/null
+++ b/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto/xorg.conf
@@ -0,0 +1,20 @@
1Section "Monitor"
2 Identifier "Builtin Default Monitor"
3EndSection
4
5Section "Device"
6 Identifier "Builtin Default fbdev Device 0"
7 Driver "modesetting"
8EndSection
9
10Section "Screen"
11 Identifier "Builtin Default fbdev Screen 0"
12 DefaultDepth 16
13 Device "Builtin Default fbdev Device 0"
14 Monitor "Builtin Default Monitor"
15EndSection
16
17Section "ServerLayout"
18 Identifier "Builtin Default Layout"
19 Screen "Builtin Default fbdev Screen 0"
20EndSection