[OE-core] [PATCH 2/9] python-setuptools: Upgrade to 22.0.5

2016-06-07 Thread Alejandro Hernandez
Source location changed on pypi, this must be changed on all other recipes as well, License also changed to MIT Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-setuptools.inc | 10 +-

[OE-core] [PATCH 8/9] python-scons: Upgrade from 2.4.1 to 2.5.0

2016-06-07 Thread Alejandro Hernandez
Upgrades both python-scons and python-scons-native to 2.5.0, also fixes a runtime dependency issue when calling scons Signed-off-by: Alejandro Hernandez --- ...ative_2.4.1.bb => python-scons-native_2.5.0.bb} | 0

[OE-core] [PATCH 9/9] python3-pip: Upgrade from 8.0.0 to 8.1.2

2016-06-07 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez --- .../python/{python3-pip_8.0.0.bb => python3-pip_8.1.2.bb}| 9 - 1 file changed, 4 insertions(+), 5 deletions(-) rename meta/recipes-devtools/python/{python3-pip_8.0.0.bb => python3-pip_8.1.2.bb} (83%)

[OE-core] [PATCH 7/9] python3-pygobject: Upgrade from 3.18.2 to 3.21.0

2016-06-07 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez --- .../{python3-pygobject_3.18.2.bb => python3-pygobject_3.21.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pygobject_3.18.2.bb =>

[OE-core] [PATCH 6/9] python-pexpect: Upgrade from 4.0.1 to 4.1.0

2016-06-07 Thread Alejandro Hernandez
Fixes source location, uses setuptools instead of distutils Adds python-ptyprocess package, since it is now a runtime dependency for python-pexpect Signed-off-by: Alejandro Hernandez --- ...hon-pexpect_4.0.1.bb => python-pexpect_4.1.0.bb} | 11 +++

[OE-core] [PATCH 5/9] python-numpy: Upgrade from 1.10.4 to 1.11.0

2016-06-07 Thread Alejandro Hernandez
Upgrades python-numpy and python3-numpy to 1.11.0, Drops using distutils class, to use setuptools class instead, this fixes a problem where after compilation the package was created as an egg, see YOCTO #8673 Fixes source location for both packages and also adds a new patch to fix the shebang on

[OE-core] [PATCH 4/9] python-mako: Upgrade python-mako and python3-mako to 1.0.4

2016-06-07 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-mako.inc | 15 ++ .../{python-mako_1.0.3.bb => python-mako_1.0.4.bb} | 15 +- meta/recipes-devtools/python/python3-mako_1.0.3.bb | 24

[OE-core] [PATCH 3/9] python-git: Upgrade from 1.0.2 to 2.0.5

2016-06-07 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-git.inc | 6 +++--- .../python/{python-git_1.0.2.bb => python-git_2.0.5.bb} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 1/9] eudev: upgrade to 3.2

