From 35239b09e077bc578b36729a02771e34b11ecafb Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Wed, 22 Jul 2015 10:53:24 +0900 Subject: Support wayland/weson with GSES on emulated machine, QEMU(x86-64) To boot weston image on emulated machine QEMU, a new sub-layer `meta-agl-bsp` is added. When bitbake agl-image-weston or agl-image-ivi With this layer, weston GLES can run on QEMU with GLES support. Signed-off-by: Tadao Tanikawa --- meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend (limited to 'meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend') diff --git a/meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend b/meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend new file mode 100644 index 000000000..25615856b --- /dev/null +++ b/meta-agl-bsp/recipes-graphics/mesa/mesa_10.%.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG_append = " gallium gallium-egl gallium-llvm" -- cgit 1.2.3-korg