All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org,
	Brian Lloyd <blloyd@familyhonor.net>,
	Otavio Salvador <otavio@ossystems.com.br>
Subject: Re: [meta-oe][PATCH] Upgrade geode video driver to 2.11.15
Date: Thu, 2 Oct 2014 08:21:54 +0200	[thread overview]
Message-ID: <20141002062154.GG25706@jama> (raw)
In-Reply-To: <1402343170-17707-1-git-send-email-blloyd@familyhonor.net>

[-- Attachment #1: Type: text/plain, Size: 3576 bytes --]

On Mon, Jun 09, 2014 at 02:46:10PM -0500, Brian Lloyd wrote:
> From: blloyd <blloyd@familyhonor.net>
> 
> The latest driver corrected a number of issues and compiles without warnings with just one patch.  The header included by the given patch is already included in the geode master line, so will not be be required after the next geode version release.

xf86-video-geode is broken again, would you mind fixing it to build with
glibc-2.20?

|                  from /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/xf86-video-geode/2_2.11.16-r21.0/xf86-video-geode-2.11.16/src/lx_memory.c:26:
| /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemux86/usr/include/xorg/os.h:579:1: error: expected identifier or '(' before '__extension__'
|  strndup(const char *str, size_t n);
|  ^


> 
> Signed-off-by: Brian Lloyd <blloyd@familyhonor.net>
> ---
>  .../xorg-driver/xf86-video-geode/xf86SetModeDefaultName.patch | 11 +++++++++++
>  ...f86-video-geode_2.11.14.bb => xf86-video-geode_2.11.15.bb} |  6 ++++--
>  2 files changed, 15 insertions(+), 2 deletions(-)
>  create mode 100644 meta-oe/recipes-graphics/xorg-driver/xf86-video-geode/xf86SetModeDefaultName.patch
>  rename meta-oe/recipes-graphics/xorg-driver/{nonworking/xf86-video-geode_2.11.14.bb => xf86-video-geode_2.11.15.bb} (60%)
> 
> diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode/xf86SetModeDefaultName.patch b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode/xf86SetModeDefaultName.patch
> new file mode 100644
> index 0000000..97d9d49
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode/xf86SetModeDefaultName.patch
> @@ -0,0 +1,11 @@
> +diff -up xf86-video-geode-2.11.14/src/geode_dcon.c.jx xf86-video-geode-2.11.14/src/geode_dcon.c
> +--- xf86-video-geode-2.11.14/src/geode_dcon.c.jx	2012-11-24 05:01:15.000000000 -0500
> ++++ xf86-video-geode-2.11.14/src/geode_dcon.c	2013-10-25 16:19:35.950234174 -0400
> +@@ -29,6 +29,7 @@
> + 
> + /* Includes that are used by all drivers */
> + #include <xf86.h>
> ++#include <xf86Modes.h>
> + #include <xf86_OSproc.h>
> + #include <compiler.h>
> + 
> diff --git a/meta-oe/recipes-graphics/xorg-driver/nonworking/xf86-video-geode_2.11.14.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.15.bb
> similarity index 60%
> rename from meta-oe/recipes-graphics/xorg-driver/nonworking/xf86-video-geode_2.11.14.bb
> rename to meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.15.bb
> index 2fdb210..07d2d9b 100644
> --- a/meta-oe/recipes-graphics/xorg-driver/nonworking/xf86-video-geode_2.11.14.bb
> +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.15.bb
> @@ -4,8 +4,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e7f3e39474aeea5af381a8e103dafc36"
>  SUMMARY = "X.org server -- Geode GX2/LX display driver"
>  PR = "${INC_PR}.0"
>  
> -SRC_URI[md5sum] = "c9a4e1c5438240e5bdce332f92df9163"
> -SRC_URI[sha256sum] = "4c750b46c932934faa008919922f5ac8a572afcfe265ac8d7c203b8167a0cfcc"
> +SRC_URI[md5sum] = "7dafd19e274c771539b6d4d459423ccf"
> +SRC_URI[sha256sum] = "00db3bd697b32286eb0e42f5dbd7fcc8d7255dd11c299b1ee16a06a244868ff0"
> +
> +SRC_URI += "file://xf86SetModeDefaultName.patch"
>  
>  COMPATIBLE_HOST = "i.86.*-linux"
>  
> -- 
> 1.9.0
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  parent reply	other threads:[~2014-10-02  6:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-09 19:46 [meta-oe][PATCH] Upgrade geode video driver to 2.11.15 Brian Lloyd
2014-06-13 11:32 ` Martin Jansa
2014-10-02  6:21 ` Martin Jansa [this message]
2014-10-02 17:37   ` Otavio Salvador
2014-10-03  0:04     ` blloyd
  -- strict thread matches above, loose matches on Subject: below --
2014-06-05 15:09 Brian Lloyd
2014-06-04 18:40 [meta-oe][PATCH] Upgrade geode video to working version blloyd
2014-06-04 18:40 ` [meta-oe][PATCH] Upgrade geode video driver to 2.11.15 blloyd
2014-06-04 20:54   ` Martin Jansa
     [not found] <1401904040-4005-1-git-send-email-blloyd@familyhonor.net>
2014-06-04 17:47 ` blloyd

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=20141002062154.GG25706@jama \
    --to=martin.jansa@gmail.com \
    --cc=blloyd@familyhonor.net \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.