2016-06-07 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez --- meta/recipes-core/udev/{eudev_3.1.5.bb => eudev_3.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/udev/{eudev_3.1.5.bb => eudev_3.2.bb} (96%) diff --git

Re: [OE-core] [PATCH] oe-pkgdata-util: new option to provide full info for binary package(s)

2016-06-07 Thread Christopher Larson
On Tue, Jun 7, 2016 at 2:06 PM, Paul Eggleton wrote: > > +for pkg in packages: > > +items.append(("%s %s%s%s %s %s%s%s %s" % ( > > +pkg, > > +mappings[pkg]['PKGE'] + ":" if mappings[pkg]['PKGE'] else > "", > > +

[OE-core] [PATCH] qemu-native: set ld.bfd, fix cflags, and set some environment vars

2016-06-07 Thread Stephen Arnold
The main thing is build failures with gold linker, but qemu is also a little too aggressive at finding random tools on the build host, so we also set the build env for qemu-native and make sure it doesn't reset its own (hard-coded) cflags when we don't want it to. Signed-off-by: Stephen Arnold

Re: [OE-core] [PATCH v1] unzip: fix security issues

2016-06-07 Thread Plauchu Edwin
Ping! On 30/05/16 10:37, Plauchu Edwin wrote: Ping! On 27/05/16 15:29, Edwin Plauchu wrote: From: Edwin Plauchu This patch avoids unzip fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat

Re: [OE-core] [PATCH] oe-pkgdata-util: new option to provide full info for binary package(s)

2016-06-07 Thread Paul Eggleton
Hi Sasha, Functionality wise this looks good. On Mon, 06 Jun 2016 00:44:29 Alexander D. Kanevskiy wrote: > New option can be used for displaying full information about binary > package(s), including name, full version, recipe name, recipe full version > and package size. > > This information

Re: [OE-core] [PATCH] image: add mechanism to run QA checks on the image once it's built

2016-06-07 Thread Joshua G Lock
On Tue, 2016-06-07 at 17:59 +0100, Richard Purdie wrote: > On Tue, 2016-06-07 at 15:50 +0100, Joshua Lock wrote: > > Add a mechanism to run QA checks on a constructed image once it's > > complete. All checks will be run with any one failure resulting in > > a failed build. > > How is that

Re: [OE-core] [PATCH] image: add mechanism to run QA checks on the image once it's built

2016-06-07 Thread Joshua G Lock
On Tue, 2016-06-07 at 08:48 -0700, Christopher Larson wrote: On Tue, Jun 7, 2016 at 7:50 AM, Joshua Lock wrote: > Add a mechanism to run QA checks on a constructed image once it's> > complete. All checks will be run with any one failure resulting in> > a failed

[OE-core] [PATCH] runqemu-internal: Update the qemuzynq boot options

2016-06-07 Thread Alistair Francis
The current qemuzynq options were causing QEMU to exit instead of booting as the QEMU Zynq-7000 machine does not have virtio or display devices. Signed-off-by: Alistair Francis Reported-by: Arno --- scripts/runqemu-internal | 3 ++- 1 file changed, 2

Re: [OE-core] [PATCH] image: add mechanism to run QA checks on the image once it's built

2016-06-07 Thread Richard Purdie
On Tue, 2016-06-07 at 15:50 +0100, Joshua Lock wrote: > Add a mechanism to run QA checks on a constructed image once it's > complete. All checks will be run with any one failure resulting in > a failed build. How is that different to the testimage class (which tests images after they're built)?

Re: [OE-core] [PATCH] image: add mechanism to run QA checks on the image once it's built

2016-06-07 Thread Christopher Larson
On Tue, Jun 7, 2016 at 7:50 AM, Joshua Lock wrote: > Add a mechanism to run QA checks on a constructed image once it's > complete. All checks will be run with any one failure resulting in > a failed build. > > QA checks should be bitbake functions which throw a >

[OE-core] [PATCH] image: add mechanism to run QA checks on the image once it's built

2016-06-07 Thread Joshua Lock
Add a mechanism to run QA checks on a constructed image once it's complete. All checks will be run with any one failure resulting in a failed build. QA checks should be bitbake functions which throw a NotImplementedError when the check QA fails, with any error messages passed to the exception.

Re: [OE-core] [yocto] [psplash][PATCH v2 2/2] Add --fbdev option to psplash like --rotation.

2016-06-07 Thread Julien Gueytat
The patch for the application of this has been sent previously on openembedded-core@lists.openembedded.org mailing list. Mail Subject: [OE-core] [psplash][PATCH] Add --fbdev option to psplash like --rotation. Date: 22/05/2016 Best Regards, and have a great day! Le 05/06/2016 23:15, Burton,

[OE-core] [PATCH v3 2/4] image creation: support converting masked types

2016-06-07 Thread Ed Bartosh
From: Patrick Ohly Conversion to vmdk/vdi/qcow2 is also useful for other base images types, not just for .hdddirect. This can be achieved by definining them as conversion commands and relying on the conversion chaining to convert arbitrary base images. For this to work

[OE-core] [PATCH v3 3/4] image.bbclass: rename COMPRESS(ION) to CONVERSION

2016-06-07 Thread Ed Bartosh
From: Patrick Ohly With the enhanced functionality, the term "compression" is no longer accurate, because the mechanism also gets used for conversion operations that do not actually compress data. It is possible to remove this naming problem in a backward-compatible

[OE-core] [PATCH v3 4/4] image.bbclass: prefer specialized image creation methods over chaining

2016-06-07 Thread Ed Bartosh
From: Patrick Ohly If a certain image type can be created both by applying conversion commands to a base type as well as via a specialized command (like a fictious IMAGE_CMD_ext4.xz, or some dedicated task, as indicated by IMAGE_TYPES_MASKED = ext4.xz), then pick the more

[OE-core] [PATCH v3 1/4] image.bbclass: fix dependency calculation when using conversion chaining

2016-06-07 Thread Ed Bartosh
From: Patrick Ohly When using conversion chaining (for example example: .dsk.vdi.xz), the imagetypes_getdepends() did not properly detect all compression commands (thus skipping the corresponding COMPRESS_DEPENDS) and the base type, leading to missing dependencies of the

[OE-core] [PATCH v3 0/4] image creation improvements

2016-06-07 Thread Ed Bartosh
Hi, This patchset contains various improvements for the image creation functionality made by Patchick Ohly during his work on bug #9076: - fixed dependency calculation for conversion chaining - renamed COMPRESSION variables to CONVERSION as the term "compression" is no longer accurate -

Re: [OE-core] [PATCH] smartpm: Don't ignore error if RPM transaction fails without problems

2016-06-07 Thread Herve Jourdain
Hi Daniel, I've just met a problem linked to that patch... Indeed, it appears that your modifications make the original patch work as intended: check if there are problems like RPMPROB_NEW_FILE_CONFLICT or RPMPROB_FILE_CONFLICT, then remove the packages from the list of packages to apply (because

Re: [OE-core] [PATCH 33/37] matchbox-desktop-sato: Upgrade to remove Utilities folder

2016-06-07 Thread alexander . kanavin
> This version merges Utilities into Applications to make the common > case a little more useful: Now e.g. Terminal icon should be visible > on startup. > -SRCREV = "810b0b08eb79e4685202da2ec347b990bb467e07" > +SRCREV = "4a02b6408565f083802592f152e05dee9b40e05b" > PV = "0.1+git${SRCPV}" > -PR =

Re: [OE-core] [PATCH 09/37] matchbox-keyboard: Enable GTK+3 IM module

2016-06-07 Thread alexander . kanavin
> * Build GTK+3 im module (and no GTK+2 by default) > * Fix FILES for this case The upstream needs a version tag, used as PV in the recipe. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 12/37] connman-gnome: Add patch to port to Gtk+3

2016-06-07 Thread alexander . kanavin
> Upstream is not really active anymore: patch the Gtk+3 upgrade > in for now (long term solution is to change to another UI). This should be squashed with 08/37. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] oe-pkgdata-util: fix AttributeError

2016-06-07 Thread Ed Bartosh
The default arparse behaviour in Python 2 and early versions of Python 3 was to print usage message if no subcommands provided by user. In Python >= 3.2.3 subparser has to have attribute 'required' set to True to behave similar way. By default subparser.required attribute is set to False, usage

[OE-core] [PATCH 37/37] gtk-engines: Remove as unused

2016-06-07 Thread Jussi Kukkonen
gtk-engines is no longer used by any theme in oe-core Signed-off-by: Jussi Kukkonen --- .../gtk-engines/gtk-engines-2.20.2/glib-2.32.patch | 23 - .../gtk-engines-2.20.2/substitute-tests.patch | 37 --- .../gtk-engines/gtk-engines_2.20.2.bb

[OE-core] [PATCH 36/37] sato-icon-theme: remove as unused

2016-06-07 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../0001-Inherit-the-GNOME-icon-theme.patch| 31 - .../sato-icon-theme/sato-icon-theme_0.4.1.bb | 40 -- 2 files changed, 71 deletions(-) delete mode 100644

[OE-core] [PATCH 30/37] gtk+3: Add RRECOMMENDS to match gtk+

2016-06-07 Thread Jussi Kukkonen
Rrecommend a similar set of packages as the gtk+ recipe. Most importantly this actually makes icons render even when other packages do not drag in the relevant gdkpixbuf loaders. Signed-off-by: Jussi Kukkonen --- meta/recipes-gnome/gtk+/gtk+3.inc | 17

[OE-core] [PATCH 35/37] gtk-sato-engine: Remove as unused

2016-06-07 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/gtk-engines/gtk-sato-engine.inc | 25 -- .../gtk-engines/gtk-sato-engine_git.bb | 14 2 files changed, 39 deletions(-) delete mode 100644

[OE-core] [PATCH 32/37] matchbox-session-sato: Update session startup

2016-06-07 Thread Jussi Kukkonen
* Use Adwaita Gtk+ theme * sato-gtk-engine is no longer needed with Adwaita * GTK_CSD tricks are no longer needed since the panel does not draw on top windows * Add meta-theme index file: it used to be provided by gtk-sato-engine and is used by matchbox-config-gtk only (to be able to show a

[OE-core] [PATCH 33/37] matchbox-desktop-sato: Upgrade to remove Utilities folder

2016-06-07 Thread Jussi Kukkonen
This version merges Utilities into Applications to make the common case a little more useful: Now e.g. Terminal icon should be visible on startup. Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb | 3 +-- 1 file

[OE-core] [PATCH 34/37] packagegroup-self-hosted: Remove unused theme, use Adwaita icons

2016-06-07 Thread Jussi Kukkonen
GTK+3 default theme is included in GTK+3. The corresponding GTK+2 theme would be in gnome-theme-adwaita, but the packagegroup does not have GTK+2 apps anymore. Also move icons to -graphics package. Signed-off-by: Jussi Kukkonen ---

[OE-core] [PATCH 29/37] sysprof: Upgrade to git version slightly past 3.20

2016-06-07 Thread Jussi Kukkonen
New version uses Gtk+3. 3.20 release requires a bunch of fixes to build without polkit, this git revision inclues those fixes. Signed-off-by: Jussi Kukkonen --- .../sysprof/files/0001-Avoid-building-docs.patch | 42 ++

[OE-core] [PATCH 28/37] avahi-ui: Build with Gtk+3

2016-06-07 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb index

[OE-core] [PATCH 31/37] adwaita-icon-theme: Split symbolic icons into 2 packages

2016-06-07 Thread Jussi Kukkonen
Symbolic icons are tiny but there's a lot of them and they actually take multiple times their apparent size on a typical filesystem. Split the symbolic icons: adwaita-icon-theme-symbolic contains the icon sizes that seem to be typically used by GTK+ and applications (16x16 & 24x24). Other sizes

[OE-core] [PATCH 20/37] leafpad: Replace with L3afpad

2016-06-07 Thread Jussi Kukkonen
L3afpad is a GTK+3 fork of leafpad. Signed-off-by: Jussi Kukkonen --- .../packagegroups/packagegroup-self-hosted.bb | 2 +- .../builder/files/builder_session.sh | 4 +- meta/recipes-sato/l3afpad/l3afpad_git.bb | 23 ++

[OE-core] [PATCH 15/37] puzzles: Use Gtk+3 by default

2016-06-07 Thread Jussi Kukkonen
Also split the puzzles into two packages (just like the old oh-puzzles). Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/puzzles/puzzles_git.bb | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 19/37] distcc: Disable GTK UI by default

2016-06-07 Thread Jussi Kukkonen
In the effort to drop GTK+2 from typical images, disable distcc GUI by default. distccmon-text is still available. Signed-off-by: Jussi Kukkonen --- meta/recipes-devtools/distcc/distcc_3.2.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

[OE-core] [PATCH 21/37] gtk-immodules-cache: Support both GTKs at same time

2016-06-07 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/classes/gtk-immodules-cache.bbclass | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/classes/gtk-immodules-cache.bbclass b/meta/classes/gtk-immodules-cache.bbclass index c099cd3..3a4634c 100644 ---

[OE-core] [PATCH 17/37] gst-player: Start building with Gtk+3

2016-06-07 Thread Jussi Kukkonen
Drop the patch that added gtk+2 support. Use an icon that is found in adwaita icon theme. Signed-off-by: Jussi Kukkonen --- .../gstreamer/gst-player/gst-player.desktop| 2 +- .../gstreamer/gst-player/gtk2.patch| 71 --

[OE-core] [PATCH 11/37] vte: Upgrade to 0.44.1

2016-06-07 Thread Jussi Kukkonen
* License change LGPL 2.0 -> LGPL 2.1+ * vte-termcap is no more * API break: current version seems to be parallel installable with old one, but I did not opt for that. Signed-off-by: Jussi Kukkonen --- .../vte/vte-0.28.2/cve-2012-2738.patch | 136

[OE-core] [PATCH 18/37] matchbox-config-gtk: Upgrade to 0.2

2016-06-07 Thread Jussi Kukkonen
New version supports Gtk+3. Rebase the patch. Signed-off-by: Jussi Kukkonen --- .../matchbox-config-gtk/files/no-handed.patch | 26 +- ...onfig-gtk_git.bb => matchbox-config-gtk_0.2.bb} | 11 + 2 files changed, 20 insertions(+), 17

