diff options
| -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 | |||
