summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rpi-default-providers.inc
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-18 18:57:10 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-18 19:14:04 +0300
commita1da838d8188d3ed464377131d1e7ceadfa4e7f3 (patch)
tree0329ace5a5f4d02459ec7ae6e540b473ffeea8f5 /conf/machine/include/rpi-default-providers.inc
parentce411334387c0b5d76a4be667c801889e3b031d3 (diff)
downloadmeta-raspberrypi-a1da838d8188d3ed464377131d1e7ceadfa4e7f3.tar.gz
Move fsl-default*.inc from distro to machine
It makes no sense to have distro related configurations in a BSP layer. So let's have these common parts (provides, version etc) in machine directory instead. [GITHUB #73] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf/machine/include/rpi-default-providers.inc')
-rw-r--r--conf/machine/include/rpi-default-providers.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc
new file mode 100644
index 0000000..00e378d
--- /dev/null
+++ b/conf/machine/include/rpi-default-providers.inc
@@ -0,0 +1,7 @@
1# RaspberryPi BSP default providers
2
3PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
4PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
5PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp"
6PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp"
7PREFERRED_PROVIDER_virtual/libgl ?= "vc-graphics-hardfp"