[OE-core] [PATCH 13/37] matchbox-terminal: Upgrade to 0.1

2016-06-07 Thread Jussi Kukkonen
New version uses Gtk+3 and a more modern Vte. Signed-off-by: Jussi Kukkonen --- .../{matchbox-terminal_git.bb => matchbox-terminal_0.1.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename

[OE-core] [PATCH 12/37] connman-gnome: Add patch to port to Gtk+3

2016-06-07 Thread Jussi Kukkonen
Upstream is not really active anymore: patch the Gtk+3 upgrade in for now (long term solution is to change to another UI). Signed-off-by: Jussi Kukkonen --- .../connman/connman-gnome/0001-Port-to-Gtk3.patch | 277 + .../connman/connman-gnome_0.7.bb

[OE-core] [PATCH 16/37] oh-puzzles: Remove as we're using puzzles now

2016-06-07 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../puzzles/files/oh-puzzles-owl-menu.patch| 203 - meta/recipes-sato/puzzles/oh-puzzles_git.bb| 73 2 files changed, 276 deletions(-) delete mode 100644

[OE-core] [PATCH 09/37] matchbox-keyboard: Enable GTK+3 IM module

2016-06-07 Thread Jussi Kukkonen
* Build GTK+3 im module (and no GTK+2 by default) * Fix FILES for this case Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 07/37] matchbox-wm: Upgrade to 1.2.1

