Re: [oe] [meta-oe] libjpeg-turbo: update 1.2.1 / use version 8d to follow oe-core libjpeg update

2012-06-21 Thread Martin Jansa
On Mon, Jun 18, 2012 at 03:17:51PM +0200, Andreas Müller wrote:
> without following oe-core's version PREFERRED_PROVIDER_jpeg does not work and
> libjpeg is build.

Hi,

this upgrade is causing many runtime dep issues, because
libjpeg-turbo package now has not only:
/usr/lib/libjpeg.so.8 /usr/lib/libjpeg.so.8.0.2
but also:
/usr/lib/libturbojpeg.so.0 /usr/lib/libturbojpeg.so.0.0.0

http://git.shr-project.org/git/?p=buildhistory.git;a=blobdiff;f=packages/armv4t-oe-linux-gnueabi/libjpeg-turbo/libjpeg-turbo/latest;h=e449fd892c297995bf2f6a856eb875f7b5df42c0;hp=fdc1ae08fa4dbbf180b8d1e0b7ed54acb5a6743a;hb=9fe63f73e65260b6c8a3dfa5c488dac046667bba;hpb=10a01924024d30e90c9663c1317472830395f486

so packages got renamed from 
./067/ipk/armv7a-vfp-neon/libjpeg8_8c+1.2.0-r0_armv7a-vfp-neon.ipk
./067/ipk/armv7a-vfp-neon/libturbojpeg_8c+1.2.0-r0_armv7a-vfp-neon.ipk
to packages
./068/ipk/armv7a-vfp-neon/libjpeg-turbo_8d+1.2.1-r0_armv7a-vfp-neon.ipk
./068/ipk/armv7a-vfp-neon/libturbojpeg_8d+1.2.1-r0_armv7a-vfp-neon.ipk

and runtime deps like "libjpeg8 (>= 8c+1.2.0)" are not satisfied anymore
(e.g. do_rootfs fails).

Don't know why packaging is not showing warning about multiple .sonames
and asking for LEAD_SONAME :/.

Will send patch for it in few minutes.

Paul: is there some way to record "runtime" names of packages in
buildhistory? From this diff:
http://git.shr-project.org/git/?p=buildhistory.git;a=commitdiff;h=a2b23ff61e9b1baeb64bbbd01f115c8dc71a86a3
it's not possible to see that libjpeg-turbo_8d+1.2.1-r0 was renamed to
libjpeg8_8d+1.2.1-r1.

Cheers,


> 
> Signed-off-by: Andreas Müller 
> ---
>  meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb |4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb 
> b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
> index 76e2da4..16fb2c7 100644
> --- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
> +++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
> @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = 
> "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe
>  
> file://jpeglib.h;endline=14;md5=7bb9a39828a1b1e84acd4e8aec1e5532 \
>  
> file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \
>  "
> -PV = "8c+1.2.0"
> -SRCREV = "733"
> +PV = "8d+1.2.1"
> +SRCREV = "837"
>  SRC_URI = 
> "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk"
>  
>  S = "${WORKDIR}/trunk"
> -- 
> 1.7.6.5
> 
> 
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

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


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [RFC, meta-oe 22/27 v2] xserver-nodm-init: move systemd support to meta-systemd

2012-06-21 Thread Martin Jansa
From: Andreas Müller 

contents of ${sysconfdir}/default/xserver-nodm were moved from
FILES_${PN}-systemd to FILES_${PN}


---

v2: xserver-nodm.conf was moved to meta-systemd and kept in ${PN}-systemd where 
it belongs


Signed-off-by: Andreas Müller 
Signed-off-by: Martin Jansa 
---
 .../xserver-nodm-init-2.0/xserver-nodm.conf|1 -
 .../xserver-nodm-init-2.0/xserver-nodm.service |9 
 .../xserver-nodm-init/xserver-nodm-init_2.0.bb |   14 +---
 .../xserver-nodm-init/xserver-nodm.conf|1 +
 .../xserver-nodm-init/xserver-nodm.service |9 
 .../xserver-nodm-init_2.0.bbappend |   21 
 6 files changed, 33 insertions(+), 22 deletions(-)
 delete mode 100644 
meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm.conf
 delete mode 100644 
meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm.service
 create mode 100644 
meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init/xserver-nodm.conf
 create mode 100644 
meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init/xserver-nodm.service
 create mode 100644 
meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bbappend

diff --git 
a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm.conf
 
b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm.conf
deleted file mode 100644
index 3c0582a..000
--- 
a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm.conf
+++ /dev/null
@@ -1 +0,0 @@
-HOME=/home/root
diff --git 
a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm.service
 
b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm.service
deleted file mode 100644
index c15a772..000
--- 
a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init-2.0/xserver-nodm.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Xserver startup with a display manager
-
-[Service]
-EnvironmentFile=/etc/default/xserver-nodm
-ExecStart=/usr/bin/xinit /etc/X11/Xsession -- /etc/X11/Xserver
-
-[Install]
-WantedBy=multi-user.target
diff --git 
a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb 
b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
index 62c33c9..e1f2a53 100644
--- a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
+++ b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
@@ -3,34 +3,24 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 SECTION = "x11"
 
-PR = "r16"
+PR = "r17"
 
 SRC_URI = "file://xserver-nodm \
-   file://xserver-nodm.service \
-   file://xserver-nodm.conf \
file://gplv2-license.patch \
 "
 S = "${WORKDIR}"
 
 inherit allarch
 
-inherit update-rc.d systemd
+inherit update-rc.d
 
 INITSCRIPT_NAME = "xserver-nodm"
 INITSCRIPT_PARAMS = "start 01 5 2 . stop 01 0 1 6 ."
 INITSCRIPT_PARAMS_shr = "start 90 5 2 . stop 90 0 1 6 ."
 
-SYSTEMD_PACKAGES = "${PN}-systemd"
-SYSTEMD_SERVICE_${PN}-systemd = "xserver-nodm.service"
-
 do_install() {
install -d ${D}${sysconfdir}/init.d
install xserver-nodm ${D}${sysconfdir}/init.d
-   install -d ${D}${sysconfdir}/default
-   install xserver-nodm.conf ${D}${sysconfdir}/default/xserver-nodm
 }
 
-FILES_${PN}-systemd += "${sysconfdir}/default/xserver-nodm"
-
 RDEPENDS_${PN} = "xserver-common (>= 1.30) xinit"
-RDEPENDS_${PN}-systemd += "xserver-common (>= 1.30) xinit"
diff --git 
a/meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init/xserver-nodm.conf
 
b/meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init/xserver-nodm.conf
new file mode 100644
index 000..3c0582a
--- /dev/null
+++ 
b/meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init/xserver-nodm.conf
@@ -0,0 +1 @@
+HOME=/home/root
diff --git 
a/meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init/xserver-nodm.service
 
b/meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init/xserver-nodm.service
new file mode 100644
index 000..c15a772
--- /dev/null
+++ 
b/meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init/xserver-nodm.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Xserver startup with a display manager
+
+[Service]
+EnvironmentFile=/etc/default/xserver-nodm
+ExecStart=/usr/bin/xinit /etc/X11/Xsession -- /etc/X11/Xserver
+
+[Install]
+WantedBy=multi-user.target
diff --git 
a/meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bbappend
 
b/meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bbappend
new file mode 100644
index 000..ed35412
--- /dev/null
+++ 
b/meta-systemd/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bbappend
@@ -0,0 +1,21 @@
+FILESEX

Re: [oe] [meta-initramfs][PATCH] meta-initramfs: append to BBPATH instead of prepend so order of bblayers.conf is respected

