From: Denis 'GNUtoo' Carikli <gnutoo@no-log.org>
To: Laurentiu Palcu <laurentiu.palcu@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 12/12] xf86-video-omapfb: upgrade to 0.4.2
Date: Tue, 13 Nov 2012 15:11:34 +0100 [thread overview]
Message-ID: <20121113151134.3407091b@gnutoo-desktop> (raw)
In-Reply-To: <0793c2728cde3530f6d21c865aa017bb00007de5.1352808309.git.laurentiu.palcu@intel.com>
On Tue, 13 Nov 2012 14:18:29 +0200
Laurentiu Palcu <laurentiu.palcu@intel.com> wrote:
> Other changes:
> * changed the recipe's SRC_URI to track the new (maintained) repo;
> * removed all old patches as the latest driver's structure has
> changed drastically;
> * license file changed quite a bit: MIT -> GPLv2 (needs to be
> reviewed by somebody with a better understanding of these things
> though);
> * xf86-video-omapfb changed its name to xf86-video-omap: change the
> recipe name and config files accordingly;
> * add dependency of libdrm-omap;
>
> Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
> ---
> meta-yocto-bsp/conf/machine/beagleboard.conf | 2 +-
> ...-video-omapfb_git.bb => xf86-video-omap_git.bb} | 23
> ++++++++------------ .../target/arch/arm/conf/machine/{{=machine}}.conf
> | 2 +- 3 files changed, 11 insertions(+), 16 deletions(-)
> rename meta/recipes-graphics/xorg-driver/{xf86-video-omapfb_git.bb
> => xf86-video-omap_git.bb} (43%)
>
> diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf
> b/meta-yocto-bsp/conf/machine/beagleboard.conf index 6633880..204be95
> 100644 --- a/meta-yocto-bsp/conf/machine/beagleboard.conf
> +++ b/meta-yocto-bsp/conf/machine/beagleboard.conf
> @@ -6,7 +6,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
> XSERVER ?= "xserver-xorg \
> xf86-input-evdev \
> xf86-input-mouse \
> - xf86-video-omapfb \
> + xf86-video-omap \
> xf86-input-keyboard"
Since xf86-video-omap is a totally different driver and depend on:
* omap DRM video driver that is in staging only in recent kernels.
* enabling the omap DRM in the board file(providing you don't use
device tree), which is not straingtforward(there are tricks required).
* omap enabled in libdrm.
Could you instead make a new xf86-video-omap recipe instead of
modifying the xf86-video-omapfb one?
Note that xf86-video-omap should support rotation(xrandr -o 1) for
omap4 (from #xorg-devel ) :
Oct 22 00:52:32 <robclark> it supports rotation, but only on
omap4..
(I know all that because I tried to make it work on the GTA04 machine,
to have rotation but at the end I discovered that the rotation was
only for omap4(because the rotation is based on tiler), so I
abandoned.).
Denis.
next prev parent reply other threads:[~2012-11-13 14:25 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-13 12:18 [PATCH 00/12] xorg upgrades Laurentiu Palcu
2012-11-13 12:18 ` [PATCH 01/12] xf86-video-vesa: upgrade to 2.3.2 Laurentiu Palcu
2012-11-13 12:18 ` [PATCH 02/12] xf86-video-intel: upgrade to 2.20.12 Laurentiu Palcu
2012-11-13 12:18 ` [PATCH 03/12] xf86-input-mouse: upgrade to 1.8.1 Laurentiu Palcu
2012-11-13 12:18 ` [PATCH 04/12] xkeyboard-config: upgrade to 2.7 Laurentiu Palcu
2012-11-13 12:18 ` [PATCH 05/12] xcb-proto: upgrade to 1.8 Laurentiu Palcu
2012-11-13 12:18 ` [PATCH 06/12] fontconfig: upgrade to 2.10.1 Laurentiu Palcu
2012-11-13 12:18 ` [PATCH 07/12] libdrm: upgrade to 2.4.40 Laurentiu Palcu
2012-11-13 12:39 ` Martin Jansa
2012-11-13 12:54 ` Laurentiu Palcu
2012-11-13 13:17 ` Martin Jansa
2012-11-13 14:34 ` Burton, Ross
2012-11-13 12:18 ` [PATCH 08/12] xserver-xorg: upgrade to 1.13.0 Laurentiu Palcu
2012-11-13 12:37 ` Martin Jansa
2012-11-13 12:49 ` Laurentiu Palcu
2012-11-13 12:56 ` Martin Jansa
2012-11-13 12:18 ` [PATCH 09/12] mdadm: upgrade to 3.2.6 Laurentiu Palcu
2012-11-13 12:18 ` [PATCH 10/12] xf86-video-vmware: Add compat API Laurentiu Palcu
2012-11-13 12:18 ` [PATCH 11/12] xf86-input-synaptics: add mtdev dependency Laurentiu Palcu
2012-11-13 12:18 ` [PATCH 12/12] xf86-video-omapfb: upgrade to 0.4.2 Laurentiu Palcu
2012-11-13 14:11 ` Denis 'GNUtoo' Carikli [this message]
2012-11-21 9:48 ` Martin Jansa
2012-11-22 7:42 ` Richard Purdie
2012-11-13 14:37 ` [PATCH 00/12] xorg upgrades Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121113151134.3407091b@gnutoo-desktop \
--to=gnutoo@no-log.org \
--cc=laurentiu.palcu@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox