From 349a5fe4ff40e953a669b7acea7ecb8e9b3053c3 Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Wed, 26 Apr 2017 18:04:24 +0900 Subject: meta-agl-bsp/meta-raspberrypi: Upgrade to v12.0.3 Yocto morty has mesa 12.0.1 but it has a bug for vc4 driver. The bug is fixed in v12.0.2 and yocto upstream provides v12.0.3. This commit is taking from https://github.com/GENIVI/meta-genivi-dev/commit/e9c013951feb5c78519da04513ab79baf400264e. Bug-AGL: SPEC-445 Change-Id: Idfd0878f3549c20eac77ae680a65347ec851bd94 Signed-off-by: Changhyeok Bae Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9253 Reviewed-by: Changhyeok Bae Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- .../meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend') diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend deleted file mode 100644 index 9393dcbc0..000000000 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend +++ /dev/null @@ -1,9 +0,0 @@ -DEPENDS += "python-mako-native" - -PACKAGECONFIG_append = " gallium gallium-llvm" - -GALLIUMDRIVERS_append = ",vc4" - -PACKAGES =+ "mesa-megadriver-dbg" - -FILES_mesa-megadriver-dbg = "${libdir}/dri/.debug/*" -- cgit 1.2.3-korg