Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] update xserver-xorg & midori
@ 2014-11-07  7:52 Andreas Müller
  2014-11-07  7:52 ` [PATCH 1/2] midori: update to 0.5.8 Andreas Müller
  2014-11-07  7:52 ` [PATCH 2/2] xserver-xorg: update to 1.16.1 Andreas Müller
  0 siblings, 2 replies; 11+ messages in thread
From: Andreas Müller @ 2014-11-07  7:52 UTC (permalink / raw)
  To: openembedded-core

I have these in my repos & running for a while.

Andreas Müller (2):
  midori: update to 0.5.8
  xserver-xorg: update to 1.16.1

 .../xorg-xserver/xserver-xorg/crosscompile.patch   | 22 --------
 .../xserver-xorg/mips64-compiler.patch             | 29 ----------
 .../xorg-xserver/xserver-xorg/present-module.patch | 66 ----------------------
 ...erver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} |  9 +--
 meta/recipes-sato/midori/midori_0.5.5.bb           | 47 ---------------
 meta/recipes-sato/midori/midori_0.5.8.bb           | 31 ++++++++++
 6 files changed, 34 insertions(+), 170 deletions(-)
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/present-module.patch
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} (75%)
 delete mode 100644 meta/recipes-sato/midori/midori_0.5.5.bb
 create mode 100644 meta/recipes-sato/midori/midori_0.5.8.bb

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/2] midori: update to 0.5.8
  2014-11-07  7:52 [PATCH 0/2] update xserver-xorg & midori Andreas Müller
@ 2014-11-07  7:52 ` Andreas Müller
  2014-11-13 18:14   ` Burton, Ross
  2014-11-07  7:52 ` [PATCH 2/2] xserver-xorg: update to 1.16.1 Andreas Müller
  1 sibling, 1 reply; 11+ messages in thread
From: Andreas Müller @ 2014-11-07  7:52 UTC (permalink / raw)
  To: openembedded-core

midori has moved to cmake for configuration

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta/recipes-sato/midori/midori_0.5.5.bb | 47 --------------------------------
 meta/recipes-sato/midori/midori_0.5.8.bb | 31 +++++++++++++++++++++
 2 files changed, 31 insertions(+), 47 deletions(-)
 delete mode 100644 meta/recipes-sato/midori/midori_0.5.5.bb
 create mode 100644 meta/recipes-sato/midori/midori_0.5.8.bb

diff --git a/meta/recipes-sato/midori/midori_0.5.5.bb b/meta/recipes-sato/midori/midori_0.5.5.bb
deleted file mode 100644
index a9379e7..0000000
--- a/meta/recipes-sato/midori/midori_0.5.5.bb
+++ /dev/null
@@ -1,47 +0,0 @@
-SUMMARY = "A lightweight web browser"
-HOMEPAGE = "http://www.twotoasts.de/index.php?/pages/midori_summary.html"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
-DEPENDS = "webkit-gtk libsoup-2.4 openssl python-native python-docutils-native librsvg-native libnotify libunique libxscrnsaver"
-
-SRC_URI = "http://www.midori-browser.org/downloads/${BPN}_${PV}_all_.tar.bz2 \
-"
-
-SRC_URI[md5sum] = "b99e87d4b73a4732ed1c1e591f0242ac"
-SRC_URI[sha256sum] = "ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62"
-
-# midori depends on webkit-gtk, and webkit-gtk can NOT be built on
-# MIPS64 with n32 ABI. So remove it from mips64 n32 temporarily.
-COMPATIBLE_HOST_mips64 = "mips64.*-linux$"
-
-inherit gtk-icon-cache pkgconfig vala pythonnative
-
-do_configure() {
-    sed -i -e 's:, shell=False::g' -e s:/usr/X11R6/include::g -e s:/usr/X11R6/lib::g wscript
-    ./configure \
-            --prefix=${prefix} \
-            --bindir=${bindir} \
-            --sbindir=${sbindir} \
-            --libexecdir=${libexecdir} \
-            --datadir=${datadir} \
-            --sysconfdir=${sysconfdir} \
-            --sharedstatedir=${sharedstatedir} \
-            --localstatedir=${localstatedir} \
-            --libdir=${libdir} \
-            --includedir=${includedir} \
-            --infodir=${infodir} \
-            --mandir=${mandir} \
-            --disable-gtk3 \
-            --disable-zeitgeist \
-}
-
-PARALLEL_MAKE = ""
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-do_install() {
-    oe_runmake DESTDIR=${D} install
-}
-
-RRECOMMENDS_${PN} += "glib-networking ca-certificates gnome-icon-theme"
-
-FILES_${PN}-dev += "${datadir}/vala/vapi"
diff --git a/meta/recipes-sato/midori/midori_0.5.8.bb b/meta/recipes-sato/midori/midori_0.5.8.bb
new file mode 100644
index 0000000..9c45975
--- /dev/null
+++ b/meta/recipes-sato/midori/midori_0.5.8.bb
@@ -0,0 +1,31 @@
+SUMMARY = "A lightweight web browser"
+HOMEPAGE = "http://midori-browser.org/"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+DEPENDS = "webkit-gtk libsoup-2.4 openssl python-native python-docutils-native librsvg-native libnotify libunique libxscrnsaver"
+
+SRC_URI = "http://www.midori-browser.org/downloads/${BPN}_${PV}_all_.tar.bz2 \
+"
+
+SRC_URI[md5sum] = "b89e25e74199d705e74767499a415976"
+SRC_URI[sha256sum] = "af19135fd4c4b04345df4d3592e7939c20f9b40eaca24550e6cb619751aa9381"
+
+S = "${WORKDIR}"
+
+# midori depends on webkit-gtk, and webkit-gtk can NOT be built on
+# MIPS64 with n32 ABI. So remove it from mips64 n32 temporarily.
+COMPATIBLE_HOST_mips64 = "mips64.*-linux$"
+
+inherit gtk-icon-cache pkgconfig vala pythonnative cmake
+
+EXTRA_OECMAKE = " \
+    -DCMAKE_INSTALL_PREFIX=${prefix} \
+    -DUSE_ZEITGEIST=0 \
+"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+RRECOMMENDS_${PN} += "glib-networking ca-certificates gnome-icon-theme"
+
+FILES_${PN} += "${datadir}/appdata"
+
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/2] xserver-xorg: update to 1.16.1
  2014-11-07  7:52 [PATCH 0/2] update xserver-xorg & midori Andreas Müller
  2014-11-07  7:52 ` [PATCH 1/2] midori: update to 0.5.8 Andreas Müller
@ 2014-11-07  7:52 ` Andreas Müller
  2014-11-07 12:16   ` Burton, Ross
  2014-11-08 14:47   ` Richard Purdie
  1 sibling, 2 replies; 11+ messages in thread
From: Andreas Müller @ 2014-11-07  7:52 UTC (permalink / raw)
  To: openembedded-core

* first version supporting rootless X (not tested yet)
* modesetting working for non PCI gpus (tested on gumstix overo)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../xorg-xserver/xserver-xorg/crosscompile.patch   | 22 --------
 .../xserver-xorg/mips64-compiler.patch             | 29 ----------
 .../xorg-xserver/xserver-xorg/present-module.patch | 66 ----------------------
 ...erver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} |  9 +--
 4 files changed, 3 insertions(+), 123 deletions(-)
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/present-module.patch
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} (75%)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch
deleted file mode 100644
index 2f98bb8..0000000
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-diff --git a/configure.ac b/configure.ac
-index b3b752c..600500b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -523,13 +523,9 @@ dnl Uses --default-font-path if set, otherwise checks for /etc/X11/fontpath.d,
- dnl otherwise uses standard subdirectories of FONTROOTDIR. When cross
- dnl compiling, assume default font path uses standard FONTROOTDIR directories.
- DEFAULT_FONT_PATH="${FONTMISCDIR}/,${FONTTTFDIR}/,${FONTOTFDIR}/,${FONTTYPE1DIR}/,${FONT100DPIDIR}/,${FONT75DPIDIR}/"
--if test "$cross_compiling" != yes; then
--	AC_CHECK_FILE([${sysconfdir}/X11/fontpath.d],
--		[DEFAULT_FONT_PATH='catalogue:${sysconfdir}/X11/fontpath.d'],
--		[case $host_os in
-+		case $host_os in
- 			darwin*) DEFAULT_FONT_PATH="${DEFAULT_FONT_PATH},/Library/Fonts,/System/Library/Fonts" ;;
--		esac])
--fi
-+		esac
- AC_ARG_WITH(default-font-path, AS_HELP_STRING([--with-default-font-path=PATH], [Comma separated list of font dirs]),
- 				[ FONTPATH="$withval" ],
- 				[ FONTPATH="${DEFAULT_FONT_PATH}" ])
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch
deleted file mode 100644
index 168368e..0000000
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-on mips64/n64 pointers are 64bit therefore the pointer conversions to int dont work well
-so we end up with incompatible conversion errors
-
-This patch choses the right values for mips64
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
-Upstream-Status: Pending
-Index: xorg-server-1.13.0/hw/xfree86/common/compiler.h
-===================================================================
---- xorg-server-1.13.0-orig/hw/xfree86/common/compiler.h	2012-06-14 23:04:29.000000000 +0300
-+++ xorg-server-1.13.0/hw/xfree86/common/compiler.h	2012-11-08 10:06:50.865831783 +0200
-@@ -101,6 +101,7 @@
- #if defined(NO_INLINE) || defined(DO_PROTOTYPES)
- #if !defined(__arm__)
- #if !defined(__sparc__) && !defined(__sparc) && !defined(__arm32__) && !defined(__nds32__) \
-+      && !defined(__mips64) \
-       && !(defined(__alpha__) && defined(linux)) \
-       && !(defined(__ia64__) && defined(linux)) \
- 
-@@ -721,7 +722,7 @@
- }
- 
- #elif defined(__mips__) || (defined(__arm32__) && !defined(__linux__))
--#ifdef __arm32__
-+#if defined (__arm32__) || defined (__mips64)
- #define PORT_SIZE long
- #else
- #define PORT_SIZE short
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg/present-module.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/present-module.patch
deleted file mode 100644
index 13f3caf..0000000
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg/present-module.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-[ YOCTO #6583 ]
-
-Upstream-Status: Backport
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-From 746be5a03ebbda4ab411ca3efb2ed95f99e9ea46 Mon Sep 17 00:00:00 2001
-From: Chris Wilson <chris@chris-wilson.co.uk>
-Date: Wed, 28 May 2014 08:13:59 +0100
-Subject: xfree86: Report DRI3 as a built-in module
-
-This is so that drivers can do a runtime check that DRI3 is available,
-similar to existing runtime checks performed by the drivers for DRI and
-DRI2.
-
-v2: Only add DRI3 to the list if the module was actually built into the
-server (Mark Kettenis).
-
-Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-Cc: Mark Kettenis <mark.kettenis@xs4all.nl>
-Signed-off-by: Keith Packard <keithp@keithp.com>
-
-diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c
-index 092bf57..f92ad8d 100644
---- a/hw/xfree86/loader/loadmod.c
-+++ b/hw/xfree86/loader/loadmod.c
-@@ -838,6 +838,9 @@ static const char *compiled_in_modules[] = {
-     "extmod",
-     "dri",
-     "dri2",
-+#if DRI3
-+    "dri3",
-+#endif
-     NULL
- };
- 
--- 
-cgit v0.10.2
-
-
-From 7ca458493aa2f0aa091c989ea0768611e0730bf5 Mon Sep 17 00:00:00 2001
-From: Chris Wilson <chris@chris-wilson.co.uk>
-Date: Wed, 28 May 2014 08:14:00 +0100
-Subject: xfree86: Report Present as a built-in module
-
-This is so that drivers can do a runtime check that Present is available,
-similar to existing runtime checks performed by the drivers for DRI.
-
-Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-Signed-off-by: Keith Packard <keithp@keithp.com>
-
-diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c
-index f92ad8d..e1f649a 100644
---- a/hw/xfree86/loader/loadmod.c
-+++ b/hw/xfree86/loader/loadmod.c
-@@ -841,6 +841,9 @@ static const char *compiled_in_modules[] = {
- #if DRI3
-     "dri3",
- #endif
-+#if PRESENT
-+    "present",
-+#endif
-     NULL
- };
- 
--- 
-cgit v0.10.2
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.16.1.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_1.16.1.bb
index 3bba3ce..567b916 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.16.1.bb
@@ -1,16 +1,13 @@
 require xserver-xorg.inc
 
 # Misc build failure for master HEAD
-SRC_URI += "file://crosscompile.patch \
-            file://fix_open_max_preprocessor_error.patch \
-            file://mips64-compiler.patch \
+SRC_URI += "file://fix_open_max_preprocessor_error.patch \
             file://xorg-CVE-2013-6424.patch \
             file://xshmfence-option.patch \
-            file://present-module.patch \
            "
 
-SRC_URI[md5sum] = "e4c70262ed89764be8f8f5d699ed9227"
-SRC_URI[sha256sum] = "626db6882602ebe1ff81f7a4231c7ccc6ceb5032f2b5b3954bf749e1567221e2"
+SRC_URI[md5sum] = "b1ff364222e921d32de40c4786e8bc47"
+SRC_URI[sha256sum] = "f4677c6ec9fb7b59648321737087aeb9963b60bcea50ee3773fe46be1a37e060"
 
 # These extensions are now integrated into the server, so declare the migration
 # path for in-place upgrades.
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/2] xserver-xorg: update to 1.16.1
  2014-11-07  7:52 ` [PATCH 2/2] xserver-xorg: update to 1.16.1 Andreas Müller
