summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/raspberrypi.conf8
-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 @@
1IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" 1IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg"
2 2
3PREFERRED_PROVIDER_virtual/libgles1 = "vc-graphics" 3PREFERRED_PROVIDER_virtual/libgles1 = "userland"
4PREFERRED_PROVIDER_virtual/libgl = "vc-graphics" 4PREFERRED_PROVIDER_virtual/libgl = "userland"
5 5
6MACHINE_EXTRA_INSTALL = "\ 6MACHINE_EXTRA_INSTALL = "\
7 vc-graphics \ 7 userland \
8 " 8 "
9 9
10MACHINE_EXTRA_INSTALL_SDK = " \ 10MACHINE_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