Re: [oe] [meta-oe][PATCH V2 ] daq: add recipe

2013-08-29 Thread Guo Chunrong-B40290
Hello, fossies.org changed source URLs to http://fossies.org/linux/misc/daq-2.0.1.tar.gz. So Fails to fetch. I will submit new patch about it . Thanks, chunrong -Original Message- From: openembedded-devel-boun...@lists.openembedded.org

[oe] [meta-oe][PATCH V3 ] daq: add recipe

2013-08-29 Thread b40290
From: Chunrong Guo b40...@freescale.com *The dump DAQ test the various inline mode features *snort depends daq Signed-off-by: Chunrong Guo b40...@freescale.com --- meta-oe/recipes-connectivity/daq/daq_2.0.1.bb | 18 ++ .../daq/files/disable-check-pcap-version.patch

Re: [oe] [meta-oe][PATCH V3 ] daq: add recipe

2013-08-29 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a few minor style nitpicks, see below Op 29-08-13 08:45, b40...@freescale.com schreef: There's a stray space at the end. Can you also add a SUMMARY field? These checksums tend to go below the SRC_URI new file mode 100644 @@ -0,0 +1,19

[oe] [meta-systemd][PATCH] systemd: Rename .bbappend to match new version from oe-core

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-core/systemd/{systemd_204.bbappend = systemd_206.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-systemd/oe-core/recipes-core/systemd/{systemd_204.bbappend = systemd_206.bbappend} (100%) diff --git

[oe] Yocto Dev Day Sponsorship Opportunity

2013-08-29 Thread Philip Balister
This is kind of short notice, but I'd like some feedback on this idea ... So for the Yocto Dev Day before ELCE in Edinburgh, the Yocto Project is looking for additional Sponsorship to cover the cost of coffee breaks (and some other stuff, but these are the least expensive) I'm wondering if

[oe] [meta-oe][PATCH] qcanobserver: Move to nonworking

2013-08-29 Thread Martin Jansa
* depends on qwt-5 APIs, I've tried to update it to support qwt-6 which is used in meta-oe, but it looks more complicated then what I've expected, my WIP patch is here: http://git.openembedded.org/meta-openembedded-contrib/log/?h=jansa/qcanobserver if you want to finish it and move

Re: [oe] [meta-oe][PATCH] qcanobserver: Move to nonworking

2013-08-29 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 29-08-13 16:32, Martin Jansa schreef: * depends on qwt-5 APIs, I've tried to update it to support qwt-6 which is used in meta-oe, but it looks more complicated then what I've expected, my WIP patch is here:

[oe] [WIP][PATCH 05/66] gnome-settings-daemon: add PACKAGECONFIG for pulseaudio

2013-08-29 Thread Martin Jansa
* libcanberra is autodetected and dependency on it wasn't deterministic Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [WIP][PATCH 11/66] mkvtoolnix: Add PACKAGECONFIG for flac

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb b/meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb index

[oe] [WIP][PATCH 07/66] imagemagick: Add PACKAGECONFIG for jp2

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb index

[oe] [WIP][PATCH 10/66] abiword: Add PACKAGECONFIG for collab-backends and spell

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb

[oe] [WIP][PATCH 01/66] gvfs: Add PACKAGECONFIG for fuse and disable it by default

2013-08-29 Thread Martin Jansa
* fuse was moved to meta-filesystems, so disable fuse by default Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb

[oe] [WIP][PATCH 12/66] uhd: Add PACKAGECONFIG for orc

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/uhd/uhd.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc index 476b763..da1fbd8 100644 ---

[oe] [WIP][PATCH 00/66] Deterministic dependencies II

2013-08-29 Thread Martin Jansa
WIP because verification build is still running and I must admit that I'm mostly testing that all dependencies are correctly disabled and in the end deterministic. I'm not testing if every possible combination of PACKAGECONFIG options provide sufficient dependency tree. The following changes

[oe] [WIP][PATCH 15/66] metacity: Add dependency on libgtop

2013-08-29 Thread Martin Jansa
* gtop is autodetected from sysroot and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [WIP][PATCH 14/66] expedite: Add PACKAGECONFIG for sdl

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/efl/expedite.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-efl/recipes-efl/efl/expedite.inc b/meta-efl/recipes-efl/efl/expedite.inc index 89500bf..6a83be1 100644 ---

[oe] [WIP][PATCH 06/66] libgsf: Add PACKAGECONFIG for gdk-pixbuf

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb index 5dcd730..b9a9877 100644 ---

[oe] [WIP][PATCH 09/66] claws-mail: Add PACKAGECONFIG for enchant, dbus, ldap and startup-notification

2013-08-29 Thread Martin Jansa
* enable dbus and startup-notification by default Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb

[oe] [WIP][PATCH 08/66] libxklavier: Add libxi dependency

2013-08-29 Thread Martin Jansa
* libxi is autodetected and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/libxklavier/libxklavier_5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [WIP][PATCH 23/66] mpd: Add PACKAGECONFIG for undeterministic dependencies

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-multimedia/recipes-multimedia/musicpd/mpd_0.17.1.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.17.1.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.17.1.bb index

[oe] [WIP][PATCH 19/66] gnuradio: Add PACKAGECONFIG for jack and portaudio

2013-08-29 Thread Martin Jansa
* remove unused 0001-buildsys-don-t-add-usr-include-and-usr-lib-to-config.patch Signed-off-by: Martin Jansa martin.ja...@gmail.com --- ...n-t-add-usr-include-and-usr-lib-to-config.patch | 58 -- .../gnuradio/allow-to-disable-jack-portaudio.patch | 34 +

[oe] [WIP][PATCH 20/66] fluidsynth: Add PACKAGECONFIG for sndfile, jack, pulseaudio, portaudio and readline

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb

[oe] [WIP][PATCH 22/66] tracker: Add PACKAGECONFIG for undeterministic dependencies

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/tracker/tracker_0.14.2.bb | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/tracker/tracker_0.14.2.bb b/meta-oe/recipes-support/tracker/tracker_0.14.2.bb index

[oe] [WIP][PATCH 21/66] vlc: Add PACKAGECONFIG for undeterministic dependencies

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index

[oe] [WIP][PATCH 17/66] wv: Add PACKAGECONFIG for png

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/wv/wv_1.2.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb index 3ac40aa..453513e 100644 ---

[oe] [WIP][PATCH 18/66] libetpan: Add dependency on curl

2013-08-29 Thread Martin Jansa
* configure doesn't allow to disable it explicitly Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/libetpan/libetpan_0.57.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libetpan/libetpan_0.57.bb

[oe] [WIP][PATCH 16/66] libgtop: Add dependency on libxau

2013-08-29 Thread Martin Jansa
* libxau is included in libgtop_common-2.0.la Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb

[oe] [WIP][PATCH 27/66] xterm: Add fontconfig dependency

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-graphics/xorg-app/xterm_293.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_293.bb b/meta-oe/recipes-graphics/xorg-app/xterm_293.bb index 20e88f1..9eb12fe 100644

[oe] [WIP][PATCH 28/66] libwnck(3): Add dependency on libxres

2013-08-29 Thread Martin Jansa
* it's autodetected from sysroot and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | 2 +- meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | 2 +- 2 files changed, 2 insertions(+), 2

[oe] [WIP][PATCH 34/66] imlib2: Add PACKAGECONFIG for gif, tiff, id3 and bzip2

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/efl/imlib2_svn.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-efl/recipes-efl/efl/imlib2_svn.bb b/meta-efl/recipes-efl/efl/imlib2_svn.bb index a83216d..f263e2a 100644 ---

[oe] [WIP][PATCH 24/66] cherokee: Add PACKAGECONFIG for ffmpeg and ldap

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb index

[oe] [WIP][PATCH 33/66] udisks: Add PACKAGECONFIG for parted

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/udisks/udisks_1.0.4.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.4.bb b/meta-oe/recipes-support/udisks/udisks_1.0.4.bb index fc5d95b..32f0c11 100644 ---

[oe] [WIP][PATCH 35/66] openmotif: Add PACKAGECONFIG for jpeg and png

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb index ef92b33..1f01215

[oe] [WIP][PATCH 29/66] e-wm: Add PACKAGECONFIG for pam

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/e17/e-wm.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-efl/recipes-efl/e17/e-wm.inc b/meta-efl/recipes-efl/e17/e-wm.inc index 723bd33..659ad6a 100644 --- a/meta-efl/recipes-efl/e17/e-wm.inc +++

[oe] [WIP][PATCH 25/66] collectd: Add PACKAGECONFIG for undeterministic dependencies

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-extended/collectd/collectd_5.2.2.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb index 20df494..25be1c4

[oe] [WIP][PATCH 26/66] xchat: Add PACKAGECONFIG for dbus and openssl

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/xchat/xchat_2.8.8.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb index d0a868e..4e8fe71 100644 ---

[oe] [WIP][PATCH 30/66] sox: Add PACKAGECONFIG for mad, id3tag and lame

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb b/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb index 25b3d5f..cebad44

[oe] [WIP][PATCH 31/66] gvfs: Add PACKAGECONFIG for archive, obexftp, cdda

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb index d9a054b..d637399 100644 ---

[oe] [WIP][PATCH 36/66] opencv: Add PACKAGECONFIG for jasper

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/opencv/opencv_2.4.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.3.bb b/meta-oe/recipes-support/opencv/opencv_2.4.3.bb index 39b608a..161e7fd 100644 ---

[oe] [WIP][PATCH 37/66] gammu: Add dependency on glib-2.0

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb index

[oe] [WIP][PATCH 32/66] upower: Add PACKAGECONFIG for idevice

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/upower/upower_0.9.14.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/upower/upower_0.9.14.bb b/meta-oe/recipes-support/upower/upower_0.9.14.bb index 902a983..0aa9ec9 100644 ---

[oe] [WIP][PATCH 39/66] v4l-utils: Add libx11 dependency

2013-08-29 Thread Martin Jansa
* configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb

[oe] [WIP][PATCH 44/66] proftpd: Add PACKAGECONFIG for curses

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb index

[oe] [WIP][PATCH 42/66] libmemcached: Add PACKAGECONFIG for sasl

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-networking/recipes-support/libmemcached/libmemcached.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-support/libmemcached/libmemcached.inc

[oe] [WIP][PATCH 45/66] gnuplot: Add PACKAGECONFIG for cairo

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-extended/gnuplot/gnuplot.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot.inc b/meta-oe/recipes-extended/gnuplot/gnuplot.inc index b72bbd7..96d6ee2 100644

[oe] [WIP][PATCH 47/66] gimp: Add PACKAGECONFIG for bzip2, libxpm, libjasper and gudev

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb index e9bbdcf..38b6f48 100644 ---

[oe] [WIP][PATCH 38/66] openbox: Add PACKAGECONFIG for imlib2, xrandr, xinerama, xcursor, startup-notification

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb index 1fe2e17..9480388 100644

[oe] [WIP][PATCH 43/66] networkmanager: Add PACKAGECONFIG for concheck

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb

[oe] [WIP][PATCH 41/66] libungif: Add dependency on libx11

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-extended/libungif/libungif_4.1.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/libungif/libungif_4.1.3.bb b/meta-oe/recipes-extended/libungif/libungif_4.1.3.bb index 3e4b78b..6a0fd51 100644

[oe] [WIP][PATCH 49/66] edb: Add PACKAGECONFIG for ncurses

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/efl/edb_svn.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-efl/recipes-efl/efl/edb_svn.bb b/meta-efl/recipes-efl/efl/edb_svn.bb index aade344..9fe6760 100644 --- a/meta-efl/recipes-efl/efl/edb_svn.bb +++

[oe] [WIP][PATCH 40/66] epiphany: Add PACKAGECONFIG for zeroconf

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb index 00d51f9..ad9

[oe] [WIP][PATCH 46/66] gnome-mplayer: Add PACKAGECONFIG for gtk3

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gnome-mplayer_1.0.5.bb

[oe] [WIP][PATCH 52/66] mplayer2: Add PACKAGECONFIG for mpg123 and xss

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index 7c1357b..590cc2d 100644

[oe] [WIP][PATCH 48/66] gegl: Add PACKAGECONFIG for jasper, avformat

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb b/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb index a68dc20..e5fc066 100644 ---

[oe] [WIP][PATCH 51/66] lightmediascanner: Add PACKAGECONFIG for ogg

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-multimedia/lightmediascanner/lightmediascanner_0.4.4.bb| 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-efl/recipes-multimedia/lightmediascanner/lightmediascanner_0.4.4.bb

[oe] [WIP][PATCH 50/66] gnome-vfs: Add PACKAGECONFIG for fam

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb index 535006b..78110b5

[oe] [WIP][PATCH 02/66] libmikmod: upgrade to 3.2.0

2013-08-29 Thread Martin Jansa
* 3.3 is only beta * 3.1.12 was failing to build with texinfo-5, see http://sourceforge.net/p/mikmod/mercurial/ci/1fd17189f82561a3a0e343aef05e5cf0b39b8f26/ Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../mikmod/libmikmod/CVE-2010-2971.patch | 24 --

[oe] [WIP][PATCH 53/66] maliit-framework: Add dependency on gtk+3

2013-08-29 Thread Martin Jansa
* it's autodetected and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/maliit/maliit-framework_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb

[oe] [WIP][PATCH 55/66] orage: Add PACKAGECONFIG for notify and dependency on popt

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-xfce/recipes-apps/orage/orage_4.8.4.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-xfce/recipes-apps/orage/orage_4.8.4.bb b/meta-xfce/recipes-apps/orage/orage_4.8.4.bb index 9905987..69211cc 100644 ---

[oe] [WIP][PATCH 58/66] tumbler: Add PACKAGECONFIG for gstreamer

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.29.bb index 3860716..a4fe817 100644 ---

[oe] [WIP][PATCH 54/66] packagekit: Add PACKAGECONFIG for service-packs

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb b/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb index

[oe] [WIP][PATCH 56/66] thunar: Add PACKAGECONFIG for pcre

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb index fc80dc9..1a92a9c 100644 ---

[oe] [WIP][PATCH 57/66] thunar-volman: Add PACKAGECONFIG for notify

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.0.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.0.bb

[oe] [WIP][PATCH 61/66] xfce4-settings: Add PACKAGECONFIG for notify

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.11.0.bb

[oe] [WIP][PATCH 63/66] webkit-efl: Add dependency on gst-plugins-base

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/webkit/webkit-efl_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb b/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb index 2a047b8..a45717e 100644 ---

[oe] [WIP][PATCH 59/66] xfce4-clipman-plugin: Add PACKAGECONFIG for unique

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.3.bb

[oe] [WIP][PATCH 60/66] xfce4-places-plugin: Add PACKAGECONFIG for notify

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.5.0.bb

[oe] [WIP][PATCH 62/66] xfdesktop: Add PACKAGECONFIG for notify

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.10.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.10.2.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.10.2.bb index a36f1c6..11aab8a

[oe] [WIP][PATCH 66/66] qcanobserver: Move to nonworking

2013-08-29 Thread Martin Jansa
* depends on qwt-5 APIs, I've tried to update it to support qwt-6 which is used in meta-oe, but it looks more complicated then what I've expected, my WIP patch is here: http://git.openembedded.org/meta-openembedded-contrib/log/?h=jansa/qcanobserver if you want to finish it and move

[oe] [WIP][PATCH 65/66] xbmc: Add libmad dependency

2013-08-29 Thread Martin Jansa
* fails without it: | checking mad.h usability... no | checking mad.h presence... no | checking for mad.h... no | configure: error: Could not find a required library. Please see the README for your platform. Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [WIP][PATCH 64/66] qt-creator: Add patch to resolve missing cpuid.h in ARM builds

2013-08-29 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../qt-creator/fix.missing.cpuid.h.patch | 384 + meta-oe/recipes-qt/qt-creator/qt-creator_2.8.0.bb | 4 +- 2 files changed, 387 insertions(+), 1 deletion(-) create mode 100644

Re: [oe] [WIP][PATCH 00/66] Deterministic dependencies II

2013-08-29 Thread Chris Larson
On Thu, Aug 29, 2013 at 8:50 AM, Martin Jansa martin.ja...@gmail.comwrote: WIP because verification build is still running and I must admit that I'm mostly testing that all dependencies are correctly disabled and in the end deterministic. I'm not testing if every possible combination of

[oe] Partitioned Image Creation and Initramfs Problem for ALIX3D3

2013-08-29 Thread Eren Türkay
Hello all, As you may already know, I have been working on a BSP for ALIX3D3[0]. I enabled specific kernel configurations and reached to the point of booting the board with its features enabled. I can boot the board with live image type. However, what I want to have is a direct partitioned hdd

Re: [oe] [WIP][PATCH 02/66] libmikmod: upgrade to 3.2.0

2013-08-29 Thread Marko Lindqvist
On 29 August 2013 18:50, Martin Jansa martin.ja...@gmail.com wrote: * 3.3 is only beta * 3.1.12 was failing to build with texinfo-5, see http://sourceforge.net/p/mikmod/mercurial/ci/1fd17189f82561a3a0e343aef05e5cf0b39b8f26/ As libSDL-mixer dependency, and thus recursive dependency for

Re: [oe] [WIP][PATCH 02/66] libmikmod: upgrade to 3.2.0

2013-08-29 Thread Martin Jansa
On Thu, Aug 29, 2013 at 07:27:54PM +0300, Marko Lindqvist wrote: On 29 August 2013 18:50, Martin Jansa martin.ja...@gmail.com wrote: * 3.3 is only beta * 3.1.12 was failing to build with texinfo-5, see

[oe] [meta-browser][PATCH] firefox: add nss libraries to PRIVATE_LIBS and add dependency on external nss, nspr

2013-08-29 Thread Martin Jansa
* fixes following warnings and makes shlibs providers for nss libs more deterministic WARNING: firefox-10.0.11esr is already registered as shlib provider for libfreebl3.so, ignoring nss-3.13.3 trying to register the same WARNING: firefox-10.0.11esr is already registered as shlib provider

[oe] [oe-core 2/5] qemu: Add support for qemuarma9.

2013-08-29 Thread Elvis Dowson
This commit - adds support for qemuarma9 machine support based on the vexpress-a9 platform. Signed-off-by: Elvis Dowson elvis.dow...@gmail.com --- meta/conf/machine/qemuarma9.conf | 24 1 file changed, 24 insertions(+) create mode 100644

[oe] [oe-core 4/5] linux-yocto: Add support for qemuarmv7 and qemuarma9.

2013-08-29 Thread Elvis Dowson
This commit - adds qemuarmv7 and qemuarma9 to the list of compatible machines. Signed-off-by: Elvis Dowson elvis.dow...@gmail.com --- meta/recipes-kernel/linux/linux-yocto_3.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb

[oe] [oe-core 3/5] qemu: Add support for qemuarmv7.

2013-08-29 Thread Elvis Dowson
This commit - adds support for qemuarmv7 machine support based on the beagleboard platform. Signed-off-by: Elvis Dowson elvis.dow...@gmail.com --- meta/conf/machine/qemuarmv7.conf | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/conf/machine/qemuarmv7.conf

[oe] [oe-core 1/5] qemu: Add cpio to the list of image filesystem types.

2013-08-29 Thread Elvis Dowson
Signed-off-by: Elvis Dowson elvis.dow...@gmail.com --- meta/conf/machine/include/qemu.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 545f8d1..d5c95ff 100644 ---

[oe] [oe-core 5/5] qemu: runqemu: Add support for launching qemuarmv7 and qemuarma9 machine configurations.

2013-08-29 Thread Elvis Dowson
This commit - adds support for launching qemuarmv7 and qemuarmv9 machine configurations. Signed-off-by: Elvis Dowson elvis.dow...@gmail.com --- scripts/runqemu | 14 --- scripts/runqemu-internal | 58 ++ 2 files changed, 65

[oe] [oe-core] qemuarma9: Update qemuarma9-standard.scc definition.

2013-08-29 Thread Elvis Dowson
This commit - updates the KMACHINE definition to vexpress. - updates the branch to qemuarma9. Signed-off-by: Elvis Dowson elvis.dow...@gmail.com --- meta/cfg/kernel-cache/bsp/qemuarma9/qemuarma9-standard.scc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [oe] [oe-core 4/5] linux-yocto: Add support for qemuarmv7 and qemuarma9.

2013-08-29 Thread Elvis Dowson
Hi Bruce, On Aug 29, 2013, at 10:43 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-29 02:35 PM, Elvis Dowson wrote: This commit - adds qemuarmv7 and qemuarma9 to the list of compatible machines. Signed-off-by: Elvis Dowson elvis.dow...@gmail.com ---

Re: [oe] [oe-core] qemuarma9: Update qemuarma9-standard.scc definition.

2013-08-29 Thread Elvis Dowson
On Aug 29, 2013, at 10:45 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-29 02:41 PM, Elvis Dowson wrote: This commit - updates the KMACHINE definition to vexpress. - updates the branch to qemuarma9. Signed-off-by: Elvis Dowson elvis.dow...@gmail.com ---

Re: [oe] [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
HI Bruce, On Aug 29, 2013, at 10:58 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: I have a vexpress A15 that works here as well, but I wouldn't mind comparing configs. If you send it along, I'd have a look. Does this mean you've got vexpress-a9 and vexpress-a15, but you've never

Re: [oe] [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Bruce Ashfield
On Thu, Aug 29, 2013 at 3:15 PM, Elvis Dowson elvis.dow...@gmail.com wrote: HI Bruce, On Aug 29, 2013, at 10:58 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: I have a vexpress A15 that works here as well, but I wouldn't mind comparing configs. If you send it along, I'd have a look.

Re: [oe] [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Elvis Dowson
On Aug 29, 2013, at 11:24 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: I mean either you don't publish anything that Wind River chooses to keep proprietary or support the machine configurations defined in the linux-yocto meta branch. I'm not following what you mean here .. sorry.

Re: [oe] [OE-core] [oe-core] QEMU with ARM Cortex A9 with hard float configuration - Kernel panic

2013-08-29 Thread Bruce Ashfield
On Thu, Aug 29, 2013 at 3:39 PM, Elvis Dowson elvis.dow...@gmail.com wrote: On Aug 29, 2013, at 11:24 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: I mean either you don't publish anything that Wind River chooses to keep proprietary or support the machine configurations defined in the

Re: [oe] Yocto Dev Day Sponsorship Opportunity

2013-08-29 Thread Denys Dmytriyenko
On Thu, Aug 29, 2013 at 09:45:10AM -0400, Philip Balister wrote: This is kind of short notice, but I'd like some feedback on this idea ... So for the Yocto Dev Day before ELCE in Edinburgh, the Yocto Project is looking for additional Sponsorship to cover the cost of coffee breaks (and some

Re: [oe] [meta-oe][PATCH 1/1] busybox: remove bbappend

2013-08-29 Thread Otavio Salvador
On Mon, Aug 26, 2013 at 6:53 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 26 August 2013 14:39:10 Khem Raj wrote: On Aug 24, 2013, at 2:47 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 23 August 2013 10:36:15 Khem Raj wrote: On Aug 23, 2013, at 4:33

[oe] [meta-initramfs][PATCH 1/3] klibc_2.0.2: refactor recipe to respect exec_prefix

2013-08-29 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../klibc/klibc-2.0.2/klibc-linux-libc-dev.patch | 2 +- .../klibc/klibc-2.0.2/prefix.patch | 14 -- .../klibc/klibc-2.0.2/staging.patch| 2 +- meta-initramfs/recipes-devtools/klibc/klibc.inc

[oe] [meta-initramfs][PATCH 3/3] kexec-tools-klibc: fix includes now that klibc respects exec_prefix

2013-08-29 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb

[oe] [meta-initramfs][PATCH 2/3] klcc-cross_2.0.2: refactor recipe to respect exec_prefix

2013-08-29 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-devtools/klibc/klcc-cross_2.0.2.bb | 11 -- .../klibc/klibc-2.0.2/klcc_prefix.patch| 24 -- 2 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644

[oe] [meta-initramfs][PATCH 0/3] klibc: fix hardcoded symlinks to linux-libc-headers

2013-08-29 Thread Andrea Adami
One (fixed) bug in sstate.bbclass has exposed absolute symlinks pointing to the linux-libc-headers. To fix this bug properly it is necessary to take care of exec_prefix in order to create a proper symlink. Andrea Adami (3): klibc_2.0.2: refactor recipe to respect exec_prefix

Re: [oe] Yocto Dev Day Sponsorship Opportunity

2013-08-29 Thread Philip Balister
Sorry on tablet' amount is 3500. I have some connectivity :-) Denys Dmytriyenko de...@denix.org wrote: On Thu, Aug 29, 2013 at 09:45:10AM -0400, Philip Balister wrote: This is kind of short notice, but I'd like some feedback on this idea ... So for the Yocto Dev Day before ELCE in Edinburgh,

[oe] [meta-initramfs][PATCH] cramfs: remove, we use mkfs.cramfs from util-linux

2013-08-29 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-filesystems/cramfs/cramfs_1.1.bb | 29 -- 1 file changed, 29 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/cramfs/cramfs_1.1.bb diff --git

Re: [oe] [meta-initramfs][PATCH] cramfs: remove, we use mkfs.cramfs from util-linux

2013-08-29 Thread Andrea Adami
sorry, wrong prefix: meta-filesystems On Fri, Aug 30, 2013 at 1:31 AM, Andrea Adami andrea.ad...@gmail.com wrote: Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-filesystems/cramfs/cramfs_1.1.bb | 29 -- 1 file changed, 29 deletions(-) delete

[oe] [meta-filesystems][PATCH] cramfs: remove, we use mkfs.cramfs from util-linux

2013-08-29 Thread Andrea Adami
Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../recipes-filesystems/cramfs/cramfs_1.1.bb | 29 -- 1 file changed, 29 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/cramfs/cramfs_1.1.bb diff --git

[oe] [meta-oe][PATCH] qt-creator: update to 2.8.1

2013-08-29 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- .../qt-creator/{qt-creator_2.8.0.bb = qt-creator_2.8.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-qt/qt-creator/{qt-creator_2.8.0.bb = qt-creator_2.8.1.bb} (87%) diff --git