@ 2014-11-07 12:16   ` Burton, Ross
  2014-11-08 14:47   ` Richard Purdie
  1 sibling, 0 replies; 11+ messages in thread
From: Burton, Ross @ 2014-11-07 12:16 UTC (permalink / raw)
  To: Andreas Müller; +Cc: OE-core

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

Hi Andreas,

On 7 November 2014 07:52, Andreas Müller <schnitzeltony@googlemail.com>
wrote:

> * first version supporting rootless X (not tested yet)
> * modesetting working for non PCI gpus (tested on gumstix overo)
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>

When removing patches, please give a rationale.  I've looked and will
update the log to reflect this, but please do this in the future.

Ross

[-- Attachment #2: Type: text/html, Size: 947 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/2] xserver-xorg: update to 1.16.1
  2014-11-07  7:52 ` [PATCH 2/2] xserver-xorg: update to 1.16.1 Andreas Müller
  2014-11-07 12:16   ` Burton, Ross
@ 2014-11-08 14:47   ` Richard Purdie
  2014-11-09 10:27     ` Richard Purdie
  1 sibling, 1 reply; 11+ messages in thread
From: Richard Purdie @ 2014-11-08 14:47 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembedded-core

On Fri, 2014-11-07 at 08:52 +0100, Andreas Müller wrote:
> * first version supporting rootless X (not tested yet)
> * modesetting working for non PCI gpus (tested on gumstix overo)
> 
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  .../xorg-xserver/xserver-xorg/crosscompile.patch   | 22 --------
>  .../xserver-xorg/mips64-compiler.patch             | 29 ----------
>  .../xorg-xserver/xserver-xorg/present-module.patch | 66 ----------------------
>  ...erver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} |  9 +--
>  4 files changed, 3 insertions(+), 123 deletions(-)
>  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch
>  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch
>  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/present-module.patch
>  rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} (75%)

