From b58eb296819caddbcfd3c6482eeda78f556df497 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 14 Oct 2013 08:10:03 +0300 Subject: raspberrypi: build graphic drivers from sources Use userland recipe instead of binary-only vc-graphics. Change-Id: I6d26e61a4caf083ccb2abc9aa969c1db956a6a3c Reviewed-by: Samuli Piippo --- conf/distro/include/raspberrypi.conf | 8 ++++---- recipes/userland/userland_git.bbappend | 1 + recipes/vc-graphics/vc-graphics.bbappend | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 recipes/userland/userland_git.bbappend delete mode 100644 recipes/vc-graphics/vc-graphics.bbappend diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf index 8eada215..371befec 100644 --- a/conf/distro/include/raspberrypi.conf +++ b/conf/distro/include/raspberrypi.conf @@ -1,12 +1,12 @@ IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" -PREFERRED_PROVIDER_virtual/libgles1 = "vc-graphics" -PREFERRED_PROVIDER_virtual/libgl = "vc-graphics" +PREFERRED_PROVIDER_virtual/libgles1 = "userland" +PREFERRED_PROVIDER_virtual/libgl = "userland" MACHINE_EXTRA_INSTALL = "\ - vc-graphics \ + userland \ " MACHINE_EXTRA_INSTALL_SDK = " \ - vc-graphics-dev \ + userland-dev \ " diff --git a/recipes/userland/userland_git.bbappend b/recipes/userland/userland_git.bbappend new file mode 100644 index 00000000..c76f5c4a --- /dev/null +++ b/recipes/userland/userland_git.bbappend @@ -0,0 +1 @@ +PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" diff --git a/recipes/vc-graphics/vc-graphics.bbappend b/recipes/vc-graphics/vc-graphics.bbappend deleted file mode 100644 index c76f5c4a..00000000 --- a/recipes/vc-graphics/vc-graphics.bbappend +++ /dev/null @@ -1 +0,0 @@ -PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" -- cgit v1.2.3