| Submitter | Alexandru DAMIAN |
|---|---|
| Date | Dec. 21, 2012, 12:51 p.m. |
| Message ID | <cover.1356094006.git.alexandru.damian@intel.com> |
| Download | mbox |
| Permalink | /patch/41437/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Fri, 21 Dec 2012 12:52:32 +0000 (UTC) Received: by 10.112.40.3 with SMTP id t3csp149280lbk; Fri, 21 Dec 2012 04:51:39 -0800 (PST) X-Received: by 10.194.9.4 with SMTP id v4mr23529214wja.50.1356094298951; Fri, 21 Dec 2012 04:51:38 -0800 (PST) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id hy10si18757935wjb.66.2012.12.21.04.51.31 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Dec 2012 04:51:38 -0800 (PST) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1Tm2Ij-0004eu-SS; Fri, 21 Dec 2012 14:06:09 +0100 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <ddalex@intel.com>) id 1Tm2Ia-0004ek-UL for openembedded-core@lists.openembedded.org; Fri, 21 Dec 2012 14:06:05 +0100 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 21 Dec 2012 04:51:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,329,1355126400"; d="scan'208";a="268399092" Received: from adamian-desktop.rb.intel.com ([10.237.105.141]) by fmsmga002.fm.intel.com with ESMTP; 21 Dec 2012 04:51:11 -0800 Received: by adamian-desktop.rb.intel.com (Postfix, from userid 1000) id CD5BF560A99; Fri, 21 Dec 2012 14:51:16 +0200 (EET) From: Alex DAMIAN <alexandru.damian@intel.com> To: openembedded-core@lists.openembedded.org, sgw@linux.intel.com, richard.purdie@linuxfoundation.org, ross.burton@intel.com, martin.jansa@gmail.com Date: Fri, 21 Dec 2012 14:51:09 +0200 Message-Id: <cover.1356094006.git.alexandru.damian@intel.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <cover.1356021837.git.alexandru.damian@intel.com> References: <cover.1356021837.git.alexandru.damian@intel.com> Cc: Alexandru DAMIAN <alexandru.damian@intel.com> Subject: [OE-core] [PATCH v3 0/3] Initial wayland integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
From: Alexandru DAMIAN <alexandru.damian@intel.com> Hi, This is a set of patches that integrate Wayland/Weston 1.0.3 into mainline. All library dependencies are satisfied, and Weston works under X11 and DRM. A user must install separately (no hard dependency) the hardware DRM drivers to be able to run weston on barebone hardware. Hardware drivers built-in are the swrast, i915 and i965 (i965 is tested on real hardware). There is no default integration in any distro, the packages may be installed through the package manager. Further improvements will include a wrapper script for weston and integration in the distro features. The following changes since commit 90c0eb29f0b41e4ac2d3d17ebad7295c2ebdc02a: rootfs_rpm.bbclass: remove debug code (2012-12-19 21:43:55 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib adamian/wayland/upstream.3 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/wayland/upstream.1 Alexandru DAMIAN (3): Wayland userspace library initial 1.0.3 Prepare mesa-dri for weston compatibility Initial commit for wayland/weston 1.0.3 meta/recipes-graphics/mesa/mesa-common.inc | 13 +++++++--- meta/recipes-graphics/mesa/mesa-dri.inc | 1 + meta/recipes-graphics/wayland/wayland.inc | 32 ++++++++++++++++++++++++ meta/recipes-graphics/wayland/wayland_1.0.3.bb | 7 ++++++ meta/recipes-graphics/wayland/weston.inc | 23 +++++++++++++++++ meta/recipes-graphics/wayland/weston_1.0.3.bb | 9 +++++++ 6 files changed, 82 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-graphics/wayland/wayland.inc create mode 100644 meta/recipes-graphics/wayland/wayland_1.0.3.bb create mode 100644 meta/recipes-graphics/wayland/weston.inc create mode 100644 meta/recipes-graphics/wayland/weston_1.0.3.bb