Whilst I haven't 100% confirmed it:

https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/96
https://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/95
https://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/95
https://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/94
https://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/95

all look like it may well be as a result of this change (which was
included in the master-next build in question). This change will be
delayed merging until we figure out if this patch is responsible and how
to fix whatever the cause is. Obviously any help in doing that is much
appreciated.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/2] xserver-xorg: update to 1.16.1
  2014-11-08 14:47   ` Richard Purdie
@ 2014-11-09 10:27     ` Richard Purdie
  2014-11-10  8:32       ` Andreas Müller
  0 siblings, 1 reply; 11+ messages in thread
From: Richard Purdie @ 2014-11-09 10:27 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembedded-core

On Sat, 2014-11-08 at 14:47 +0000, Richard Purdie wrote:
> On Fri, 2014-11-07 at 08:52 +0100, Andreas Müller wrote:
> > * first version supporting rootless X (not tested yet)
> > * modesetting working for non PCI gpus (tested on gumstix overo)
> > 
> > Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> > ---
> >  .../xorg-xserver/xserver-xorg/crosscompile.patch   | 22 --------
> >  .../xserver-xorg/mips64-compiler.patch             | 29 ----------
> >  .../xorg-xserver/xserver-xorg/present-module.patch | 66 ----------------------
> >  ...erver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} |  9 +--
> >  4 files changed, 3 insertions(+), 123 deletions(-)
> >  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch
> >  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch
> >  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/present-module.patch
> >  rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} (75%)
> 
> Whilst I haven't 100% confirmed it:
> 
> https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/96
> https://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/95
> https://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/95
> https://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/94
> https://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/95
> 
> all look like it may well be as a result of this change (which was
> included in the master-next build in question). This change will be
> delayed merging until we figure out if this patch is responsible and how
> to fix whatever the cause is. Obviously any help in doing that is much
> appreciated.

It is 100% confirmed now, with the patch reverted there was a green
build.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/2] xserver-xorg: update to 1.16.1
  2014-11-09 10:27     ` Richard Purdie
