Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Fix do_image_rpi_sdimg tashhash mismatch

2016-05-03 Thread Petter Mabäcker
2016-04-29 03:57 skrev Jonathan Liu: > IMAGE_CMD_rpi-sdimg() uses the IMAGEDATESTAMP variable, so the taskhash > of the function keeps changing. This results in a taskhash mismatch > error. > > Fix this by excluding the IMAGEDATESTAMP variable from the checksum. > > Change-Id: Ie6f30ad29e279

Re: [yocto] Build toolchain only (crosstools substitute?)

2016-05-03 Thread Paul Eggleton
I'm pretty sure you can do that, yes. Cheers, Paul On Tue, 03 May 2016 08:58:12 Michael Habibi wrote: > If I needed to modify glibc or gcc build options (hypothetically speaking, > to turn on profiling or debug), I assume I can do that with bbappends and > the like? > > Thanks Paul > > On Mon,

[yocto] [yocto-autobuilder][PATCH 2/2] bin/release_scripts/release.py

2016-05-03 Thread Graydon, Tracy
Remove the step for syncing the staged release to downloads directory. We pretty much NEVER do the sync to downloads at the time we do staging. Sync happens much later, as a separate process. We don't need this in the release script. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.

[yocto] [yocto-autobuilder][PATCH 1/2] bin/release_scripts/release.py

2016-05-03 Thread Graydon, Tracy
Fixed the path for the publishing of the eclipse plugins. They were going to the wrong subdirectory under downloads. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/release_scripts/release.py b/bin/rele

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, May 3, 2016 8:00 AM US Pacific Time

2016-05-03 Thread Brian Avery
Hi, The question about number of machines we currently have from (Armin ?) made me wonder. Here's toasters/layer indexes current view of machines. jethro - 226 krogath - 148 master - 310 I'll go ahead and attach the lists in case anyone is curious and it took a long sql statement to make them :).

[yocto] [PATCH 0/2] kernel-dev manual fixes, V2

2016-05-03 Thread Tom Zanussi
This is a fix for Yocto bug 9124, against yocto-docs/master. V2: Fix a typo in the commit message and update README update, as the cc: to the maintainer listed there bounced. The following changes since commit 0b9ee8da66ff81e0724465f18b0323f1216cb9fa: ref-manual: Added GObject Introspection to

[yocto] [PATCH v2 2/2] README: Add correct email for Yocto documentation maintainer

2016-05-03 Thread Tom Zanussi
The e-mail address the top-level README says to cc: is no longer valid; replace it with the same e-mail address found elsewhere in the repo. Signed-off-by: Tom Zanussi --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 4c3b257..bcd68c1 100644 ---

[yocto] [PATCH v2 1/2] kernel-dev: Fix the locations of .config and source directory

2016-05-03 Thread Tom Zanussi
The locations of the kernel .config file and source directory moved a couple releases ago; update the documentation accordingly. Also, add a note explaining how to expand variables, which serves a couple of purposes: * For curious readers, shows them how to demystify where these variables c

Re: [yocto] What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?

2016-05-03 Thread Nick Pongratz
And list of tags can be found here: http://git.yoctoproject.org/cgit/cgit.cgi/poky/refs/tags Nick Pongratz Singlewire Software On Tue, May 3, 2016 at 10:32 AM, Christopher Larson wrote: > > On Tue, May 3, 2016 at 3:31 PM, Mark T wrote: > >> Hi Christopher, >> >> Thanks. What is the command o

[yocto] [PATCH 1/1] kernel-dev: Fix the locations of .config and source directory

2016-05-03 Thread Tom Zanussi
The locations of the kernel .config file and source directory moved a couple releases ago; update the documentation accordingly. Also, add a note explaining how to expand variables, which serves a couple of purposes: * For curious readers, shows them how to demystify where these variables c

[yocto] [PATCH 0/1] kernel-dev manual fix

2016-05-03 Thread Tom Zanussi
This is a fix for Yocto bug 9124, against yocto-docs/master. The following changes since commit 0b9ee8da66ff81e0724465f18b0323f1216cb9fa: ref-manual: Added GObject Introspection to 2.1 migration section. (2016-04-20 07:27:43 -0700) are available in the git repository at: git://git.yoctopro

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, May 3, 2016 8:00 AM US Pacific Time

2016-05-03 Thread Jolley, Stephen K
Attendees: Joshua, Stephen, Sona, Armin, Richard, Mark, Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) *YP 2.1 was released. *YP 1.8.2 should build this week. *YP 2.0.2 should build in a couple of weeks. *YP 2.2

Re: [yocto] What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?

