Remove gles2 from packageconfig for sololite as it does not support 3D GPU hardware acceleration.
Signed-off-by: Neena Busireddy <[email protected]> --- recipes-benchmark/glmark2/glmark2_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-benchmark/glmark2/glmark2_%.bbappend diff --git a/recipes-benchmark/glmark2/glmark2_%.bbappend b/recipes-benchmark/glmark2/glmark2_%.bbappend new file mode 100644 index 0000000..8e57d66 --- /dev/null +++ b/recipes-benchmark/glmark2/glmark2_%.bbappend @@ -0,0 +1,3 @@ +#Remove gles2 as it is not supported by sololite + +PACKAGECONFIG_remove_mx6sl = "gles2" -- 1.7.9.5 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