@ 2014-11-10  8:32       ` Andreas Müller
  2014-11-19  9:00         ` Andreas Müller
  0 siblings, 1 reply; 11+ messages in thread
From: Andreas Müller @ 2014-11-10  8:32 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

On Sun, Nov 9, 2014 at 11:27 AM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Sat, 2014-11-08 at 14:47 +0000, Richard Purdie wrote:
>> On Fri, 2014-11-07 at 08:52 +0100, Andreas Müller wrote:
>> > * first version supporting rootless X (not tested yet)
>> > * modesetting working for non PCI gpus (tested on gumstix overo)
>> >
>> > Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> > ---
>> >  .../xorg-xserver/xserver-xorg/crosscompile.patch   | 22 --------
>> >  .../xserver-xorg/mips64-compiler.patch             | 29 ----------
>> >  .../xorg-xserver/xserver-xorg/present-module.patch | 66 ----------------------
>> >  ...erver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} |  9 +--
>> >  4 files changed, 3 insertions(+), 123 deletions(-)
>> >  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch
>> >  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch
>> >  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/present-module.patch
>> >  rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} (75%)
>>
>> Whilst I haven't 100% confirmed it:
>>
>> https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/96
>> https://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/95
>> https://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/95
>> https://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/94
>> https://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/95
>>
>> all look like it may well be as a result of this change (which was
>> included in the master-next build in question). This change will be
>> delayed merging until we figure out if this patch is responsible and how
>> to fix whatever the cause is. Obviously any help in doing that is much
>> appreciated.
>
> It is 100% confirmed now, with the patch reverted there was a green
> build.
>
> Cheers,
>
> Richard
>
Will look into this this week

Andreas


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 1/2] midori: update to 0.5.8
  2014-11-07  7:52 ` [PATCH 1/2] midori: update to 0.5.8 Andreas Müller
@ 2014-11-13 18:14   ` Burton, Ross
  2014-11-14  8:53     ` Andreas Müller
  0 siblings, 1 reply; 11+ messages in thread
From: Burton, Ross @ 2014-11-13 18:14 UTC (permalink / raw)
  To: Andreas Müller; +Cc: OE-core

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

Hi Andreas,

On 7 November 2014 07:52, Andreas Müller <schnitzeltony@googlemail.com>
wrote:

> +SRC_URI = "
> http://www.midori-browser.org/downloads/${BPN}_${PV}_all_.tar.bz2 \
>

ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
http://www.midori-browser.org/downloads/midori_0.5.8_all_.tar.bz2:
2014-11-13 18:07:07 ERROR 404: Not Found.

+S = "${WORKDIR}"
>

This is... worrying.  If the tarball doesn't extract into a folder, please
use the subdir parameter in SRC_URI to put it into one.

Ross

[-- Attachment #2: Type: text/html, Size: 1515 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 1/2] midori: update to 0.5.8
  2014-11-13 18:14   ` Burton, Ross
@ 2014-11-14  8:53     ` Andreas Müller
  2014-11-14 11:05       ` Burton, Ross
  0 siblings, 1 reply; 11+ messages in thread
From: Andreas Müller @ 2014-11-14  8:53 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

Hi Ross,

The xserever & midori series I has not the most promising start :)