2016-05-03 Thread Mark T
Hi Christopher, Thanks. What is the command option to specify the tag and is there a list or tags available ? Cheers, Mark On 3 May 2016 at 16:23, Christopher Larson wrote: > > > On Tue, May 3, 2016 at 3:18 PM, Mark T wrote: > >> Hi, >> >> When we started working with Yocto we cloned via - >>

Re: [yocto] What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?

2016-05-03 Thread Christopher Larson
On Tue, May 3, 2016 at 3:31 PM, Mark T wrote: > Hi Christopher, > > Thanks. What is the command option to specify the tag and is there a list > or tags available ? > https://git-scm.com/book/en/v2 -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maint

Re: [yocto] What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?

2016-05-03 Thread Christopher Larson
On Tue, May 3, 2016 at 3:18 PM, Mark T wrote: > Hi, > > When we started working with Yocto we cloned via - > > git clone -b jethro git://git.yoctoproject.org/poky.git mydir/ > cd mydir > git clone git://git.yoctoproject.org/meta-intel -b jethro > > If we do the same a month or so later do we get

[yocto] What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?

2016-05-03 Thread Mark T
Hi, When we started working with Yocto we cloned via - git clone -b jethro git://git.yoctoproject.org/poky.git mydir/ cd mydir git clone git://git.yoctoproject.org/meta-intel -b jethro If we do the same a month or so later do we get the same version ? we suspect not the distro version has chan

Re: [yocto] Build toolchain only (crosstools substitute?)

2016-05-03 Thread Michael Habibi
If I needed to modify glibc or gcc build options (hypothetically speaking, to turn on profiling or debug), I assume I can do that with bbappends and the like? Thanks Paul On Mon, May 2, 2016 at 11:51 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > Hi Michael, > > On Mon, 02 May 2016

[yocto] [matchbox-desktop-2][PATCH 2/2] TakuIconTile: Avoid deprecated icon API

2016-05-03 Thread Jussi Kukkonen
Don't use a named icon size: that is no longer supported. Instead add style property "taku-icon-size" to TakuIconTile and use that. --- libtaku/taku-icon-tile.c | 24 +++- libtaku/taku-launcher-tile.c | 32 +--- libtaku/taku-menu-desktop.c | 8

[yocto] [matchbox-desktop-2][PATCH 1/2] TakuCategoryBar: Avoid deprecated API

2016-05-03 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- src/taku-category-bar.c | 27 ++- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/taku-category-bar.c b/src/taku-category-bar.c index 93bda61..5900d54 100644 --- a/src/taku-category-bar.c +++ b/src/taku-category-bar.c @@

[yocto] [matchbox-desktop-2][PATCH 0/2] More Gtk+3 fixes

2016-05-03 Thread Jussi Kukkonen
Two patches more on top of the 16 patch set earlier: these fix the last deprecation warnings (with GTK 3.20). I've pushed these into the same branch and have nothing more planned for matchbox-desktop-2. Jussi The following changes since commit 606344f8b1652bcc3d369911990cf5bc46a16ab6: Don't s

[yocto] [pseudo][PATCH] Add capset pseudo function that always succeeds

2016-05-03 Thread George McCollister
The setcap utility supplied by libcap is used to set capabilities on a file. Before setting a file's capabilities with cap_set_file() (which uses setxattr()) it calls cap_set_flag(mycaps, CAP_EFFECTIVE, 1, &capflag, CAP_SET). cap_set_flag() uses the capset syscall to raise the process' effective ca

[yocto] [matchbox-panel-2][PATCH 25/25] windowselector: Port to ScalingImage2

2016-05-03 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- applets/windowselector/windowselector.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applets/windowselector/windowselector.c b/applets/windowselector/windowselector.c index 9c1dadf..d269355 100644 --- a/applets/windowselector/windowsel

[yocto] [matchbox-panel-2][PATCH 24/25] mb-panel: size request needs to be set before realize

2016-05-03 Thread Jussi Kukkonen
GtkWindow will default to 200 height on realize unless we request otherwise before that. On the other hand, struts can only be set after the window has been realized. Signed-off-by: Jussi Kukkonen --- matchbox-panel/mb-panel.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff

[yocto] [matchbox-panel-2][PATCH 23/25] Draw systray icons in their actual locations

2016-05-03 Thread Jussi Kukkonen
Cairo context is now in widget-relative coordinates instead of window-relative: undo that transform so the icon draw code actually draws inside the window. Signed-off-by: Jussi Kukkonen --- applets/systray/na-tray.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applets/systray/na-tray.c

