diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2013-10-14 08:10:03 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2013-10-15 15:06:27 +0300 |
commit | b58eb296819caddbcfd3c6482eeda78f556df497 (patch) | |
tree | 7b099d1726882c48329893e98bf8f173cfaafd1e | |
parent | 3294a0cbd67995f1feaf1e4da7b7e65d4af6c02f (diff) | |
download | meta-boot2qt-1.0.0-RC4.tar.gz |
raspberrypi: build graphic drivers from sourcesv1.0.0-RC5v1.0.0-RC4v1.0.0-RC2
Use userland recipe instead of binary-only vc-graphics.
Change-Id: I6d26e61a4caf083ccb2abc9aa969c1db956a6a3c
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
-rw-r--r-- | conf/distro/include/raspberrypi.conf | 8 | ||||
-rw-r--r-- | recipes/userland/userland_git.bbappend (renamed from recipes/vc-graphics/vc-graphics.bbappend) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf index 8eada21..371befe 100644 --- a/conf/distro/include/raspberrypi.conf +++ b/conf/distro/include/raspberrypi.conf | |||
@@ -1,12 +1,12 @@ | |||
1 | IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" | 1 | IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" |
2 | 2 | ||
3 | PREFERRED_PROVIDER_virtual/libgles1 = "vc-graphics" | 3 | PREFERRED_PROVIDER_virtual/libgles1 = "userland" |
4 | PREFERRED_PROVIDER_virtual/libgl = "vc-graphics" | 4 | PREFERRED_PROVIDER_virtual/libgl = "userland" |
5 | 5 | ||
6 | MACHINE_EXTRA_INSTALL = "\ | 6 | MACHINE_EXTRA_INSTALL = "\ |
7 | vc-graphics \ | 7 | userland \ |
8 | " | 8 | " |
9 | 9 | ||
10 | MACHINE_EXTRA_INSTALL_SDK = " \ | 10 | MACHINE_EXTRA_INSTALL_SDK = " \ |
11 | vc-graphics-dev \ | 11 | userland-dev \ |
12 | " | 12 | " |
diff --git a/recipes/vc-graphics/vc-graphics.bbappend b/recipes/userland/userland_git.bbappend index c76f5c4..c76f5c4 100644 --- a/recipes/vc-graphics/vc-graphics.bbappend +++ b/recipes/userland/userland_git.bbappend | |||