From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id CBFA47064F for ; Thu, 7 Aug 2014 20:34:27 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 07 Aug 2014 13:28:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,820,1400050800"; d="scan'208";a="555365113" Received: from maxtothemax-studio-xps-8000.jf.intel.com ([10.7.196.63]) by orsmga001.jf.intel.com with ESMTP; 07 Aug 2014 13:33:45 -0700 From: Max Eliaser To: openembedded-core@lists.openembedded.org Date: Thu, 7 Aug 2014 13:31:31 -0700 Message-Id: X-Mailer: git-send-email 1.8.3.2 Subject: [PATCH 0/3] Add xf86-video-fbdev and xf86-video-cirrus to qemux86 and qemux86-64 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 20:34:28 -0000 Hello list, This series adds additional x.org drivers to the qemux86 and qemux86-64 machines. Now, instead of just including the "vmware" driver, GUI images for these machines will also include "cirrus" and "fbdev" drivers. Rationale: now that the runqemu script allows users to select which VGA adapter they want qemu to emulate, the qemu images should be able to start X servers with any adapter without requiring a rebuild of the image. Note that the drivers have only been added to the qemux86 and qemux86-64 machines. If someone is interested in trying them on the other qemu machines, they shouldn't be hard to add. xf86-video-cirrus did not previously have a recipe, so a new one is also added as part of this series. Regards, -Max Eliaser The following changes since commit 5452824960e8e77005a25ac11fd069d927523d3e: default-distrovars.inc: Remove unused variable 'LIMIT_BUILT_LOCALES' (2014-06-13 13:08:44 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib meliaser/qemu-x-drivers http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=meliaser/qemu-x-drivers Max Eliaser (3): xorg-drivers: xf86-video-cirrus: add a recipe for the Cirrus Logic X.Org driver qemux86: support X11 when QEMU is emulating a different GPU than vmware qemux86-64: support X11 when QEMU is emulating a different GPU than vmware meta/conf/machine/qemux86-64.conf | 2 ++ meta/conf/machine/qemux86.conf | 2 ++ .../recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb | 13 +++++++++++++ .../xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf | 5 ----- .../xorg-xserver/xserver-xf86-config/qemux86/xorg.conf | 5 ----- 5 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.2.bb -- 1.8.3.2