From: Ronan Le Martret Date: Thu, 17 Jul 2014 15:51:58 +0000 (+0200) Subject: Add gallium support. X-Git-Tag: rev_0.1~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6988f99c5af30892fff08d9b30420a4b6d0d4204;p=scm%2Fbb%2Fmeta-tizen.git Add gallium support. Change-Id: I65f464a9c2ad7ea34a3a617bf10fb42eadc3a8e4 Signed-off-by: Ronan Le Martret --- diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 2e2121c..93096f7 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,4 +1,6 @@ PACKAGECONFIG_append = " gallium" PACKAGECONFIG_append = " gallium-egl" PACKAGECONFIG_append = " gallium-gbm" -PACKAGECONFIG_append = " gallium-llvm" \ No newline at end of file +PACKAGECONFIG_append = " gallium-llvm" + +GALLIUMDRIVERS_append = ",i915" \ No newline at end of file diff --git a/recipes-image/images/tizen-common-core-image-crosswalk-dev.bb b/recipes-image/images/tizen-common-core-image-crosswalk-dev.bb index b1ad874..9f02c31 100644 --- a/recipes-image/images/tizen-common-core-image-crosswalk-dev.bb +++ b/recipes-image/images/tizen-common-core-image-crosswalk-dev.bb @@ -14,3 +14,5 @@ CORE_IMAGE_EXTRA_INSTALL += "ldd" CORE_IMAGE_EXTRA_INSTALL += "libcap" CORE_IMAGE_EXTRA_INSTALL += "sudo" CORE_IMAGE_EXTRA_INSTALL += "connman-client" +CORE_IMAGE_EXTRA_INSTALL += "git" +CORE_IMAGE_EXTRA_INSTALL += "python-json" \ No newline at end of file diff --git a/recipes-image/images/tizen-common-core-image-minimal.bb b/recipes-image/images/tizen-common-core-image-minimal.bb index ce3bdff..9420074 100644 --- a/recipes-image/images/tizen-common-core-image-minimal.bb +++ b/recipes-image/images/tizen-common-core-image-minimal.bb @@ -16,7 +16,19 @@ DEPENDS += " tar-replacement-native " CORE_IMAGE_BASE_INSTALL += "connman" CORE_IMAGE_BASE_INSTALL += "weston-common" + CORE_IMAGE_BASE_INSTALL += "mesa-megadriver" +CORE_IMAGE_BASE_INSTALL += "libegl-gallium" +CORE_IMAGE_BASE_INSTALL += "libegl-mesa" +CORE_IMAGE_BASE_INSTALL += "libgbm" +CORE_IMAGE_BASE_INSTALL += "libgbm-gallium" +CORE_IMAGE_BASE_INSTALL += "mesa-driver-pipe-nouveau" +CORE_IMAGE_BASE_INSTALL += "mesa-driver-pipe-swrast" +CORE_IMAGE_BASE_INSTALL += "mesa-driver-pipe-vmwgfx" +CORE_IMAGE_BASE_INSTALL += "mesa-driver-pipe-i915" +CORE_IMAGE_BASE_INSTALL += "libgles1-mesa" +CORE_IMAGE_BASE_INSTALL += "libgles2-mesa" + CORE_IMAGE_BASE_INSTALL += "meta-common" CORE_IMAGE_BASE_INSTALL += "pam" CORE_IMAGE_BASE_INSTALL += "weston-common-tz-launcher" @@ -29,5 +41,8 @@ CORE_IMAGE_BASE_INSTALL += "config-image" CORE_IMAGE_BASE_INSTALL += "kernel-modules" CORE_IMAGE_BASE_INSTALL += "less" CORE_IMAGE_BASE_INSTALL += "bash" +CORE_IMAGE_BASE_INSTALL += "psmisc" +CORE_IMAGE_BASE_INSTALL += "coreutils" +CORE_IMAGE_BASE_INSTALL += "procps" export SYSROOT = "${IMAGE_ROOTFS}"