[yocto] [matchbox-panel-2][PATCH 22/25] Update .pc-file to require Gtk+-3.0

2016-05-03 Thread Jussi Kukkonen
--- matchbox-panel.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchbox-panel.pc.in b/matchbox-panel.pc.in index dc0a75c..90374b7 100644 --- a/matchbox-panel.pc.in +++ b/matchbox-panel.pc.in @@ -8,4 +8,4 @@ Name: matchbox-panel Description: Simple GTK+ based panel V

[yocto] [matchbox-panel-2][PATCH 21/25] Don't use deprecated GtkMisc

2016-05-03 Thread Jussi Kukkonen
These changes should not affect fucntionality Signed-off-by: Jussi Kukkonen --- applets/notify/mb-notification.c | 2 +- applets/systray/fixedtip.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/applets/notify/mb-notification.c b/applets/notify/mb-notification.c index

[yocto] [matchbox-panel-2][PATCH 19/25] showdesktop: port to use scaling-image2

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- applets/showdesktop/showdesktop.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/applets/showdesktop/showdesktop.c b/applets/showdesktop/showdesktop.c index e40ebc3..14f9d96 100644 --- a/applets/showdesktop/showdesktop.c +++ b/applets/sh

[yocto] [matchbox-panel-2][PATCH 20/25] Fix a crash on startup

2016-05-03 Thread Jussi Kukkonen
--- matchbox-panel/mb-panel-scaling-image2.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/matchbox-panel/mb-panel-scaling-image2.c b/matchbox-panel/mb-panel-scaling-image2.c index 5692ce1..8cdc3a1 100644 --- a/matchbox-panel/mb-panel-scaling-image2.c +++ b/matchbox-pa

[yocto] [matchbox-panel-2][PATCH 17/25] scaling-image2: revised and slimmer scaling image implementation

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton No caching, but it's lighter and doesn't misbehave (i.e. size-allocate loop). --- matchbox-panel/Makefile.am | 4 +- matchbox-panel/mb-panel-scaling-image2.c | 449 +++ matchbox-panel/mb-panel-scaling-image2.h | 64 + 3 files cha

[yocto] [matchbox-panel-2][PATCH 18/25] applets: add scaling-image2 to the test harness

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- applets/Makefile.applets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applets/Makefile.applets b/applets/Makefile.applets index 9538818..1fff4ff 100644 --- a/applets/Makefile.applets +++ b/applets/Makefile.applets @@ -9,5 +9,6 @@ appletdir = $(pkgli

[yocto] [matchbox-panel-2][PATCH 16/25] mb-panel: replace --titlebar with --mode

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --mode supports: "dock" (usual panel behaviour) "titlebar" (embed into Matchbox titlebar, not funtional at present) "window" (normal window, for testing) --- matchbox-panel/mb-panel.c | 61 +++ 1 file changed, 46 insertions(+), 15 de

[yocto] [matchbox-panel-2][PATCH 15/25] mb-panel: allow resizing, but hide the grip

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- matchbox-panel/mb-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchbox-panel/mb-panel.c b/matchbox-panel/mb-panel.c index 1d6832f..ea1bb19 100644 --- a/matchbox-panel/mb-panel.c +++ b/matchbox-panel/mb-panel.c @@ -374,7 +374,7 @@ main (int ar

[yocto] [matchbox-panel-2][PATCH 14/25] scaling-image: port to GTK+ 3 API

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- matchbox-panel/mb-panel-scaling-image.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/matchbox-panel/mb-panel-scaling-image.c b/matchbox-panel/mb-panel-scaling-image.c index dc76b06..56d2d78 100644 --- a/matchbox-panel/mb-panel-scali

[yocto] [matchbox-panel-2][PATCH 09/25] systray: port to GTK+ 3

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton In the process refresh the bulk of the code from it's upstream in gnome-panel. --- applets/systray/Makefile.am | 20 +- applets/systray/fixedtip.c| 276 applets/systray/fixedtip.h| 68 +++ applets/systray/na-marshal.list | 3 - applets/s

[yocto] [matchbox-panel-2][PATCH 13/25] scaling-image: fix whitespace

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- matchbox-panel/mb-panel-scaling-image.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/matchbox-panel/mb-panel-scaling-image.c b/matchbox-panel/mb-panel-scaling-image.c index 25aa041..dc76b06 100644 --- a/matchbox-panel/mb-panel

[yocto] [matchbox-panel-2][PATCH 10/25] data: ship our own icons here instead of in sato-icon-theme

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- Makefile.am| 2 +- configure.ac | 1 + data/16x16/panel-task-switcher.png | Bin 0 -> 432 bytes data/16x16/panel-user-desktop.png | Bin 0 -> 393 bytes data/22x22/panel-task-switcher.png | Bin 0 -> 636 bytes data/22x22/pan

[yocto] [matchbox-panel-2][PATCH 12/25] build: bump version to 2.9

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 101df2d..c03c62e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(matchbox-panel, 2.0, http://www.openedhand.com/) +AC_IN

[yocto] [matchbox-panel-2][PATCH 11/25] po: update POTFILES.in

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- po/POTFILES.in | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index b98a590..3ffdd38 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,12 +1,22 @@ -matchbox-panel/mb-panel-scaling-image.c -m

[yocto] [matchbox-panel-2][PATCH 08/25] notify: port to GTK+ 3

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- applets/notify/applet.c | 19 --- applets/notify/mb-notification.c | 38 +- 2 files changed, 33 insertions(+), 24 deletions(-) diff --git a/applets/notify/applet.c b/applets/notify/applet.c index 2920b12..2d896e8

[yocto] [matchbox-panel-2][PATCH 07/25] mb-panel: port to GTK+3

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton Whilst porting to GTK+ 3 the layout model was simplified: panels are always full-width and you just pick an edge and size. The panel is also multi-screen and multi-monitor aware now. --- matchbox-panel/mb-panel.c | 368 +++--- 1 file cha

[yocto] [matchbox-panel-2][PATCH 06/25] launcher: port to GTK+ 3

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- applets/launcher/launcher.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/applets/launcher/launcher.c b/applets/launcher/launcher.c index 7e12814..0ec8a43 100644 --- a/applets/launcher/launcher.c +++ b/applets/launcher/launcher.c @@ -143,6

[yocto] [matchbox-panel-2][PATCH 05/25] showdesktop: port to GTK+ 3

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- applets/showdesktop/showdesktop.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/applets/showdesktop/showdesktop.c b/applets/showdesktop/showdesktop.c index 33c13e1..e40ebc3 100644 --- a/applets/showdesktop/showdesktop.c +++ b/applets

[yocto] [matchbox-panel-2][PATCH 03/25] startup: port to GTK+ 3

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- applets/startup/startup.c | 63 +-- 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/applets/startup/startup.c b/applets/startup/startup.c index 3554d4c..1b304da 100644 --- a/applets/startup/startup.c +++ b/applets/

[yocto] [matchbox-panel-2][PATCH 02/25] windowselector: port to GTK+ 3

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- applets/windowselector/windowselector.c | 39 ++--- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/applets/windowselector/windowselector.c b/applets/windowselector/windowselector.c index 4608a85..9c1dadf 100644 --- a/applets/win

[yocto] [matchbox-panel-2][PATCH 01/25] build: check for GTK+3, and require 3.0

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- configure.ac | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 55de6ae..4f38032 100644 --- a/configure.ac +++ b/configure.ac @@ -17,10 +17,12 @@ GNOME_COMPILE_WARNINGS # base deps PKG_CHECK_MODULES(MATCHBOX_PANEL

[yocto] [matchbox-panel-2][PATCH 04/25] startup-notify: port to GTK+ 3

2016-05-03 Thread Jussi Kukkonen
From: Ross Burton --- applets/startup-notify/startup.c | 65 +++- 1 file changed, 44 insertions(+), 21 deletions(-) diff --git a/applets/startup-notify/startup.c b/applets/startup-notify/startup.c index a65817a..a4686ef 100644 --- a/applets/startup-notify/sta

[yocto] [matchbox-panel-2][PATCH 00/25] Upgrade to Gtk+3

2016-05-03 Thread Jussi Kukkonen
Apologies for one more patch bomb: This is an upgrade for matchbox-panel-2 to use modern dependencies, mostly Gtk+3. Most commits are again from Ross, I just fixed bugs and replaced some deprecated code. This patchset is part of the quest to make Sato compatible with GTK+3. Complete WIP collectio

Re: [yocto] [meta-cgl][PATCH] CGL Requirements Template Parser first draft

2016-05-03 Thread Adrian Dudau
On lör, 2016-04-30 at 13:29 +0300, Sanziana.Voicu wrote: > From: Sanziana Voicu > > The script creates three arrays for each type of requirement, based on > a template. The arrays are ordered for a highly costumisable search. > This script is the first component of a calculator/automatic template

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py

2016-05-03 Thread Graydon, Tracy
This patch removes the BSP creation for the p1022ds and the mpc8315e-rdb platforms. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 17 - 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/bin/release_scripts/release.py b/bin/release_scripts/release