diff options
author | Yong-iL Joh <yong-il.joh@windriver.com> | 2015-11-17 15:29:32 +0900 |
---|---|---|
committer | Yong-iL Joh <yong-il.joh@windriver.com> | 2015-11-17 16:59:20 +0900 |
commit | 3c67b8297ae62542383c98c672a48ec864ff3b16 (patch) | |
tree | feb0b9612ae17839143b0a655cc7c1f1ed49c37e | |
parent | b4ca5fc5d0ab3a7258f1676200e31c0279c1e7a8 (diff) | |
download | meta-ivi-3c67b8297ae62542383c98c672a48ec864ff3b16.tar.gz meta-ivi-3c67b8297ae62542383c98c672a48ec864ff3b16.tar.bz2 meta-ivi-3c67b8297ae62542383c98c672a48ec864ff3b16.zip |
weston: set backend of vexpressa9 to fbdev-backend10.0_w19
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
-rw-r--r-- | meta-ivi-bsp/recipes-graphics/weston/weston_1.9.0.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ivi-bsp/recipes-graphics/weston/weston_1.9.0.bbappend b/meta-ivi-bsp/recipes-graphics/weston/weston_1.9.0.bbappend index 4e6b3ad..2417d75 100644 --- a/meta-ivi-bsp/recipes-graphics/weston/weston_1.9.0.bbappend +++ b/meta-ivi-bsp/recipes-graphics/weston/weston_1.9.0.bbappend @@ -1,5 +1,9 @@ PR = "r2" +EXTRA_OECONF_append_vexpressa9 = "\ + WESTON_NATIVE_BACKEND=fbdev-backend.so \ + " + PKG_MESA_qemux86 = "mesa-megadriver " PKG_MESA_qemux86-64 = "mesa-megadriver " PKG_MESA_vexpressa9 = "mesa-megadriver " |