2016-06-07 Thread Jussi Kukkonen
New version does not change MBWM theme when the Gtk+ theme is changed using Net/ThemeName X property. Signed-off-by: Jussi Kukkonen --- .../matchbox-wm/{matchbox-wm_git.bb => matchbox-wm_1.2.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[OE-core] [PATCH 27/37] webkitgtk: Disable Gtk2 plugin process by default

2016-06-07 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb index 9a2387e..7b5a365 100644 ---

[OE-core] [PATCH 14/37] packagegroup-core-x11-sato: Use puzzles instead of oh-puzzles

2016-06-07 Thread Jussi Kukkonen
puzzles has Gtk+3 support, let's use that instead of the oh fork. Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 10/37] packagegroup-core-x11: Use adwaita icons instead of sato

2016-06-07 Thread Jussi Kukkonen
Adwaita icon set is significantly more extensive (8MB vs 2MB). However, as pcmanfm already rrecommends adwaita-icon-theme, this change actually makes typical packagegroup-core-x11 smaller as a whole since sato-icon-theme is no longer required. Signed-off-by: Jussi Kukkonen

[OE-core] [PATCH 08/37] connman-gnome: Add patch to port to Gtk+3

2016-06-07 Thread Jussi Kukkonen
Upstream is not really active anymore: patch the Gtk+3 upgrade in for now (long term solution is to change to another UI). Signed-off-by: Jussi Kukkonen --- .../connman/connman-gnome_0.7.bb | 3 +- .../connman/connman/0001-Port-to-Gtk3.patch

[OE-core] [PATCH 04/37] matchbox-panel-2: Upgrade to 2.10

2016-06-07 Thread Jussi Kukkonen
* Changes in 2.10: - Port to GTK3, avoid all deprecated API - Add --mode for easier testing * Remove a backported patch. * License checksum changes because copyright years change Signed-off-by: Jussi Kukkonen --- .../matchbox-panel-2/files/silence-warnings.patch

[OE-core] [PATCH 06/37] settings-daemon: Upgrade to 0.0.2

2016-06-07 Thread Jussi Kukkonen
* New versions builds with gdk-x11-3.0 and supports gconf key "matchbox_theme". * Remove patch that's already upstream. Signed-off-by: Jussi Kukkonen --- .../files/dso_linking_change_build_fix.patch | 31 -- ...ings-daemon_git.bb =>

[OE-core] [PATCH 26/37] gtk+: RRECOMMEND adwaita theme

2016-06-07 Thread Jussi Kukkonen
Without this a gtk+2 app appended to an image is going to look awful. Signed-off-by: Jussi Kukkonen --- meta/recipes-gnome/gtk+/gtk+.inc | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+.inc

[OE-core] [PATCH 05/37] sato-screenshot: Upgrade to 0.2

2016-06-07 Thread Jussi Kukkonen
New version supports Gtk+3. Signed-off-by: Jussi Kukkonen --- .../{sato-screenshot_git.bb => sato-screenshot_0.2.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-sato/sato-screenshot/{sato-screenshot_git.bb =>

[OE-core] [PATCH 25/37] packagegroup-core-x11-sato: Remove gtk-sato-engine

2016-06-07 Thread Jussi Kukkonen
The theme engine is no longer needed with GTK+3. Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb

[OE-core] [PATCH 24/37] libowl: Remove as unused

2016-06-07 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/libowl/libowl_git.bb | 23 --- 1 file changed, 23 deletions(-) delete mode 100644 meta/recipes-sato/libowl/libowl_git.bb diff --git a/meta/recipes-sato/libowl/libowl_git.bb

[OE-core] [PATCH 22/37] pcmanfm: switch to GTK3 version

2016-06-07 Thread Jussi Kukkonen
From: "Maxin B. John" Build GTK3 version of pcmanfm. Signed-off-by: Maxin B. John Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[OE-core] [PATCH 02/37] matchbox-theme-sato: Upgrade to 0.2

2016-06-07 Thread Jussi Kukkonen
New theme is tries to be more compatible with Adwaita: titlebar is thinner, colors are mostly uniform gray instead of green. Signed-off-by: Jussi Kukkonen --- .../matchbox-theme-sato/matchbox-theme-sato_0.1.bb | 8

[OE-core] [PATCH 03/37] matchbox-desktop: Ugrade to 2.1

2016-06-07 Thread Jussi Kukkonen
Changes since 2.0 * Ported to GTK+3 * Removed deprecated API use, started using new GTK+ features like FlowBox instead of custom code * Added --mode for easier debugging One of the LIC_FILES_CHKSUM files was removed upstream. Signed-off-by: Jussi Kukkonen ---

[OE-core] [PATCH 23/37] libfm: switch to GTK3 version

2016-06-07 Thread Jussi Kukkonen
From: "Maxin B. John" Build GTK3 version of libfm. Signed-off-by: Maxin B. John Signed-off-by: Jussi Kukkonen --- meta/recipes-support/libfm/libfm_1.2.4.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH 01/37] gnome-themes-standard: Add new GTK+2 theme

2016-06-07 Thread Jussi Kukkonen
This is useful as it matches the default GTK+3 theme well. Only the Adwaita theme currently gets installed. Signed-off-by: Jussi Kukkonen --- .../gnome/gnome-themes-standard_3.18.0.bb | 37 ++ 1 file changed, 37 insertions(+) create mode

[OE-core] [PATCH 00/37] Port Sato to Gtk+3

2016-06-07 Thread Jussi Kukkonen
This patchset updates Sato desktop to Gtk+3. This means some work on matchbox-* components maintained on yp.org, quite a bit of integration work, and changes to other recipes to build with Gtk+3 instead of Gtk+2. It's not visually amazing but works in my tests so I think it's time to get it to

Re: [OE-core] [PATCH v2] u-boot: Update to 2016.05 release

2016-06-07 Thread Andrew Shadura
On 27/05/16 16:00, Otavio Salvador wrote: > On Fri, May 27, 2016 at 10:58 AM, Andrew Shadura > wrote: >> > Upgrade U-Boot to the latest upstream version. >> > Add a patch to unbreak build on some toolchains. >> > >> > Signed-off-by: Andrew Shadura

Re: [OE-core] [krogoth][PATCH] lib/oe/rootfs: Fix DEBUGFS generation, without openssl

2016-06-07 Thread Anders Darander
Hi, * akuster808 [160523 07:29]: > On 05/22/2016 10:03 PM, Anders Darander wrote: > > In commit 20ea6d274bb0a9a5addb111f32793de49b907865, debugfs generation > > for images using opkg, which included openssl was fixed. > > However, that broke the generation of the