2012-06-21 Thread Andrea Adami
On Sat, Jun 16, 2012 at 9:00 AM, Martin Jansa  wrote:
> On Wed, May 23, 2012 at 05:50:30PM +0200, Martin Jansa wrote:
>> Signed-off-by: Martin Jansa 
>
> ping
>
>> ---
>>  meta-initramfs/conf/layer.conf |   11 ---
>>  1 files changed, 8 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf
>> index 469cde5..cc78c1a 100644
>> --- a/meta-initramfs/conf/layer.conf
>> +++ b/meta-initramfs/conf/layer.conf
>> @@ -1,11 +1,16 @@
>>  # Layer configuration for meta-initramfs layer
>>
>> -# We have a conf and classes directory, prepend to BBPATH to prefer our 
>> versions
>> -BBPATH := "${LAYERDIR}:${BBPATH}"
>> +# We have a conf and classes directory, append to BBPATH
>> +BBPATH .= ":${LAYERDIR}"
>>
>>  # We have a recipes directory, add to BBFILES
>> -BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb 
>> ${LAYERDIR}/recipes-*/*/*.bbappend"
>> +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
>>
>>  BBFILE_COLLECTIONS += "meta-initramfs"
>>  BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
>> +
>> +# Define the priority for recipes (.bb files) from this layer,
>> +# choosing carefully how this layer interacts with all of the
>> +# other layers.
>> +
>>  BBFILE_PRIORITY_meta-initramfs = "8"
>> --
>> 1.7.8.6
>>
>
> --
> Martin 'JaMa' Jansa     jabber: martin.ja...@gmail.com
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>

Bump?
Acked-by: Andrea Adami 

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 3/5] edje: explicitly enable libsndfile for target recipe

2012-06-21 Thread Martin Jansa
* there is no native/nativesdk support in libsndfile so disable it fro 
native/nativesdk edje
* Thanks to Koen for noticing that it's autodetected and sometimes leaks into 
feeds

Signed-off-by: Martin Jansa 
---
 meta-efl/recipes-efl/efl/edje.inc |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/edje.inc 
b/meta-efl/recipes-efl/efl/edje.inc
index 41f04b0..311fb52 100644
--- a/meta-efl/recipes-efl/efl/edje.inc
+++ b/meta-efl/recipes-efl/efl/edje.inc
@@ -1,5 +1,5 @@
 DESCRIPTION = "Edje is the Enlightenment graphical design & layout library"
-DEPENDS = "lua5.1 eet evas ecore embryo edje-native eina"
+DEPENDS = "lua5.1 eet evas ecore embryo edje-native eina libsndfile1"
 DEPENDS_virtclass-native = "lua5.1-native evas-native ecore-native eet-native 
embryo-native eina-native"
 DEPENDS_virtclass-nativesdk = "evas-native ecore-native eet-native 
embryo-native eina-native"
 # GPLv2 because of epp in PN-utils
@@ -35,6 +35,11 @@ do_compile_append() {
 require edje-fpu.inc
 EXTRA_OECONF += "${@get_edje_fpu_setting(bb, d)}"
 
+SNDFILE = "--enable-sndfile"
+SNDFILE_virtclass-native = "--disable-sndfile"
+SNDFILE_virtclass-nativesdk = "--disable-sndfile"
+EXTRA_OECONF += "${SNDFILE}"
+
 PACKAGES =+ "${PN}-utils"
 RDEPENDS_${PN}-utils = "cpp cpp-symlinks embryo-tests"
 
-- 
1.7.8.6


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 0/5] efl upgrade, small fixes

2012-06-21 Thread Martin Jansa
The following changes since commit 7c5eded4c2223036ecd43b1eaaa72432d737fbc5:

  linux-kexecboot: remove all, now we use linux-yocto-tiny-kexecboot 
(2012-06-20 13:37:32 +0200)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/pull
  
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull

Denis 'GNUtoo' Carikli (1):
  gpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsd

Martin Jansa (3):
  edje: explicitly enable libsndfile for target recipe
  meta-efl: upgrade recipes for new EFL bugfix release cycle 1.2.1
  libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8d

Simon Busch (1):
  vala: update to 0.16.0 and restructure some stuff into vala.inc

 .../efl/{ecore_1.2.0.bb => ecore_1.2.1.bb} |4 ++--
 meta-efl/recipes-efl/efl/edje.inc  |7 ++-
 .../efl/{eio_1.0.0.bb => edje_1.2.1.bb}|4 ++--
 .../efl/{edje_1.2.0.bb => eet_1.6.1.bb}|4 ++--
 .../efl/{eet_1.6.0.bb => eina_1.2.1.bb}|4 ++--
 .../efl/{eina_1.2.0.bb => eio_1.0.1.bb}|4 ++--
 meta-efl/recipes-efl/efl/elementary_1.0.0.bb   |   10 --
 meta-efl/recipes-efl/efl/elementary_1.0.1.bb   |   10 ++
 meta-efl/recipes-efl/efl/emotion_1.0.0.bb  |   10 --
 meta-efl/recipes-efl/efl/emotion_1.0.1.bb  |   10 ++
 meta-efl/recipes-efl/efl/ethumb_1.0.0.bb   |   10 --
 meta-efl/recipes-efl/efl/ethumb_1.0.1.bb   |   10 ++
 meta-efl/recipes-efl/efl/evas_1.2.0.bb |   10 --
 meta-efl/recipes-efl/efl/evas_1.2.1.bb |   10 ++
 meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb |3 +++
 ...-gen-don-t-append-dirty-if-we-re-not-in-g.patch |0
 meta-oe/recipes-devtools/vala/vala.inc |   15 +--
 meta-oe/recipes-devtools/vala/vala_0.14.2.bb   |   14 --
 meta-oe/recipes-devtools/vala/vala_0.16.0.bb   |8 
 meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service  |   10 ++
 meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb|5 +++--
 meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb|5 +++--
 22 files changed, 88 insertions(+), 79 deletions(-)
 rename meta-efl/recipes-efl/efl/{ecore_1.2.0.bb => ecore_1.2.1.bb} (50%)
 rename meta-efl/recipes-efl/efl/{eio_1.0.0.bb => edje_1.2.1.bb} (40%)
 rename meta-efl/recipes-efl/efl/{edje_1.2.0.bb => eet_1.6.1.bb} (40%)
 rename meta-efl/recipes-efl/efl/{eet_1.6.0.bb => eina_1.2.1.bb} (40%)
 rename meta-efl/recipes-efl/efl/{eina_1.2.0.bb => eio_1.0.1.bb} (40%)
 delete mode 100644 meta-efl/recipes-efl/efl/elementary_1.0.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/elementary_1.0.1.bb
 delete mode 100644 meta-efl/recipes-efl/efl/emotion_1.0.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/emotion_1.0.1.bb
 delete mode 100644 meta-efl/recipes-efl/efl/ethumb_1.0.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/ethumb_1.0.1.bb
 delete mode 100644 meta-efl/recipes-efl/efl/evas_1.2.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/evas_1.2.1.bb
 rename meta-oe/recipes-devtools/vala/{vala-0.14.2 => 
vala-0.16.0}/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch 
(100%)
 delete mode 100644 meta-oe/recipes-devtools/vala/vala_0.14.2.bb
 create mode 100644 meta-oe/recipes-devtools/vala/vala_0.16.0.bb
 create mode 100644 meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service

-- 
1.7.8.6


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 1/5] gpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsd

2012-06-21 Thread Martin Jansa
From: Denis 'GNUtoo' Carikli 

Without that fix gpsd starts without using the machine specific
  gps serial port.

On some devices like the GTA04, not only that makes GPS not work,
  but that also prevent suspend because GPS has to be off in order
  for suspend to succeed(and the program powering off the GPS
  has to know if the GPS is on or off by using gpsd).

Signed-off-by: Denis 'GNUtoo' Carikli 
---
 meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service |   10 ++
 meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb   |5 +++--
 meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb   |5 +++--
 3 files changed, 16 insertions(+), 4 deletions(-)
 create mode 100644 meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service

diff --git a/meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service 
b/meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service
new file mode 100644
index 000..7131a58
--- /dev/null
+++ b/meta-oe/recipes-navigation/gpsd/gpsd/gpsd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=GPS (Global Positioning System) Daemon
+Requires=gpsd.socket
+
+[Service]
+EnvironmentFile=/etc/default/gpsd
+ExecStart=/usr/sbin/gpsd -N $GPS_DEVICES
+
+[Install]
+Also=gpsd.socket
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb 
b/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb
index 4f00cf4..ebc4af6 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=d217a23f408e91c94359447735bc1800"
 DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-native"
 PROVIDES = "virtual/gpsd"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
   file://0001-SConstruct-fix-DSO-build-for-ntpshm-garmin_monitor.patch \
@@ -15,6 +15,7 @@ SRC_URI = 
"http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
   file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \
   file://0001-SConstruct-disable-html-and-man-docs-building-becaus.patch \
   file://gpsd-default \
+  file://gpsd.service \
   file://gpsd \
   file://60-gpsd.rules \
 "
@@ -83,7 +84,7 @@ do_install_append() {
 
 #support for systemd
 install -d ${D}${systemd_unitdir}/system/
-install -m 0644 ${S}/systemd/${PN}.service 
${D}${systemd_unitdir}/system/${PN}.service
+install -m 0644 ${WORKDIR}/${PN}.service 
${D}${systemd_unitdir}/system/${PN}.service
 install -m 0644 ${S}/systemd/${PN}.socket 
${D}${systemd_unitdir}/system/${PN}.socket
 }
 
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb 
b/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb
index 60b30df..083163b 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=d217a23f408e91c94359447735bc1800"
 DEPENDS = "dbus dbus-glib ncurses python libusb1"
 PROVIDES = "virtual/gpsd"
 
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
@@ -16,6 +16,7 @@ SRC_URI = 
"http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
   file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \
   file://0001-SConstruct-disable-html-and-man-docs-building-becaus.patch \
   file://gpsd-default \
+  file://gpsd.service \
   file://gpsd \
   file://60-gpsd.rules \
 "
@@ -84,7 +85,7 @@ do_install_append() {
 
 #support for systemd
 install -d ${D}${systemd_unitdir}/system/
-install -m 0644 ${S}/systemd/${PN}.service 
${D}${systemd_unitdir}/system/${PN}.service
+install -m 0644 ${WORKDIR}/${PN}.service 
${D}${systemd_unitdir}/system/${PN}.service
 install -m 0644 ${S}/systemd/${PN}.socket 
${D}${systemd_unitdir}/system/${PN}.socket
 }
 
-- 
1.7.8.6


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 2/5] vala: update to 0.16.0 and restructure some stuff into vala.inc

2012-06-21 Thread Martin Jansa
From: Simon Busch 

* SRC_URI is now set initially to real upstream and not freesmartphone.org
* reset PR and INC_PR
* moved DEPENDS += "gtk+" to vala.inc

Signed-off-by: Simon Busch 
Signed-off-by: Martin Jansa 
---
 ...-gen-don-t-append-dirty-if-we-re-not-in-g.patch |0
 meta-oe/recipes-devtools/vala/vala.inc |   15 +--
 meta-oe/recipes-devtools/vala/vala_0.14.2.bb   |   14 --
 meta-oe/recipes-devtools/vala/vala_0.16.0.bb   |8 
 4 files changed, 13 insertions(+), 24 deletions(-)
 rename meta-oe/recipes-devtools/vala/{vala-0.14.2 => 
vala-0.16.0}/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch 
(100%)
 delete mode 100644 meta-oe/recipes-devtools/vala/vala_0.14.2.bb
 create mode 100644 meta-oe/recipes-devtools/vala/vala_0.16.0.bb

diff --git 
a/meta-oe/recipes-devtools/vala/vala-0.14.2/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch
 
b/meta-oe/recipes-devtools/vala/vala-0.16.0/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch
similarity index 100%
rename from 
meta-oe/recipes-devtools/vala/vala-0.14.2/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch
rename to 
meta-oe/recipes-devtools/vala/vala-0.16.0/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch
diff --git a/meta-oe/recipes-devtools/vala/vala.inc 
b/meta-oe/recipes-devtools/vala/vala.inc
index 0815c66..3d33953 100644
--- a/meta-oe/recipes-devtools/vala/vala.inc
+++ b/meta-oe/recipes-devtools/vala/vala.inc
@@ -1,25 +1,20 @@
 DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject 
programming. \
 Vala compiles to plain C and has no runtime environment nor penalities 
whatsoever."
 SECTION = "devel"
-DEPENDS = "glib-2.0 dbus"
+DEPENDS = "glib-2.0 dbus gtk+"
 BBCLASSEXTEND = "native"
 DEPENDS_virtclass-native = "glib-2.0-native dbus-native"
 HOMEPAGE = "http://vala-project.org";
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
-INC_PR = "r0"
+INC_PR = "r1"
 
-#
-# WARNING: This source release has specifically been built for OpenEmbedded.
-# Don't update to any upstream release without consulting the recipe 
maintainer.
-#
-
-SRC_URI = "\
-  http://downloads.freesmartphone.org/sources/vala-${PV}.tar.bz2;name=archive \
-"
+SHRT_VER = 
"${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
 
+SRC_URI = 
"http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz";
 inherit autotools
 
 EXTRA_OECONF = "--disable-vapigen"
 
 FILES_${PN}-doc += "${datadir}/devhelp"
+FILES_${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi"
diff --git a/meta-oe/recipes-devtools/vala/vala_0.14.2.bb 
b/meta-oe/recipes-devtools/vala/vala_0.14.2.bb
deleted file mode 100644
index 18e6346..000
--- a/meta-oe/recipes-devtools/vala/vala_0.14.2.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require recipes-devtools/vala/vala.inc
-
-PR = "r1"
-
-DEPENDS += "gtk+"
-
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/vala/0.14/vala-${PV}.tar.xz \
-   
file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch \
-"
-
-FILES_${PN} += "${datadir}/vala-0.14/vapi"
-
-SRC_URI[md5sum] = "f05263a56c1e328637e4c97a61befdad"
-SRC_URI[sha256sum] = 
"807e6978484f66cab3cf4fefd72f37a4293d2831d7a5fd29119bdf9d38a5b3d0"
diff --git a/meta-oe/recipes-devtools/vala/vala_0.16.0.bb 
b/meta-oe/recipes-devtools/vala/vala_0.16.0.bb
new file mode 100644
index 000..1dd190f
--- /dev/null
+++ b/meta-oe/recipes-devtools/vala/vala_0.16.0.bb
@@ -0,0 +1,8 @@
+require ${BPN}.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI += " 
file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch"
+
+SRC_URI[md5sum] = "84b742e9cca4c90fde3026c3793c03c1"
+SRC_URI[sha256sum] = 
"3adb37aa2b35e2e2daed47552e85dbcbf752c0f7768b269d856993620073a657"
-- 
1.7.8.6


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 4/5] meta-efl: upgrade recipes for new EFL bugfix release cycle 1.2.1

2012-06-21 Thread Martin Jansa
Signed-off-by: Martin Jansa 
---
 .../efl/{ecore_1.2.0.bb => ecore_1.2.1.bb} |4 ++--
 .../efl/{eio_1.0.0.bb => edje_1.2.1.bb}|4 ++--
 .../efl/{edje_1.2.0.bb => eet_1.6.1.bb}|4 ++--
 .../efl/{eet_1.6.0.bb => eina_1.2.1.bb}|4 ++--
 .../efl/{eina_1.2.0.bb => eio_1.0.1.bb}|4 ++--
 meta-efl/recipes-efl/efl/elementary_1.0.0.bb   |   10 --
 meta-efl/recipes-efl/efl/elementary_1.0.1.bb   |   10 ++
 meta-efl/recipes-efl/efl/emotion_1.0.0.bb  |   10 --
 meta-efl/recipes-efl/efl/emotion_1.0.1.bb  |   10 ++
 meta-efl/recipes-efl/efl/ethumb_1.0.0.bb   |   10 --
 meta-efl/recipes-efl/efl/ethumb_1.0.1.bb   |   10 ++
 meta-efl/recipes-efl/efl/evas_1.2.0.bb |   10 --
 meta-efl/recipes-efl/efl/evas_1.2.1.bb |   10 ++
 13 files changed, 50 insertions(+), 50 deletions(-)
 rename meta-efl/recipes-efl/efl/{ecore_1.2.0.bb => ecore_1.2.1.bb} (50%)
 rename meta-efl/recipes-efl/efl/{eio_1.0.0.bb => edje_1.2.1.bb} (40%)
 rename meta-efl/recipes-efl/efl/{edje_1.2.0.bb => eet_1.6.1.bb} (40%)
 rename meta-efl/recipes-efl/efl/{eet_1.6.0.bb => eina_1.2.1.bb} (40%)
 rename meta-efl/recipes-efl/efl/{eina_1.2.0.bb => eio_1.0.1.bb} (40%)
 delete mode 100644 meta-efl/recipes-efl/efl/elementary_1.0.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/elementary_1.0.1.bb
 delete mode 100644 meta-efl/recipes-efl/efl/emotion_1.0.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/emotion_1.0.1.bb
 delete mode 100644 meta-efl/recipes-efl/efl/ethumb_1.0.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/ethumb_1.0.1.bb
 delete mode 100644 meta-efl/recipes-efl/efl/evas_1.2.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/evas_1.2.1.bb

diff --git a/meta-efl/recipes-efl/efl/ecore_1.2.0.bb 
b/meta-efl/recipes-efl/efl/ecore_1.2.1.bb
similarity index 50%
rename from meta-efl/recipes-efl/efl/ecore_1.2.0.bb
rename to meta-efl/recipes-efl/efl/ecore_1.2.1.bb
index 39c58d7..067042d 100644
--- a/meta-efl/recipes-efl/efl/ecore_1.2.0.bb
+++ b/meta-efl/recipes-efl/efl/ecore_1.2.1.bb
@@ -7,5 +7,5 @@ SRC_URI = "\
   file://fix-ecore-fb-initialization.patch \
 "
 
-SRC_URI[md5sum] = "64362b8ab96776a5868db4e6a8919926"
-SRC_URI[sha256sum] = 
"97c0f07180fcf7dec6ce39893b206ff069109ef4569ea6be2fdbb2e05f029aa9"
+SRC_URI[md5sum] = "557f8411d323b14ed7bf1be368ab302a"
+SRC_URI[sha256sum] = 
"78d8374e5f901f1dd4c89e99508a5a3470b8a0cb2510ab5b7e45d670e6621ef8"
diff --git a/meta-efl/recipes-efl/efl/eio_1.0.0.bb 
b/meta-efl/recipes-efl/efl/edje_1.2.1.bb
similarity index 40%
rename from meta-efl/recipes-efl/efl/eio_1.0.0.bb
rename to meta-efl/recipes-efl/efl/edje_1.2.1.bb
index d2a14ac..8f22e50 100644
--- a/meta-efl/recipes-efl/efl/eio_1.0.0.bb
+++ b/meta-efl/recipes-efl/efl/edje_1.2.1.bb
@@ -6,5 +6,5 @@ SRC_URI = "\
   ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "9ca60516294fcbd9c919c56e3bb19568"
-SRC_URI[sha256sum] = 
"08967f5414614b062fae21b012680fcd6ce6c456521bb186593309451e2ff913"
+SRC_URI[md5sum] = "b9df053b327cb41d2de2485bd596bb44"
+SRC_URI[sha256sum] = 
"b793e98e9f65dfe7d007563e9d4cba84807a4473dfa9c94cdaee1ed9752cf6e0"
diff --git a/meta-efl/recipes-efl/efl/edje_1.2.0.bb 
b/meta-efl/recipes-efl/efl/eet_1.6.1.bb
similarity index 40%
rename from meta-efl/recipes-efl/efl/edje_1.2.0.bb
rename to meta-efl/recipes-efl/efl/eet_1.6.1.bb
index cf6be25..36894ea 100644
--- a/meta-efl/recipes-efl/efl/edje_1.2.0.bb
+++ b/meta-efl/recipes-efl/efl/eet_1.6.1.bb
@@ -6,5 +6,5 @@ SRC_URI = "\
   ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "a1f848b842e049a789833f9d46ee8a8e"
-SRC_URI[sha256sum] = 
"0e411679a4d2710f6e3933bff4fda3966fd6140eef89b3d96d663d5f38878290"
+SRC_URI[md5sum] = "eaa6c1088b60d2177b57554690507eb7"
+SRC_URI[sha256sum] = 
"376056473e2d5d1873381b5782f50f7755ab8d1243f113f02c0e147f36203807"
diff --git a/meta-efl/recipes-efl/efl/eet_1.6.0.bb 
b/meta-efl/recipes-efl/efl/eina_1.2.1.bb
similarity index 40%
rename from meta-efl/recipes-efl/efl/eet_1.6.0.bb
rename to meta-efl/recipes-efl/efl/eina_1.2.1.bb
index 14ce231..4714db8 100644
--- a/meta-efl/recipes-efl/efl/eet_1.6.0.bb
+++ b/meta-efl/recipes-efl/efl/eina_1.2.1.bb
@@ -6,5 +6,5 @@ SRC_URI = "\
   ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "4fb2c27bdfe4c2f56f42e5da0c518a2f"
-SRC_URI[sha256sum] = 
"f14872b26f0857aed18e184d5080da7ac994fa35ddc209e23be447dcc2fdbd50"
+SRC_URI[md5sum] = "5dc2712b71f202d32c07394ad253a071"
+SRC_URI[sha256sum] = 
"013ee257f4be3acfb94ef3f2e5b06aedd48ed528e66833fb5e3ca71479912bea"
diff --git a/meta-efl/recipes-efl/efl/eina_1.2.0.bb 
b/meta-efl/recipes-efl/efl/eio_1.0.1.bb
similarity index 40%
rename from meta-efl/recipes-efl/efl/eina_1.2.0.bb
rename to meta-efl/recipes-efl/efl/eio_1.0.1.bb
index fac3b09..54a35a8 100644
--- a/meta-efl/recipes-efl/efl/eina_1.2.0.bb
+++ b/meta-efl/recipes-efl/efl/eio_1.0.1.bb
@@ -6,5 +6,5 @@ SRC_URI = "\
   ${E_MIRROR}/${SRCNAME}

[oe] [meta-oe][meta-efl][PATCH 5/5] libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8d

2012-06-21 Thread Martin Jansa
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb 
b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
index 16fb2c7..f061f41 100644
--- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
+++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = 
"file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe
 
file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \
 "
 PV = "8d+1.2.1"
+PR = "r1"
 SRCREV = "837"
 SRC_URI = 
"svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;proto=https;module=trunk"
 
@@ -29,3 +30,5 @@ INSANE_SKIP_libturbojpeg = "dev-so"
 
 BBCLASSEXTEND = "native"
 DEPENDS_virtclass-native = "nasm-native"
+
+LEAD_SONAME = "libjpeg.so.8"
-- 
1.7.8.6


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] maintainers tool to monitor upstream

2012-06-21 Thread Andrea Galbusera
Are you experienced recipes' maintainers using any tool to
automatically monitor upstream projects for new releases?
I'm not planning to become a full-time maintainer but, since I
recently submitted a new recipe for meta-oe, I'd like to keep it as
up-to-date as possible. I asked myself if a suitable convenience tool
was available. After a quick search I found solutions like cnucnu
which appear to be used by Fedora for a similar purpose. Must read
further to see if they could fit.
Just wanted to throw the question to "real" maintainers first.

Regards

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] maintainers tool to monitor upstream

2012-06-21 Thread Khem Raj
On Thu, Jun 21, 2012 at 3:23 AM, Andrea Galbusera  wrote:
> Are you experienced recipes' maintainers using any tool to
> automatically monitor upstream projects for new releases?
> I'm not planning to become a full-time maintainer but, since I
> recently submitted a new recipe for meta-oe, I'd like to keep it as
> up-to-date as possible. I asked myself if a suitable convenience tool
> was available. After a quick search I found solutions like cnucnu
> which appear to be used by Fedora for a similar purpose. Must read
> further to see if they could fit.
> Just wanted to throw the question to "real" maintainers first.
>
I personally subscibe to announce mls of packages I am interested so I
get notified
but use no automated tool otherwise.
cnucnu seems to be nice.
seems data used by cnucnu is something that bitbake fetchers are already groking
from recipes. I think may be either generating this raw file that
cnucnu needs using
bitbake or adding the cnucnu like functionality to bitbake could be nice.

I like the fact that it can file bugs too.

> Regards
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe] libjpeg-turbo: update 1.2.1 / use version 8d to follow oe-core libjpeg update

2012-06-21 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 21-06-12 09:30, Martin Jansa schreef:
> On Mon, Jun 18, 2012 at 03:17:51PM +0200, Andreas Müller wrote:
>> without following oe-core's version PREFERRED_PROVIDER_jpeg does not
>> work and libjpeg is build.
> 
> Hi,
> 
> this upgrade is causing many runtime dep issues, because libjpeg-turbo
> package now has not only: /usr/lib/libjpeg.so.8
> /usr/lib/libjpeg.so.8.0.2 but also: /usr/lib/libturbojpeg.so.0
> /usr/lib/libturbojpeg.so.0.0.0
> 
> http://git.shr-project.org/git/?p=buildhistory.git;a=blobdiff;f=packages/armv4t-oe-linux-gnueabi/libjpeg-turbo/libjpeg-turbo/latest;h=e449fd892c297995bf2f6a856eb875f7b5df42c0;hp=fdc1ae08fa4dbbf180b8d1e0b7ed54acb5a6743a;hb=9fe63f73e65260b6c8a3dfa5c488dac046667bba;hpb=10a01924024d30e90c9663c1317472830395f486
>
>  so packages got renamed from 
> ./067/ipk/armv7a-vfp-neon/libjpeg8_8c+1.2.0-r0_armv7a-vfp-neon.ipk 
> ./067/ipk/armv7a-vfp-neon/libturbojpeg_8c+1.2.0-r0_armv7a-vfp-neon.ipk to
> packages 
> ./068/ipk/armv7a-vfp-neon/libjpeg-turbo_8d+1.2.1-r0_armv7a-vfp-neon.ipk 
> ./068/ipk/armv7a-vfp-neon/libturbojpeg_8d+1.2.1-r0_armv7a-vfp-neon.ipk
> 
> and runtime deps like "libjpeg8 (>= 8c+1.2.0)" are not satisfied anymore 
> (e.g. do_rootfs fails).
> 
> Don't know why packaging is not showing warning about multiple .sonames 
> and asking for LEAD_SONAME :/.
> 
> Will send patch for it in few minutes.

crap,I had the same problem with the version I did and didn't check if this
patch also suffered from that problem.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJP42EfAAoJEHZqAkdh1vT6oB4P/2dYmyOwiRdfqBWH/TL2a1+B
JpyATgj8YzBy7k4v6np8ZTmU9u14QWTQetjMrNp2jVSWK9J5Up41CsTilSk4cGej
sKfhciaR5aTtmjGQ7U3uKl5q4Jp+UCmuZEccHkXBRtEVsAz1DeOXXnlcPzzwwE+v
z5MS8GQmrpga3Q4Lqx6NGXgJvjLwXtJqjBY4g5P+9EAqPOSR0/3DvDljYTsyvWp0
7CQhzRkr1D+Tv05n/QctQoaMNgIuWxNYQWOt90SSIOE7qkmm0VM6OZy5Np/pGiHh
egp+lqnptDHDdfwZz7boRZzZr//GlxsoT0D2PtLYSMRbbEwsZWdT9fXKY+q1cKx8
T8X3Gx/Hq/uyHK7FE5Cy72XegLbzRTH49/AbuHJBKVns+AL1+ZyBWkgHhP/eyHfW
RkCwaoYq8mEhlRUUZeMRXzfdN5LQ/KNMPo841gvo3TwRiSJsTf185isYek5UE2UU
i0CcgBh+lX+42/zKM7MVeqfF0npgqyTE0dk6QODjupL3WDBWjOCuQTzl4xAsRQib
+zCMSodgRhhUEYfvC3HQUhi2iZkuZ7L0Ks44xlw79lW1BK0MLWLmKWSJl0DTTZp7
XrMpuKb9PYGj32tf2Ce0GhRngq2HzAtgPnvzgVMzdUDqdgwoRmQWNVarBi0V18Yh
7JhWxRRInETznzbXAhLR
=PDS5
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [RFC, meta-oe 22/27 v2] xserver-nodm-init: move systemd support to meta-systemd

2012-06-21 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 21-06-12 09:35, Martin Jansa schreef:
> From: Andreas Müller 
> 
> contents of ${sysconfdir}/default/xserver-nodm were moved from 
> FILES_${PN}-systemd to FILES_${PN}
> 
> 
> ---
> 
> v2: xserver-nodm.conf was moved to meta-systemd and kept in ${PN}-systemd
> where it belongs
> 
> 
> Signed-off-by: Andreas Müller  
> Signed-off-by: Martin Jansa 

Will git pick these SOBs up below the comment mark?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJP42FYAAoJEHZqAkdh1vT6PksQAIPwAaXH8m3161uikHBUkAvv
E+mNYZtvbSW+7j3Yr3LYJIC/AGgM+i1DcA64Ng5U8bVNdyH0vAKihMe8SGZqMO2K
+mSflKSznvF7PwHJVwzsgGMhfqd95hCS8oyO/U91FeQnIBsAfivv1VBMbc0dgaic
ZjFD9+7M2FSnIWwrAKellIG3fZQAuk6VmNB7wgvxE5e11R6tYYYvZ1lywB34cHLY
5vr7rzwBeIu+hrBF56o0qD+7JYtDY/oa3NA3IAvRz4g88CPotQSDtOhvobhmzthd
otKJAmSbx31pBM3/+IncO19M7bxjk1AxPBgFVa+ZFFLtK8ZLfgYggBJ8zbrzhrW7
7pIh26hztbjTs9Ey3tDzF3rNWQcv+AxRFJ33FvEvWIy+n6M+olfTHeRD2yl9Oru5
yYuudeB+m+gvJE0r9PvKKsHBvgEoqjrW2d57VpTposnGkYFsgwIoSUMPFr7cMQJD
zinb+mbfakZVnWgvHDxp9rotMslDtmg6kmJG54Y6oYEkQuMoTZaefOZsEUSO7CDJ
4ADRBP3a3jn/cTvSwNSM5F35D8K7JljjOtsjjG9FYm3j3b1c6c2T2DYDPKhfvj+e
yCPr5OXO6FbVRLWFmEh3MhxQZRqnu+ueoiFXW0LRPVRdTCyueTr16mWnE9etKFty
WdHLCUCK34fXL9/J0ndj
=jZhK
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [RFC, meta-oe 22/27 v2] xserver-nodm-init: move systemd support to meta-systemd

2012-06-21 Thread Martin Jansa
On Thu, Jun 21, 2012 at 08:00:56PM +0200, Koen Kooi wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Op 21-06-12 09:35, Martin Jansa schreef:
> > From: Andreas Müller 
> > 
> > contents of ${sysconfdir}/default/xserver-nodm were moved from 
> > FILES_${PN}-systemd to FILES_${PN}
> > 
> > 
> > ---
> > 
> > v2: xserver-nodm.conf was moved to meta-systemd and kept in ${PN}-systemd
> > where it belongs
> > 
> > 
> > Signed-off-by: Andreas Müller  
> > Signed-off-by: Martin Jansa 
> 
> Will git pick these SOBs up below the comment mark?

Ah sorry, it doesn't (at least from pw).

Andreas said off list that he plans to send v2 of whole patchset (there
will be small change from gpsd too). Andreas: do you want me to send v3
or will you fix SOBs yourself?

Cheers,

> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (Darwin)
> Comment: GPGTools - http://gpgtools.org
> 
> iQIcBAEBAgAGBQJP42FYAAoJEHZqAkdh1vT6PksQAIPwAaXH8m3161uikHBUkAvv
> E+mNYZtvbSW+7j3Yr3LYJIC/AGgM+i1DcA64Ng5U8bVNdyH0vAKihMe8SGZqMO2K
> +mSflKSznvF7PwHJVwzsgGMhfqd95hCS8oyO/U91FeQnIBsAfivv1VBMbc0dgaic
> ZjFD9+7M2FSnIWwrAKellIG3fZQAuk6VmNB7wgvxE5e11R6tYYYvZ1lywB34cHLY
> 5vr7rzwBeIu+hrBF56o0qD+7JYtDY/oa3NA3IAvRz4g88CPotQSDtOhvobhmzthd
> otKJAmSbx31pBM3/+IncO19M7bxjk1AxPBgFVa+ZFFLtK8ZLfgYggBJ8zbrzhrW7
> 7pIh26hztbjTs9Ey3tDzF3rNWQcv+AxRFJ33FvEvWIy+n6M+olfTHeRD2yl9Oru5
> yYuudeB+m+gvJE0r9PvKKsHBvgEoqjrW2d57VpTposnGkYFsgwIoSUMPFr7cMQJD
> zinb+mbfakZVnWgvHDxp9rotMslDtmg6kmJG54Y6oYEkQuMoTZaefOZsEUSO7CDJ
> 4ADRBP3a3jn/cTvSwNSM5F35D8K7JljjOtsjjG9FYm3j3b1c6c2T2DYDPKhfvj+e
> yCPr5OXO6FbVRLWFmEh3MhxQZRqnu+ueoiFXW0LRPVRdTCyueTr16mWnE9etKFty
> WdHLCUCK34fXL9/J0ndj
> =jZhK
> -END PGP SIGNATURE-
> 
> 
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

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


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [RFC, meta-oe 22/27 v2] xserver-nodm-init: move systemd support to meta-systemd

2012-06-21 Thread Andreas Müller
On Thu, Jun 21, 2012 at 8:10 PM, Martin Jansa  wrote:
> Andreas said off list
unintended - sorry
> that he plans to send v2 of whole patchset (there will be small change from 
> gpsd too).
Did I miss something here?
> Andreas: do you want me to send v3
> or will you fix SOBs yourself?
No need for V3.

By the way: before I rebase this series: Are there patches around for
latest oe-core updates ( at least connman was updated ).

Andreas

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [RFC, meta-oe 22/27 v2] xserver-nodm-init: move systemd support to meta-systemd

2012-06-21 Thread Martin Jansa
On Thu, Jun 21, 2012 at 08:30:53PM +0200, Andreas Müller wrote:
> On Thu, Jun 21, 2012 at 8:10 PM, Martin Jansa  wrote:
> > Andreas said off list
> unintended - sorry

no problem

> > that he plans to send v2 of whole patchset (there will be small change from 
> > gpsd too).
> Did I miss something here?

this one needs a bit of attention while rebasing
http://git.openembedded.org/meta-openembedded/commit/?id=6ba88f7ad957bf2f6fb4527f77697429f7d98a52

> > Andreas: do you want me to send v3
> > or will you fix SOBs yourself?
> No need for V3.

OK
 
> By the way: before I rebase this series: Are there patches around for
> latest oe-core updates ( at least connman was updated ).

Localy I've just renamed connman .bbappend to match and waiting for
rebuild from scratch to see if there is more issues from that.

Cheers,

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


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [RFC, meta-oe 22/27 v2] xserver-nodm-init: move systemd support to meta-systemd

2012-06-21 Thread Andreas Müller
On Thu, Jun 21, 2012 at 8:30 PM, Andreas Müller
 wrote:
> On Thu, Jun 21, 2012 at 8:10 PM, Martin Jansa  wrote:
>> Andreas said off list
> unintended - sorry
>> that he plans to send v2 of whole patchset (there will be small change from 
>> gpsd too).
> Did I miss something here?
6ba88f7ad957bf2f6fb4527f77697429f7d98a52 got it :)
>> Andreas: do you want me to send v3
>> or will you fix SOBs yourself?
> No need for V3.
>
> By the way: before I rebase this series: Are there patches around for
> latest oe-core updates ( at least connman was updated ).
>
> Andreas

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] (no subject)

2012-06-21 Thread Andreas Müller
after updating all my repos (angstrom+few extra layers) I get

  
/home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-handheld/recipes-kernel/linux/linux-yocto_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-bsp/formfactor/formfactor_0.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-fishriver/recipes-bsp/formfactor/formfactor_0.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-fri2/recipes-bsp/formfactor/formfactor_0.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-jasperforest/recipes-bsp/formfactor/formfactor_0.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-n450/recipes-bsp/formfactor/formfactor_0.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-smartphone/meta-nokia/recipes-bsp/formfactor/formfactor_0.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-handheld/recipes-bsp/formfactor/formfactor_0.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-ti/recipes-bsp/formfactor/formfactor_0.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-smartphone/meta-nokia/recipes-multimedia/mplayer/mplayer2_git.bbappend
  
/home/Superandy/data/oe-core/sources/meta-smartphone/meta-openmoko/recipes-multimedia/mplayer/mplayer2_git.bbappend
  
/home/Superandy/data/oe-core/sources/meta-angstrom/recipes-core/update-rc.d/update-rc.d_0.7.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
  
/home/Superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bbappend
  
/home/Superandy/data/oe-core/sources/meta-smartphone/meta-palm/recipes-bsp/x-load/x-load_git.bbappend
  
/home/Superandy/data/oe-core/sources/meta-gumstix/recipes-bsp/x-load/x-load_git.bbappend
  
/home/Superandy/data/oe-core/sources/meta-angstrom/recipes-extended/zypper/zypper_git.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  
/home/Superandy/data/oe-core/sources/meta-openembedded/toolchain-layer/recipes-devtools/gcc/gcc-runtime_4.6.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.8.1.bbappend
  
/home/Superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.1.bbappend
  
/home/Superandy/data/oe-core/sources/meta-kde/recipes-misc-support/qt4-x11-free_4.8.1.bbappend
  
/home/Superandy/data/oe-core/sources/meta-intel/meta-fri2/recipes-b

[oe] [meta-handheld][PATCH 2/2] linux_2.6.29: fix parsing warnings

2012-06-21 Thread Andrea Adami
* declare COMPATIBLE_MACHINE to fix
* WARNING: Unable to get checksum for linux SRC_URI entry
* defconfig: file could not be found

Signed-off-by: Andrea Adami 
---
 recipes-kernel/linux/linux_2.6.29.bb |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes-kernel/linux/linux_2.6.29.bb 
b/recipes-kernel/linux/linux_2.6.29.bb
index e1da026..1886f24 100644
--- a/recipes-kernel/linux/linux_2.6.29.bb
+++ b/recipes-kernel/linux/linux_2.6.29.bb
@@ -6,6 +6,8 @@ PR = "r0"
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_h3600 = "1"
 
+COMPATIBLE_MACHINE = "h3600"
+
 SRC_URI = 
"${KERNELORG_MIRROR}/linux/kernel/v2.6/linux-2.6.29.6.tar.bz2;name=kernel \
file://defconfig"
 
-- 
1.7.3.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-handheld][PATCH 1/2] linux_3.0.1 fix parsing warnings

2012-06-21 Thread Andrea Adami
* declare COMPATIBLE_MACHINE to fix
* WARNING: Unable to get checksum for linux SRC_URI entry
* defconfig: file could not be found

Signed-off-by: Andrea Adami 
---
 recipes-kernel/linux/linux_3.0.1.bb |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes-kernel/linux/linux_3.0.1.bb 
b/recipes-kernel/linux/linux_3.0.1.bb
index 38c5196..ac88b29 100644
--- a/recipes-kernel/linux/linux_3.0.1.bb
+++ b/recipes-kernel/linux/linux_3.0.1.bb
@@ -4,6 +4,8 @@ require linux.inc
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_hx4700 = "1"
 
+COMPATIBLE_MACHINE = "hx4700"
+
 SRC_URI = 
"${KERNELORG_MIRROR}/linux/kernel/v3.0/linux-${PV}.tar.bz2;name=kernel \
file://defconfig "
 
-- 
1.7.3.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] massive fallout after updates / was (no subject)

2012-06-21 Thread Andreas Müller
On Thu, Jun 21, 2012 at 11:36 PM, Andreas Müller
 wrote:
> after updating all my repos (angstrom+few extra layers) I get
>
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-n450/recipes-kernel/linux/linux-yocto_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-handheld/recipes-kernel/linux/linux-yocto_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-bsp/formfactor/formfactor_0.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-fishriver/recipes-bsp/formfactor/formfactor_0.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-fri2/recipes-bsp/formfactor/formfactor_0.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-jasperforest/recipes-bsp/formfactor/formfactor_0.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-n450/recipes-bsp/formfactor/formfactor_0.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-smartphone/meta-nokia/recipes-bsp/formfactor/formfactor_0.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-handheld/recipes-bsp/formfactor/formfactor_0.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-ti/recipes-bsp/formfactor/formfactor_0.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-smartphone/meta-nokia/recipes-multimedia/mplayer/mplayer2_git.bbappend
>  /home/Superandy/data/oe-core/sources/meta-smartphone/meta-openmoko/recipes-multimedia/mplayer/mplayer2_git.bbappend
>  /home/Superandy/data/oe-core/sources/meta-angstrom/recipes-core/update-rc.d/update-rc.d_0.7.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
>  /home/Superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bbappend
>  /home/Superandy/data/oe-core/sources/meta-smartphone/meta-palm/recipes-bsp/x-load/x-load_git.bbappend
>  /home/Superandy/data/oe-core/sources/meta-gumstix/recipes-bsp/x-load/x-load_git.bbappend
>  /home/Superandy/data/oe-core/sources/meta-angstrom/recipes-extended/zypper/zypper_git.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>  /home/Superandy/data/oe-core/sources/meta-openembedded/toolchain-layer/recipes-devtools/gcc/gcc-runtime_4.6.bbappend
>  /home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.8.1.bbappend
>  /home/Superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.1.bbappend
>  /home/Superandy/data/oe-core/sources/meta-kde/recipes-misc-support/qt4-x11-free_4.8.1.bbappend
>  /home/S

Re: [oe] [meta-ti] massive fallout after updates / was (no subject)

2012-06-21 Thread Denys Dmytriyenko
On Fri, Jun 22, 2012 at 12:11:46AM +0200, Andreas Müller wrote:
> On Thu, Jun 21, 2012 at 11:36 PM, Andreas Müller
>  wrote:
> > after updating all my repos (angstrom+few extra layers) I get
> 
> The error seems to be caused by meta-ti. When removed, parsing works
> as expected. By re-including I get now:
> 
> ERROR: ExpansionError during parsing
> /home/Superandy/data/oe-core/sources/meta-ti/recipes-ti/gstreamer-ti/gstreamer-ti_svn.bb:
> Failure expanding variable FILESPATH, expression was
> ${@base_set_filespath([
> "/home/Superandy/data/oe-core/sources/meta-ti/recipes-ti/gstreamer-ti/gstreamer-ti-svnr962-r85+${MACHINE_KERNEL_PR}",

Could be caused by MACHINE_KERNEL_PR being undefined... What machine you are 
building for?

-- 
Denys


> "/home/Superandy/data/oe-core/sources/meta-ti/recipes-ti/gstreamer-ti/gstreamer-ti-svnr962",
> "/home/Superandy/data/oe-core/sources/meta-ti/recipes-ti/gstreamer-ti/gstreamer-ti",
> "/home/Superandy/data/oe-core/sources/meta-ti/recipes-ti/gstreamer-ti/gstreamer-ti-svnr962",
> "/home/Superandy/data/oe-core/sources/meta-ti/recipes-ti/gstreamer-ti/gstreamer-ti",
> "/home/Superandy/data/oe-core/sources/meta-ti/recipes-ti/gstreamer-ti/files",
> "/home/Superandy/data/oe-core/sources/meta-ti/recipes-ti/gstreamer-ti"
> ], d)} which triggered exception SyntaxError: EOL while scanning
> string literal (FILESPATH, line 1)
> ERROR: No recipes available for:
>   
> /home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>   
> /home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
>   
> /home/Superandy/data/oe-core/sources/meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
>   
> /home/Superandy/data/oe-core/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
>   
> /home/Superandy/data/oe-core/sources/meta-intel/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend
>   
> /home/Superandy/data/oe-core/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
>   ..
> 
> Andreas
> ___
> meta-ti mailing list
> meta...@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-initramfs][PATCH] ubi-utils-klibc_1.5.0: fix build because of ioctl renaming

2012-06-21 Thread Andrea Adami
* This patch follows the one in oe-core for mtd-utils_1.5.0
* which was staging an older version of the ubi-user.h header.
* We need to match the renaming done in kernel 3.0
* http://lists.infradead.org/pipermail/linux-mtd/2011-March/
* 034419.html

Signed-off-by: Andrea Adami 
---
 .../mtd/ubi-utils-klibc/libubi.c.patch |   17 +
 .../recipes-devtools/mtd/ubi-utils-klibc_1.5.0.bb  |2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/libubi.c.patch 
b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/libubi.c.patch
index db95904..b52e207 100644
--- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/libubi.c.patch
+++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/libubi.c.patch
@@ -9,3 +9,20 @@
  {
int fd, ret;
  
+@@ -1346,13 +1346,13 @@
+ 
+ int ubi_set_property(int fd, uint8_t property, uint64_t value)
+ {
+-  struct ubi_set_prop_req r;
++  struct ubi_set_vol_prop_req r;
+ 
+-  memset(&r, 0, sizeof(struct ubi_set_prop_req));
++  memset(&r, 0, sizeof(struct ubi_set_vol_prop_req));
+   r.property = property;
+   r.value = value;
+ 
+-  return ioctl(fd, UBI_IOCSETPROP, &r);
++  return ioctl(fd, UBI_IOCSETVOLPROP, &r);
+ }
+ 
+ int ubi_leb_unmap(int fd, int lnum)
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_1.5.0.bb 
b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_1.5.0.bb
index 2095552..d4d0055 100644
--- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_1.5.0.bb
+++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_1.5.0.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
 
-PR = "r0"
+PR = "r1"
 
 inherit klibc
 
-- 
1.7.3.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-ti] massive fallout after updates / was (no subject)

2012-06-21 Thread Andreas Müller
On Fri, Jun 22, 2012 at 1:02 AM, Denys Dmytriyenko  wrote:
No need to understand everything: By removing require linux-tools.inc
(the fastest patch I ever had :) I can now build again.

@layer maintainers: removing

require linux-tools.inc

should be taken into consideration

Andreas

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-ti] massive fallout after updates / was (no subject)

2012-06-21 Thread Denys Dmytriyenko
On Fri, Jun 22, 2012 at 01:34:54AM +0200, Andreas Müller wrote:
> On Fri, Jun 22, 2012 at 1:02 AM, Denys Dmytriyenko  wrote:
> No need to understand everything: By removing require linux-tools.inc
> (the fastest patch I ever had :) I can now build again.
> 
> @layer maintainers: removing
> 
> require linux-tools.inc
> 
> should be taken into consideration

Thanks!

-- 
Denys


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [PATCH] * updating mirror

2012-06-21 Thread Nicu Stiurca
Signed-off-by: Nicu Stiurca 
---
 recipes/iproute2/iproute2_2.6.38.bb |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/iproute2/iproute2_2.6.38.bb 
b/recipes/iproute2/iproute2_2.6.38.bb
index 6a72999..68cf425 100644
--- a/recipes/iproute2/iproute2_2.6.38.bb
+++ b/recipes/iproute2/iproute2_2.6.38.bb
@@ -2,7 +2,7 @@ require iproute2.inc
 
 PR = "${INC_PR}.0"
 
-SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \
+SRC_URI = "http://sources.buildroot.net/${P}.tar.bz2 \
   file://configure-cross.patch \
  "
 
-- 
1.7.0.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-openembedded] connman: Update recipe name to connman_1.0.bbappend.

2012-06-21 Thread Elvis Dowson
This commit updates the recipe name to connman_1.0.bbappend.

Signed-off-by: Elvis Dowson 
---
 .../connman/connman_0.79.bbappend  |6 --
 .../connman/connman_1.0.bbappend   |6 ++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 meta-oe/recipes-connectivity/connman/connman_0.79.bbappend
 create mode 100644 meta-oe/recipes-connectivity/connman/connman_1.0.bbappend

diff --git a/meta-oe/recipes-connectivity/connman/connman_0.79.bbappend 
b/meta-oe/recipes-connectivity/connman/connman_0.79.bbappend
deleted file mode 100644
index 167165f..000
--- a/meta-oe/recipes-connectivity/connman/connman_0.79.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-inherit systemd
-
-EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
-
-SYSTEMD_PACKAGES = "${PN}-systemd"
-SYSTEMD_SERVICE_${PN}-systemd = "connman.service"
diff --git a/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend 
b/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend
new file mode 100644
index 000..167165f
--- /dev/null
+++ b/meta-oe/recipes-connectivity/connman/connman_1.0.bbappend
@@ -0,0 +1,6 @@
+inherit systemd
+
+EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
+
+SYSTEMD_PACKAGES = "${PN}-systemd"
+SYSTEMD_SERVICE_${PN}-systemd = "connman.service"
-- 
1.7.9.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-openembedded] lighttpd: Set SYSTEMD_PACKAGES as lighttpd-systemd.

2012-06-21 Thread Elvis Dowson
This commit fixes WARNING:
/tool/yocto/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.30.bb:
it is recommended to set SYSTEMD_PACKAGES as -systemd

Signed-off-by: Elvis Dowson 
---
 .../lighttpd/lighttpd_1.4.30.bbappend  |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend 
b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
index 1341405..b02f35c 100644
--- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
+++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
@@ -6,5 +6,5 @@ inherit systemd
 
 SRC_URI += "file://lighttpd.service"
 
-SYSTEMD_PACKAGES = "${PN}"
+SYSTEMD_PACKAGES = "${PN}-systemd"
 SYSTEMD_SERVICE_${PN} = "lighttpd.service"
-- 
1.7.9.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-openembedded] networkmanager: Set SYSTEMD_PACKAGES as networkmanager-systemd.

2012-06-21 Thread Elvis Dowson
This commit fixes WARNING:
/tool/yocto/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb:
it is recommended to set SYSTEMD_PACKAGES as -systemd

Signed-off-by: Elvis Dowson 
---
 .../networkmanager/networkmanager_0.9.2.0.bb   |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb 
b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
index 221dc2c..d681e0c 100644
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
@@ -54,7 +54,7 @@ do_install_append () {
install -d ${D}/etc/NetworkManager/VPN
 }
 
-SYSTEMD_PACKAGES = "${PN}"
+SYSTEMD_PACKAGES = "${PN}-systemd"
 SYSTEMD_SERVICE = "NetworkManager.service"
 
 PACKAGES =+ "libnmutil libnmglib libnmglib-vpn ${PN}-tests" 
-- 
1.7.9.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-21 Thread Elvis Dowson
This commit fixes the following warnings:
WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file 
could not be found
WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: 
file could not be found

Signed-off-by: Elvis Dowson 
---
 .../recipes-devtools/python/python-numpy_1.4.1.bb  |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb 
b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
index a67bf8b..bdcdf91 100644
--- a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
+++ b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
@@ -2,11 +2,17 @@ DESCRIPTION = "A sophisticated Numeric Processing Package for 
Python"
 SECTION = "devel/python"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
-  file://config.h \
-  file://numpyconfig.h \
+ "
+SRC_URI_arm += " \
+   file://arm/config.h \
+   file://arm/numpyconfig.h \
+ "
+SRC_URI_mipsel += " \
+   file://mipsel/config.h \
+   file://mipsel/numpyconfig.h \
  "
 
 S = "${WORKDIR}/numpy-${PV}"
-- 
1.7.9.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-21 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 6/21/2012 9:14 PM, Elvis Dowson wrote:
> This commit fixes the following warnings: WARNING: Unable to get
> checksum for python-numpy SRC_URI entry config.h: file could not be
> found WARNING: Unable to get checksum for python-numpy SRC_URI
> entry numpyconfig.h: file could not be found
> 
> Signed-off-by: Elvis Dowson  --- 
> .../recipes-devtools/python/python-numpy_1.4.1.bb  |   12
> +--- 1 file changed, 9 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
> b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb index
> a67bf8b..bdcdf91 100644 ---
> a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb +++
> b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb @@ -2,11
> +2,17 @@ DESCRIPTION = "A sophisticated Numeric Processing Package
> for Python" SECTION = "devel/python" LICENSE = "PSF" 
> LIC_FILES_CHKSUM =
> "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa" -PR =
> "r3" +PR = "r4"
> 
> SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ -
> file://config.h \ -  file://numpyconfig.h \ +   " +SRC_URI_arm +=
> " \ +   file://arm/config.h \ +
> file://arm/numpyconfig.h \ +" +SRC_URI_mipsel += " \ +
> file://mipsel/config.h \ +   file://mipsel/numpyconfig.h \ 
> "
> 

Did you test it on arm/mipsel and made sure that SRC_URI is correct
after this change ?

> S = "${WORKDIR}/numpy-${PV}"
> 


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/j9IIACgkQuwUzVZGdMxRdNwCfRMpvWZtDIwMi4EkqZVhN9YbW
WPwAn3VFiygw3k119AqPDm7gxm8UVIl2
=NYbZ
-END PGP SIGNATURE-

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-21 Thread Elvis Dowson
Hi Khem,

On Jun 22, 2012, at 8:28 AM, Khem Raj wrote:

> Did you test it on arm/mipsel and made sure that SRC_URI is correct
> after this change ?

No, I did not. The location of the files had move to architecture specific 
folders, but the main recipe had not been updated to reflect this, so I just 
corrected the recipe. 

I have an armv7a board (TI OMAP3530 based Gumstix Overo Fire), but no mipsel 
based board. At the moment, I'm focussing on the powerpc440 on my virtex5 fpga 
board, so perhaps someone else with an arm and mipsel could help test it out.

Best regards,

Elvis Dowson
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-21 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 6/21/2012 9:39 PM, Elvis Dowson wrote:
> No, I did not. The location of the files had move to architecture
> specific folders, but the main recipe had not been updated to
> reflect this, so I just corrected the recipe.

OK you can just do

MACHINE=qemuarm bitbake -e python-numpy | grep -i "^SRC_URI="

and see what it shows.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/j+IQACgkQuwUzVZGdMxTyiQCglNWEIfS2EC7Sm0R60GsT0m4I
pOsAn1olV/oDwSSqVYxpy3hoaFP1YJgo
=9qri
-END PGP SIGNATURE-

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-21 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 6/21/2012 9:14 PM, Elvis Dowson wrote:
> This commit fixes the following warnings: WARNING: Unable to get
> checksum for python-numpy SRC_URI entry config.h: file could not be
> found WARNING: Unable to get checksum for python-numpy SRC_URI
> entry numpyconfig.h: file could not be found
> 
> Signed-off-by: Elvis Dowson  --- 
> .../recipes-devtools/python/python-numpy_1.4.1.bb  |   12
> +--- 1 file changed, 9 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
> b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb index
> a67bf8b..bdcdf91 100644 ---
> a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb +++
> b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb @@ -2,11
> +2,17 @@ DESCRIPTION = "A sophisticated Numeric Processing Package
> for Python" SECTION = "devel/python" LICENSE = "PSF" 
> LIC_FILES_CHKSUM =
> "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa" -PR =
> "r3" +PR = "r4"
> 
> SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ -
> file://config.h \ -  file://numpyconfig.h \ +   " +SRC_URI_arm +=
> " \ +   file://arm/config.h \ +
> file://arm/numpyconfig.h \ +" +SRC_URI_mipsel += " \ +
> file://mipsel/config.h \ +   file://mipsel/numpyconfig.h \ 
> "
> 
> S = "${WORKDIR}/numpy-${PV}"
> 

anyway something like below is what you need.

SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
   ${CONFIGFILESURI} \
  "

CONFIGFILESURI ?= ""
CONFIGFILESURI_arm = "file://config.h \
  file://numpyconfig.h \
  "

CONFIGFILESURI_mipsel = "file://config.h \
  file://numpyconfig.h \
  "
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/j+ckACgkQuwUzVZGdMxRl/QCfZL/I+bjl6bjd2xkb+1lsSXqn
/E0An1i6f1IqSKrdHhHy308N0DK2BI9l
=KzI2
-END PGP SIGNATURE-

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-21 Thread Elvis Dowson
Hi Khem,

On Jun 22, 2012, at 8:45 AM, Khem Raj wrote:

> OK you can just do
> 
> MACHINE=qemuarm bitbake -e python-numpy | grep -i "^SRC_URI="
> 
> and see what it shows.

That command returned empty.

I'll modify the patch with the CONFIGFILESURI as you suggested.

Best regards,

Elvis Dowson

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

2012-06-21 Thread Khem Raj
On Thu, Jun 21, 2012 at 10:16 PM, Elvis Dowson  wrote:
>
>
> That command returned empty.

:) thats what I expected.

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel