diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-29 11:51:49 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-29 11:51:49 +0200 |
commit | 6864865fd68386a192e7aaf49ba847e13ea3d48b (patch) | |
tree | 1c81292ad44f923894e85a9fdd14239f24830a35 | |
parent | eff5ec9b75f2df6f06645fcc673bce7ca35fdc51 (diff) | |
download | meta-raspberrypi-6864865fd68386a192e7aaf49ba847e13ea3d48b.tar.gz |
rpi-default-providers: Use jpeg as default provider
Change-Id: Ic7f1faa3ed60a3ccd1b0b08ed366cfb71df06536
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | conf/machine/include/rpi-default-providers.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index ffdb4f9..f86aab4 100644 --- a/conf/machine/include/rpi-default-providers.inc +++ b/conf/machine/include/rpi-default-providers.inc | |||
@@ -7,3 +7,4 @@ PREFERRED_VERSION_linux-raspberrypi ?= "3.10.%" | |||
7 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 7 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
8 | PREFERRED_PROVIDER_virtual/egl ?= "userland" | 8 | PREFERRED_PROVIDER_virtual/egl ?= "userland" |
9 | PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" | 9 | PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" |
10 | PREFERRED_PROVIDER_jpeg = "jpeg" | ||