On Thu, Nov 13, 2014 at 7:14 PM, Burton, Ross <ross.burton@intel.com> wrote:
> Hi Andreas,
>
> On 7 November 2014 07:52, Andreas Müller <schnitzeltony@googlemail.com>
> wrote:
>>
>> +SRC_URI =
>> "http://www.midori-browser.org/downloads/${BPN}_${PV}_all_.tar.bz2 \
>
>
> ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
> http://www.midori-browser.org/downloads/midori_0.5.8_all_.tar.bz2:
> 2014-11-13 18:07:07 ERROR 404: Not Found.
>
>> +S = "${WORKDIR}"
I checked: Now 0.5.9 is out and 0.5.8 location is gone. I will ask for
some permanent archive.
>
>
> This is... worrying.  If the tarball doesn't extract into a folder, please
> use the subdir parameter in SRC_URI to put it into one.
Right - will fix that in V2

Andreas


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 1/2] midori: update to 0.5.8
  2014-11-14  8:53     ` Andreas Müller
@ 2014-11-14 11:05       ` Burton, Ross
  0 siblings, 0 replies; 11+ messages in thread
From: Burton, Ross @ 2014-11-14 11:05 UTC (permalink / raw)
  To: Andreas Müller; +Cc: OE-core

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

On 14 November 2014 08:53, Andreas Müller <schnitzeltony@googlemail.com>
wrote:

> The xserever & midori series I has not the most promising start :)
>

It's amazing how often something works when tested on your own machine, but
when thrown at the autobuilder a week later all hell can break loose! ;)

Ross

[-- Attachment #2: Type: text/html, Size: 740 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/2] xserver-xorg: update to 1.16.1
  2014-11-10  8:32       ` Andreas Müller
@ 2014-11-19  9:00         ` Andreas Müller
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Müller @ 2014-11-19  9:00 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

On Mon, Nov 10, 2014 at 9:32 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> On Sun, Nov 9, 2014 at 11:27 AM, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
>> On Sat, 2014-11-08 at 14:47 +0000, Richard Purdie wrote:
>>> On Fri, 2014-11-07 at 08:52 +0100, Andreas Müller wrote:
>>> > * first version supporting rootless X (not tested yet)
>>> > * modesetting working for non PCI gpus (tested on gumstix overo)
>>> >
>>> > Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>>> > ---
>>> >  .../xorg-xserver/xserver-xorg/crosscompile.patch   | 22 --------
>>> >  .../xserver-xorg/mips64-compiler.patch             | 29 ----------
>>> >  .../xorg-xserver/xserver-xorg/present-module.patch | 66 ----------------------
>>> >  ...erver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} |  9 +--
>>> >  4 files changed, 3 insertions(+), 123 deletions(-)
>>> >  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch
>>> >  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/mips64-compiler.patch
>>> >  delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/present-module.patch
>>> >  rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.1.bb => xserver-xorg_1.16.1.bb} (75%)
>>>
>>> Whilst I haven't 100% confirmed it:
>>>
>>> https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/96
>>> https://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/95
>>> https://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/95
>>> https://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/94
>>> https://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/95
>>>
>>> all look like it may well be as a result of this change (which was
>>> included in the master-next build in question). This change will be
>>> delayed merging until we figure out if this patch is responsible and how
>>> to fix whatever the cause is. Obviously any help in doing that is much
>>> appreciated.
>>
>> It is 100% confirmed now, with the patch reverted there was a green
>> build.
>>
>> Cheers,
>>
>> Richard
>>
> Will look into this this week
>
'This week' is over and I don't find the time to look into this (and
my boss would kill me if I do) - sorry. So if somebody else wants to
take care - feel free.

Andreas


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-11-19  9:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07  7:52 [PATCH 0/2] update xserver-xorg & midori Andreas Müller
2014-11-07  7:52 ` [PATCH 1/2] midori: update to 0.5.8 Andreas Müller
2014-11-13 18:14   ` Burton, Ross
2014-11-14  8:53     ` Andreas Müller
2014-11-14 11:05       ` Burton, Ross
2014-11-07  7:52 ` [PATCH 2/2] xserver-xorg: update to 1.16.1 Andreas Müller
2014-11-07 12:16   ` Burton, Ross
2014-11-08 14:47   ` Richard Purdie
2014-11-09 10:27     ` Richard Purdie
2014-11-10  8:32       ` Andreas Müller
2014-11-19  9:00         ` Andreas Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox