[OE-core] [PATCH 0/1] scripts/contrib/mkefidisk.sh: fix bashism

2013-08-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com

The following changes since commit bd1c441a210cae03fb6006c996227211cc29056b:

  bitbake: bitbake: runqueue: add warning if invalidating invalid task 
(2013-07-29 15:25:09 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/fix-bashism
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/fix-bashism

Chen Qi (1):
  scripts/contrib/mkefidisk.sh: fix bashism

 scripts/contrib/mkefidisk.sh |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
1.7.9.5

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] scripts/contrib/mkefidisk.sh: fix bashism

2013-08-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com

Remove the function keyword.

Signed-off-by: Chen Qi qi.c...@windriver.com
---
 scripts/contrib/mkefidisk.sh |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh
index bcc2411..af06b4b 100755
--- a/scripts/contrib/mkefidisk.sh
+++ b/scripts/contrib/mkefidisk.sh
@@ -28,14 +28,14 @@ BOOT_SIZE=20
 # 5% for swap
 SWAP_RATIO=5
 
-function usage() {
+usage() {
echo Usage: $(basename $0) DEVICE HDDIMG TARGET_DEVICE
echoDEVICE: The device to write the image to, e.g. /dev/sdh
echoHDDIMG: The hddimg file to generate the efi disk from
echoTARGET_DEVICE: The device the target will boot from, e.g.  
/dev/mmcblk0
 }
 
-function image_details() {
+image_details() {
IMG=$1
echo Image details
echo =
@@ -46,7 +46,7 @@ function image_details() {
echo 
 }
 
-function device_details() {
+device_details() {
DEV=$1
BLOCK_SIZE=512
 
@@ -71,7 +71,7 @@ function device_details() {
echo 
 }
 
-function unmount_device() {
+unmount_device() {
grep -q $DEVICE /proc/mounts
if [ $? -eq 0 ]; then
echo -n $DEVICE listed in /proc/mounts, attempting to 
unmount...
-- 
1.7.9.5

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] packagegroup-core-boot: correct runtime dependencies for non-sysvinit system

2013-08-02 Thread Martin Jansa
On Thu, Aug 01, 2013 at 09:45:40PM -0700, Saul Wold wrote:
 [YOCTO #4969]
 
 Signed-off-by: Saul Wold s...@linux.intel.com
 
 core
 
 Signed-off-by: Saul Wold s...@linux.intel.com

^^^ Something is missing and something is redundant :).

 ---
  meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 9 ++---
  1 file changed, 6 insertions(+), 3 deletions(-)
 
 diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb 
 b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
 index d69c41d..486385a 100644
 --- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
 +++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
 @@ -30,15 +30,18 @@ VIRTUAL-RUNTIME_init_manager ?= sysvinit
  VIRTUAL-RUNTIME_initscripts ?= initscripts
  VIRTUAL-RUNTIME_keymaps ?= keymaps
  
 +SYSVINIT_SCRIPTS = ${@base_contains('MACHINE_FEATURES', 'rtc', 
 'busybox-hwclock', '', d)} \
 +modutils-initscripts \
 +init-ifupdown \
 +   
 +
  RDEPENDS_${PN} = \
  base-files \
  base-passwd \
  busybox \
 -${@base_contains(MACHINE_FEATURES, rtc, busybox-hwclock, , d)} \
 +${@base_contains(DISTRO_FEATURES, sysvinit, ${SYSVINIT_SCRIPTS}, 
 , d)} \
  ${@base_contains(MACHINE_FEATURES, keyboard, 
 ${VIRTUAL-RUNTIME_keymaps}, , d)} \
 -modutils-initscripts \
  netbase \
 -init-ifupdown \
  ${VIRTUAL-RUNTIME_login_manager} \
  ${VIRTUAL-RUNTIME_init_manager} \
  ${VIRTUAL-RUNTIME_initscripts} \
 -- 
 1.8.1.4
 
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-core

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


signature.asc
Description: Digital signature
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [CONSOLIDATED PULL 00/45] Initial Review - lots of upgrades

2013-08-02 Thread Saul Wold
Ross, Paul:

Please review this batch, contains alot of updates along with some
patches and bug fixes.

Thanks
Sau!


The following changes since commit f192c444c2d88c49738bea4ff4c3af0cc72916de:

  texinfo: Update to 5.1 (2013-07-31 06:56:28 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Chen Qi (1):
  opkg.inc: remove the obsolete REDIRECT_CMD

Cristian Iorga (2):
  alsa-lib: upgrade to v1.0.27.2
  alsa-utils: upgrade to 1.0.27.2

Eric Nelson (1):
  gst-plugins-gl: add explicit dependency on libpng

Ionut Radu (1):
  apt: Upgrade from 0.9.8.2 to 0.9.9.4

Joe MacDonald (1):
  oe-find-native-sysroot: minor optimization

Jukka Rissanen (3):
  ofono: Add systemd support
  ofono: Move bluetooth enabling to .inc file
  ofono: Enable test scripts by default

Khem Raj (1):
  gcc-4.8: Fix meta-fsl-arm iperf build issue

Laurentiu Palcu (13):
  adt_installer: allow specifying relative target sysroot paths
  xf86-video-intel: upgrade to 2.21.13
  git: upgrade to 1.8.3.4
  nasm: upgrade to 2.10.09
  powertop: upgrade to 2.4
  libdrm: upgrade to 2.4.46
  libpciaccess: upgrade to 0.13.2
  xrandr: upgrade to 1.4.1
  xf86-input-evdev: upgrade to 2.8.1
  xhost: upgrade to 1.0.6
  makedepend: upgrade to 1.0.5
  flex: upgrade to 2.5.37
  grub_2.00: fix compilation when using flex 2.5.37

Martin Jansa (1):
  mesa: inherit gettext

Muhammad Shakeel (1):
  avahi: Remove unnecessary runtime dependency on sysvinit-pidof

Paul Barker (1):
  opkg: Bump SRCREV as patch has been applied upstream

Paul Eggleton (3):
  classes/sanity: check for suid root command evility
  classes/sanity: fix some grammatical errors in messages
  grub: disable floating ncurses dependency for GPLv2 version

Richard Tollerton (1):
  shadow: Fix build when DISTRO_FEATURES contains pam, libc-crypt

Rogerio Nunes (1):
  packagegroup-core-tools-testapps: isolate x11 dependent tools

Ross Burton (3):
  bluez5: Add obex-profiles as a PACKAGECONFIG, package obexd separately
  qemu: remove unused SDL variable
  u-boot: state the MACHINE when skipping u-boot

Saul Wold (7):
  dpkg: upgrade to 1.17.1
  dpkg: Drop INC_PR as it's unused
  glew: upgrade to 1.10.0
  libgcrypt: upgrade to 1.5.3
  resolvconf: upgrade to 1.74
  xorg-cf-files: upgrade to 1.0.5
  grep: Add patch for texinfo 5.1

Stefan Stanacar (4):
  oeqa/utils/sshcontrol: increase and log timeout in output
  oeqa/utils/qemurunner: add comment and header
  oeqa/utils/qemurunner: tweak console bootparam and ip command
  oeqa/runtime/xorg: use the right ps command for xorg test

 meta/classes/sanity.bbclass| 16 -
 meta/lib/oeqa/runtime/xorg.py  |  4 +-
 meta/lib/oeqa/utils/qemurunner.py  | 11 ++-
 meta/lib/oeqa/utils/sshcontrol.py  | 10 +--
 .../grub-2.00/fix-issue-with-flex-2.5.37.patch | 21 ++
 meta/recipes-bsp/grub/grub_0.97.bb |  2 +
 meta/recipes-bsp/grub/grub_2.00.bb |  4 +-
 meta/recipes-bsp/u-boot/u-boot.inc |  2 +-
 meta/recipes-connectivity/avahi/avahi.inc  |  2 -
 meta/recipes-connectivity/bluez5/bluez5.inc| 13 +++-
 meta/recipes-connectivity/ofono/ofono.inc  | 11 ++-
 meta/recipes-connectivity/ofono/ofono_1.12.bb  |  4 --
 meta/recipes-connectivity/ofono/ofono_git.bb   |  4 --
 .../{resolvconf_1.73.bb = resolvconf_1.74.bb} |  4 +-
 .../packagegroup-core-tools-testapps.bb| 20 +++---
 .../disable-configure-in-makefile.patch|  0
 .../fix-gcc-4.6-null-not-defined.patch |  0
 .../{apt-0.9.8.2 = apt-0.9.9.4}/makerace.patch| 12 ++--
 .../no-ko-translation.patch|  0
 .../{apt-0.9.8.2 = apt-0.9.9.4}/no-nls-dpkg.patch |  0
 .../{apt-0.9.8.2 = apt-0.9.9.4}/noconfigure.patch |  0
 .../apt/{apt-0.9.8.2 = apt-0.9.9.4}/nodoc.patch   |  0
 .../truncate-filename.patch|  0
 .../{apt-0.9.8.2 = apt-0.9.9.4}/use-host.patch|  0
 ...apt-native_0.9.8.2.bb = apt-native_0.9.9.4.bb} |  0
 .../apt/{apt_0.9.8.2.bb = apt_0.9.9.4.bb} |  4 +-
 meta/recipes-devtools/dpkg/dpkg.inc|  2 -
 ...-for-mipsn32-el-and-mips64-el-to-arch-tab.patch | 78 --
 meta/recipes-devtools/dpkg/dpkg/preinst.patch  | 30 -
 .../dpkg/dpkg/remove-tar-no-timestamp.patch| 21 +++---
 .../dpkg/{dpkg_1.16.10.bb = dpkg_1.17.1.bb}   |  7 +-
 .../flex/files/do_not_create_pdf_doc.patch | 17 +
 .../flex/flex/avoid-FORTIFY-warnings.patch | 59 
 .../flex/int-is-not-the-same-size-as-size_t.patch  | 42 
 meta/recipes-devtools/flex/flex_2.5.35.bb  | 11 ---
 meta/recipes-devtools/flex/flex_2.5.37.bb  | 10 +++
 meta/recipes-devtools/gcc/gcc-4.8.inc  |  1 +
 .../gcc/gcc-4.8/0042-pr57748.patch | 78 

Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-08-02 Thread Khem Raj

On Aug 1, 2013, at 9:53 PM, Saul Wold s...@linux.intel.com wrote:

 On 08/01/2013 01:19 PM, Khem Raj wrote:
 
 On Jul 31, 2013, at 4:05 PM, Saul Wold s...@linux.intel.com wrote:
 
 On 07/31/2013 03:51 PM, Khem Raj wrote:
 
 On Jul 31, 2013, at 3:49 PM, Saul Wold s...@linux.intel.com wrote:
 
 
 Still seems to failing in Jinja, I wonder if the dependencies are 
 correctly sinec it's nooking for native bits and the python3-native had 
 not been installed yet.
 
 
 
 in my build from scratch several times, I never had this issue. Did you do 
 an incremental build to get to this issue ?
 
 
 Yes, most of my builds are incremental until I throw them against the 
 Autobuilder!
 
 Saul,
 
 I was able to reproduce the incremental build issue. I have now fixed it and 
 pushed a rebased branch to pull tree
 in contrib. Please try it out
 
 
 Almost there!  It looks like you have a ${PN} in the tarball name instead of 
 ${BPN} and it's causing a multilib failure for zeromq.

Yes. Pushed a fix on top of the branch plus another fix that I ran into was 
missing dependency on virtual/libntl


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/4] initramfs-framework: fix bashism

2013-08-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com

Signed-off-by: Chen Qi qi.c...@windriver.com
---
 .../initrdscripts/initramfs-framework/finish   |5 +++--
 .../initrdscripts/initramfs-framework/init |   13 +++--
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/finish 
b/meta/recipes-core/initrdscripts/initramfs-framework/finish
index bedd803..325f47b 100755
--- a/meta/recipes-core/initrdscripts/initramfs-framework/finish
+++ b/meta/recipes-core/initrdscripts/initramfs-framework/finish
@@ -16,8 +16,9 @@ finish_run() {
if [ -n $bootparam_root ]; then
debug No e2fs compatible filesystem has been mounted, 
mounting $bootparam_root...
 
-   if [ ${bootparam_root:0:5} = UUID= ]; then
-   
bootparam_root=/dev/disk/by-uuid/${bootparam_root/UUID=/}
+   if [ `echo ${bootparam_root} | cut -c1-5` = UUID= 
]; then
+   root_uuid=`echo $bootparam_root | cut -c6-`
+   bootparam_root=/dev/disk/by-uuid/$root_uuid
fi
 
if [ -e $bootparam_root ]; then
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/init 
b/meta/recipes-core/initrdscripts/initramfs-framework/init
index 0be8f4d..20774aa 100755
--- a/meta/recipes-core/initrdscripts/initramfs-framework/init
+++ b/meta/recipes-core/initrdscripts/initramfs-framework/init
@@ -78,12 +78,13 @@ mount -t sysfs sysfs /sys
 
 # populate bootparam environment
 for p in `cat /proc/cmdline`; do
-   opt=${p%%=*}
-   opt=${opt/-/_}
-   if [ ${p/=/} = $p ]; then
+   opt=`echo $p | cut -d'=' -f1`
+   opt=`echo $opt | sed -e 's/-/_/'`
+   if [ `echo $p | cut -d'=' -f1` = $p ]; then
eval bootparam_${opt}=true
else
-   eval bootparam_${opt}=\${p#*=}\
+   value=`echo $p | cut -d'=' -f2-`
+   eval bootparam_${opt}=\${value}\
fi
 done
 
@@ -102,7 +103,7 @@ mkdir $ROOTFS_DIR
 # Load and run modules
 for m in $MODULES_DIR/*; do
# Skip backup files
-   if [ ${m/\~/} != $m ]; then
+   if [ `echo $m | sed -e 's/\~$//'` = $m ]; then
continue
fi
 
@@ -117,7 +118,7 @@ for m in $MODULES_DIR/*; do
done
 
# process module
-   source $m
+   . $m
 
if ! eval ${module}_enabled; then
debug Skipping module $module
-- 
1.7.9.5

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/4] xtscal: fix bashism

2013-08-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com

Signed-off-by: Chen Qi qi.c...@windriver.com
---
 .../xtscal/xtscal/30xTs_Calibrate.sh   |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh 
b/meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh
index b8383bf..fa43617 100644
--- a/meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh
+++ b/meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh
@@ -8,6 +8,6 @@ if [ $HAVE_TOUCHSCREEN = 1 ]; then
do
   /usr/bin/xtscal
   sleep 1
-  let n += 1
+  n=$(($n+1))
done
 fi
-- 
1.7.9.5

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/4] scripts/contrib/mkefidisk.sh: fix bashism

2013-08-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com

Remove the function keyword.

Signed-off-by: Chen Qi qi.c...@windriver.com
---
 scripts/contrib/mkefidisk.sh |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh
index bcc2411..af06b4b 100755
--- a/scripts/contrib/mkefidisk.sh
+++ b/scripts/contrib/mkefidisk.sh
@@ -28,14 +28,14 @@ BOOT_SIZE=20
 # 5% for swap
 SWAP_RATIO=5
 
-function usage() {
+usage() {
echo Usage: $(basename $0) DEVICE HDDIMG TARGET_DEVICE
echoDEVICE: The device to write the image to, e.g. /dev/sdh
echoHDDIMG: The hddimg file to generate the efi disk from
echoTARGET_DEVICE: The device the target will boot from, e.g.  
/dev/mmcblk0
 }
 
-function image_details() {
+image_details() {
IMG=$1
echo Image details
echo =
@@ -46,7 +46,7 @@ function image_details() {
echo 
 }
 
-function device_details() {
+device_details() {
DEV=$1
BLOCK_SIZE=512
 
@@ -71,7 +71,7 @@ function device_details() {
echo 
 }
 
-function unmount_device() {
+unmount_device() {
grep -q $DEVICE /proc/mounts
if [ $? -eq 0 ]; then
echo -n $DEVICE listed in /proc/mounts, attempting to 
unmount...
-- 
1.7.9.5

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/4] qtdemo-init: fix bashism

2013-08-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com

Signed-off-by: Chen Qi qi.c...@windriver.com
---
 meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init 
b/meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init
index 0748fcd..3a1f2cb 100644
--- a/meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init
+++ b/meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init
@@ -12,13 +12,13 @@ case $1 in
   start)
echo Starting qtdemo
if [ -f /etc/profile.d/tslib.sh ]; then
-   source /etc/profile.d/tslib.sh
+   . /etc/profile.d/tslib.sh
fi
if [ -e $TSLIB_TSDEVICE ]; then
if [ ! -f /etc/pointercal ]; then
/usr/bin/ts_calibrate
fi
-   if [ $QTDEMO == qtdemo ]; then
+   if [ $QTDEMO = qtdemo ]; then
Xorg 
export DISPLAY=:0
$QTDEMO 
@@ -26,7 +26,7 @@ case $1 in
QWS_MOUSE_PROTO=tslib:$TSLIB_TSDEVICE $QTDEMO 
fi
else
-   if [ $QTDEMO == qtdemo ]; then
+   if [ $QTDEMO = qtdemo ]; then
Xorg 
export DISPLAY=:0
fi
@@ -35,7 +35,7 @@ case $1 in
;;
   stop)
echo Stopping qtdemo
-   if [ $QTDEMO == qtdemo ]; then
+   if [ $QTDEMO = qtdemo ]; then
killall Xorg
killall qtdemo
else
-- 
1.7.9.5

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/4] fix bashism for a few scripts

2013-08-02 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com

I used the checkbashism command to check our OE repo.
This patchset fixes the auto-detected bashism.

The following changes since commit bd1c441a210cae03fb6006c996227211cc29056b:

  bitbake: bitbake: runqueue: add warning if invalidating invalid task 
(2013-07-29 15:25:09 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/fix-bashism
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/fix-bashism

Chen Qi (4):
  scripts/contrib/mkefidisk.sh: fix bashism
  qtdemo-init: fix bashism
  xtscal: fix bashism
  initramfs-framework: fix bashism

 .../initrdscripts/initramfs-framework/finish   |5 +++--
 .../initrdscripts/initramfs-framework/init |   13 +++--
 .../xtscal/xtscal/30xTs_Calibrate.sh   |2 +-
 meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init   |8 
 scripts/contrib/mkefidisk.sh   |8 
 5 files changed, 19 insertions(+), 17 deletions(-)

-- 
1.7.9.5

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] scripts/contrib/mkefidisk.sh: fix bashism

2013-08-02 Thread ChenQi

On 08/02/2013 02:32 PM, qi.c...@windriver.com wrote:

From: Chen Qi qi.c...@windriver.com

The following changes since commit bd1c441a210cae03fb6006c996227211cc29056b:

   bitbake: bitbake: runqueue: add warning if invalidating invalid task 
(2013-07-29 15:25:09 +0100)

are available in the git repository at:

   git://git.pokylinux.org/poky-contrib ChenQi/fix-bashism
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/fix-bashism

Chen Qi (1):
   scripts/contrib/mkefidisk.sh: fix bashism

  scripts/contrib/mkefidisk.sh |8 
  1 file changed, 4 insertions(+), 4 deletions(-)


Please ignore this patch. It has already been included in another patchset.

//Chen Qi
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-02 Thread Paul Eggleton
Hi Hongxu,

Great idea! This should be very useful indeed.

Just a few feedback points:

On Thursday 01 August 2013 19:04:05 Hongxu Jia wrote:
 list-packageconfig-flag.py will walk the METADIR and collect recipes which
 have PACKAGECONFIG's flags.
 
 The default display is to list recipes which have PACKAGECONFIG's flags in
 METADIR. If option '-f' is used, it will list PACKAGECONFIG's flags and all
 affected recipes in METADIR
 
 EXAMPLE:
 list-packageconfig-flag.py poky/meta poky/meta-yocto
 RECIPE NAME  PACKAGECONFIG's flag
 =
 libarchive_2.8.5.bb  acl xattr largefile zlib bz2 xz openssl libxml2 expat
 strace_4.8.bblibaio acl
 connman.inc  wifi bluetooth 3g tist openvpn vpnc l2tp pptp wispr
 
 list-packageconfig-flag.py -f poky/meta poky/meta-yocto
 PACKAGECONFIG's flag RECIPE NAME
 
 speexgstreamer1.0-plugins-good.inc
 keyutils rpm_5.4.9.bb
 gallium-egl  mesa.inc
 
 [YOCTO #4368]
 
 Signed-off-by: Hongxu Jia hongxu@windriver.com
 ---
  scripts/contrib/list-packageconfig-flag.py | 180
 + 1 file changed, 180 insertions(+)
  create mode 100755 scripts/contrib/list-packageconfig-flag.py

I think the script ought to be called list-packageconfig-flags rather than 
list-packageconfig-flag.

...
 +def parse_recipe(recipe):
 +''' Parse a recipe to collect PACKAGECONFIG's flags '''

This should say collect available PACKAGECONFIG flags. The same applies to 
other messages/comments.

 +prog = re.compile(r' *PACKAGECONFIG\[(?Pflag.*)\] *=.*')
 +try:
 +r = open(recipe)
 +except IOError as (errno, strerror):
 +print  sys.stderr, 'WARNING: Failed to open recipe', recipe
 +
 +flaglist = []
 +for line in r:
 +# Strip any comments from the line
 +line = line.rsplit('#')[0]
 +m = prog.match(line)
 +if m:
 +flaglist.append(m.group('flag'))
 +r.close()
 +
 +return flaglist

 +def process_recipes(metadir):
 +''' Collect recipes which have PACKAGECONFIG's flags in METADIR '''
 +# recipesdict = {'recipe': ['flag1', 'flag2',...]}
 +recipesdict = {}
 +for root,dirs,files in os.walk(metadir):
 +for name in files:
 +if name.find(.bb) = 0 or name.find(.inc) = 0:
 +flaglist = parse_recipe(os.path.join(root,name))
 +if flaglist:
 +recipesdict[name] = flaglist
 +
 +return recipesdict

So, this is fairly simple and works for most cases; however it would probably 
be a bit more robust if the script used bitbake's own parser to extract the 
flags. The tinfoil module should help with this. We can always address this 
in a follow-up patch later on, though - I can certainly show you some examples 
of how to do this or I can do it, whichever you prefer.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [CONSOLIDATED PULL 00/45] Initial Review - lots of upgrades

2013-08-02 Thread Paul Eggleton
On Friday 02 August 2013 00:15:00 Saul Wold wrote:
 Ross, Paul:
 
 Please review this batch, contains alot of updates along with some
 patches and bug fixes.
 
 Thanks
   Sau!
 
 
 The following changes since commit f192c444c2d88c49738bea4ff4c3af0cc72916de:
 
   texinfo: Update to 5.1 (2013-07-31 06:56:28 +0100)
 
 are available in the git repository at:
 
   git://git.openembedded.org/openembedded-core-contrib sgw/stage
  
 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/
 stage
 
 Chen Qi (1):
   opkg.inc: remove the obsolete REDIRECT_CMD
 
 Cristian Iorga (2):
   alsa-lib: upgrade to v1.0.27.2
   alsa-utils: upgrade to 1.0.27.2
 
 Eric Nelson (1):
   gst-plugins-gl: add explicit dependency on libpng
 
 Ionut Radu (1):
   apt: Upgrade from 0.9.8.2 to 0.9.9.4
 
 Joe MacDonald (1):
   oe-find-native-sysroot: minor optimization
 
 Jukka Rissanen (3):
   ofono: Add systemd support
   ofono: Move bluetooth enabling to .inc file
   ofono: Enable test scripts by default
 
 Khem Raj (1):
   gcc-4.8: Fix meta-fsl-arm iperf build issue
 
 Laurentiu Palcu (13):
   adt_installer: allow specifying relative target sysroot paths
   xf86-video-intel: upgrade to 2.21.13
   git: upgrade to 1.8.3.4
   nasm: upgrade to 2.10.09
   powertop: upgrade to 2.4
   libdrm: upgrade to 2.4.46
   libpciaccess: upgrade to 0.13.2
   xrandr: upgrade to 1.4.1
   xf86-input-evdev: upgrade to 2.8.1
   xhost: upgrade to 1.0.6
   makedepend: upgrade to 1.0.5
   flex: upgrade to 2.5.37

This one needs PR dropping.

   grub_2.00: fix compilation when using flex 2.5.37
 
 Martin Jansa (1):
   mesa: inherit gettext
 
 Muhammad Shakeel (1):
   avahi: Remove unnecessary runtime dependency on sysvinit-pidof
 
 Paul Barker (1):
   opkg: Bump SRCREV as patch has been applied upstream
 
 Paul Eggleton (3):
   classes/sanity: check for suid root command evility
   classes/sanity: fix some grammatical errors in messages
   grub: disable floating ncurses dependency for GPLv2 version

While you're at it could you please tweak my commit message for that last one 
to to replace because ncurses with because there ncurses? I just noticed 
it doesn't quite read properly at the moment.

 Richard Tollerton (1):
   shadow: Fix build when DISTRO_FEATURES contains pam, libc-crypt
 
 Rogerio Nunes (1):
   packagegroup-core-tools-testapps: isolate x11 dependent tools
 
 Ross Burton (3):
   bluez5: Add obex-profiles as a PACKAGECONFIG, package obexd separately
   qemu: remove unused SDL variable
   u-boot: state the MACHINE when skipping u-boot
 
 Saul Wold (7):
   dpkg: upgrade to 1.17.1
   dpkg: Drop INC_PR as it's unused
   glew: upgrade to 1.10.0
   libgcrypt: upgrade to 1.5.3
   resolvconf: upgrade to 1.74
   xorg-cf-files: upgrade to 1.0.5
   grep: Add patch for texinfo 5.1
 
 Stefan Stanacar (4):
   oeqa/utils/sshcontrol: increase and log timeout in output
   oeqa/utils/qemurunner: add comment and header
   oeqa/utils/qemurunner: tweak console bootparam and ip command
   oeqa/runtime/xorg: use the right ps command for xorg test

Otherwise they all look good to me.

Acked-by: Paul Eggleton paul.eggle...@linux.intel.com

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-02 Thread Hongxu Jia

On 08/02/2013 04:24 PM, Paul Eggleton wrote:

Hi Hongxu,

Great idea! This should be very useful indeed.

Just a few feedback points:

On Thursday 01 August 2013 19:04:05 Hongxu Jia wrote:

list-packageconfig-flag.py will walk the METADIR and collect recipes which
have PACKAGECONFIG's flags.

The default display is to list recipes which have PACKAGECONFIG's flags in
METADIR. If option '-f' is used, it will list PACKAGECONFIG's flags and all
affected recipes in METADIR

EXAMPLE:
list-packageconfig-flag.py poky/meta poky/meta-yocto
RECIPE NAME  PACKAGECONFIG's flag
=
libarchive_2.8.5.bb  acl xattr largefile zlib bz2 xz openssl libxml2 expat
strace_4.8.bblibaio acl
connman.inc  wifi bluetooth 3g tist openvpn vpnc l2tp pptp wispr

list-packageconfig-flag.py -f poky/meta poky/meta-yocto
PACKAGECONFIG's flag RECIPE NAME

speexgstreamer1.0-plugins-good.inc
keyutils rpm_5.4.9.bb
gallium-egl  mesa.inc

[YOCTO #4368]

Signed-off-by: Hongxu Jia hongxu@windriver.com
---
  scripts/contrib/list-packageconfig-flag.py | 180
+ 1 file changed, 180 insertions(+)
  create mode 100755 scripts/contrib/list-packageconfig-flag.py

I think the script ought to be called list-packageconfig-flags rather than
list-packageconfig-flag.


Agree, I will rename it.

...
+def parse_recipe(recipe):
+''' Parse a recipe to collect PACKAGECONFIG's flags '''

This should say collect available PACKAGECONFIG flags. The same applies to
other messages/comments.


Agree

+prog = re.compile(r' *PACKAGECONFIG\[(?Pflag.*)\] *=.*')
+try:
+r = open(recipe)
+except IOError as (errno, strerror):
+print  sys.stderr, 'WARNING: Failed to open recipe', recipe
+
+flaglist = []
+for line in r:
+# Strip any comments from the line
+line = line.rsplit('#')[0]
+m = prog.match(line)
+if m:
+flaglist.append(m.group('flag'))
+r.close()
+
+return flaglist

+def process_recipes(metadir):
+''' Collect recipes which have PACKAGECONFIG's flags in METADIR '''
+# recipesdict = {'recipe': ['flag1', 'flag2',...]}
+recipesdict = {}
+for root,dirs,files in os.walk(metadir):
+for name in files:
+if name.find(.bb) = 0 or name.find(.inc) = 0:
+flaglist = parse_recipe(os.path.join(root,name))
+if flaglist:
+recipesdict[name] = flaglist
+
+return recipesdict

So, this is fairly simple and works for most cases; however it would probably
be a bit more robust if the script used bitbake's own parser to extract the
flags. The tinfoil module should help with this. We can always address this
in a follow-up patch later on, though - I can certainly show you some examples
of how to do this or I can do it, whichever you prefer.

Great, this is what I hope to do in the follow-up, I am very pleased to
do the investigate on bitbake parser, very thankful to share some
examples of how to do this with me.

Should this simple patch be accepted? And I will include bitbake parser
in follow-up patch.
Or
Drop this patch and waiting till bitbake parser has been included.

Thanks,
Hongxu

Cheers,
Paul



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [CONSOLIDATED PULL 00/45] Initial Review - lots of upgrades

2013-08-02 Thread Burton, Ross
On 2 August 2013 09:56, Paul Eggleton paul.eggle...@linux.intel.com wrote:
 Otherwise they all look good to me.

 Acked-by: Paul Eggleton paul.eggle...@linux.intel.com

What Paul said.  Acked-By: Ross Burton ross.bur...@intel.com.

Ross
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] multilib.bbclass: Expand the WHITELISTs with multilib prefix

2013-08-02 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com

fix the following failures:
ERROR: Nothing PROVIDES 'virtual/lib32-i586-pokymllib32-linux-compilerlibs'
ERROR: Nothing RPROVIDES 'lib32-update-alternatives-cworth'

Signed-off-by: Jackie Huang jackie.hu...@windriver.com
---
 meta/classes/multilib.bbclass |7 +++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass
index b04825f..dac160e 100644
--- a/meta/classes/multilib.bbclass
+++ b/meta/classes/multilib.bbclass
@@ -50,6 +50,13 @@ python multilib_virtclass_handler () {
 e.data.setVar(SHLIBSDIR_virtclass-multilib- + variant 
,e.data.getVar(SHLIBSDIR, False) + / + variant)
 e.data.setVar(OVERRIDES, e.data.getVar(OVERRIDES, False) + override)
 
+# Expand the WHITELISTs with multilib prefix
+for whitelist in [HOSTTOOLS_WHITELIST_GPLv3, WHITELIST_GPLv3, 
LGPLv2_WHITELIST_GPLv3]:
+pkgs = e.data.getVar(whitelist, True)
+for pkg in pkgs.split():
+pkgs +=   + variant + - + pkg
+e.data.setVar(whitelist, pkgs)
+
 # DEFAULTTUNE can change TARGET_ARCH override so expand this now before 
update_data
 newtune = e.data.getVar(DEFAULTTUNE_ + virtclass-multilib- + variant, 
False)
 if newtune:
-- 
1.7.4.1

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] multilib.bbclass: Expand the WHITELISTs with multilib prefix

2013-08-02 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com

Tested with:
require conf/multilib.conf
MULTILIBS = multilib:lib32
DEFAULTTUNE_virtclass-multilib-lib32 = x86
INCOMPATIBLE_LICENSE = GPLv3

--
The following changes since commit f192c444c2d88c49738bea4ff4c3af0cc72916de:

  texinfo: Update to 5.1 (2013-07-31 06:56:28 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib jhuang0/d_gplv3_0801_2
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/d_gplv3_0801_2

Jackie Huang (1):
  multilib.bbclass: Expand the WHITELISTs with multilib prefix

 meta/classes/multilib.bbclass |7 +++
 1 files changed, 7 insertions(+), 0 deletions(-)

-- 
1.7.4.1

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-02 Thread Hongxu Jia

Hi Paul,

I have updated the pull branch to rename the script and correct the comments
as your suggestions.

The suggestion about using bitbake parser to make the script more robust,
I need some time to do the investigation and I am very pleased to do that,
I will address this in follow-up pathch, would you think it's proper or not?

Thanks,
Hongxu

On 08/02/2013 04:24 PM, Paul Eggleton wrote:

Hi Hongxu,

Great idea! This should be very useful indeed.

Just a few feedback points:

On Thursday 01 August 2013 19:04:05 Hongxu Jia wrote:

list-packageconfig-flag.py will walk the METADIR and collect recipes which
have PACKAGECONFIG's flags.

The default display is to list recipes which have PACKAGECONFIG's flags in
METADIR. If option '-f' is used, it will list PACKAGECONFIG's flags and all
affected recipes in METADIR

EXAMPLE:
list-packageconfig-flag.py poky/meta poky/meta-yocto
RECIPE NAME  PACKAGECONFIG's flag
=
libarchive_2.8.5.bb  acl xattr largefile zlib bz2 xz openssl libxml2 expat
strace_4.8.bblibaio acl
connman.inc  wifi bluetooth 3g tist openvpn vpnc l2tp pptp wispr

list-packageconfig-flag.py -f poky/meta poky/meta-yocto
PACKAGECONFIG's flag RECIPE NAME

speexgstreamer1.0-plugins-good.inc
keyutils rpm_5.4.9.bb
gallium-egl  mesa.inc

[YOCTO #4368]

Signed-off-by: Hongxu Jia hongxu@windriver.com
---
  scripts/contrib/list-packageconfig-flag.py | 180
+ 1 file changed, 180 insertions(+)
  create mode 100755 scripts/contrib/list-packageconfig-flag.py

I think the script ought to be called list-packageconfig-flags rather than
list-packageconfig-flag.


...
+def parse_recipe(recipe):
+''' Parse a recipe to collect PACKAGECONFIG's flags '''

This should say collect available PACKAGECONFIG flags. The same applies to
other messages/comments.


+prog = re.compile(r' *PACKAGECONFIG\[(?Pflag.*)\] *=.*')
+try:
+r = open(recipe)
+except IOError as (errno, strerror):
+print  sys.stderr, 'WARNING: Failed to open recipe', recipe
+
+flaglist = []
+for line in r:
+# Strip any comments from the line
+line = line.rsplit('#')[0]
+m = prog.match(line)
+if m:
+flaglist.append(m.group('flag'))
+r.close()
+
+return flaglist

+def process_recipes(metadir):
+''' Collect recipes which have PACKAGECONFIG's flags in METADIR '''
+# recipesdict = {'recipe': ['flag1', 'flag2',...]}
+recipesdict = {}
+for root,dirs,files in os.walk(metadir):
+for name in files:
+if name.find(.bb) = 0 or name.find(.inc) = 0:
+flaglist = parse_recipe(os.path.join(root,name))
+if flaglist:
+recipesdict[name] = flaglist
+
+return recipesdict

So, this is fairly simple and works for most cases; however it would probably
be a bit more robust if the script used bitbake's own parser to extract the
flags. The tinfoil module should help with this. We can always address this
in a follow-up patch later on, though - I can certainly show you some examples
of how to do this or I can do it, whichever you prefer.

Cheers,
Paul



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] Issue of Yocto multilib sdk

2013-08-02 Thread Sardan Alexandru Cezar-B41700
 
 There could be several issues here:
 1. default library path for 64bit is wrong... You can inspect it by
 looking at SEARCH_DIR in the linker script. Just run:
 
 $CC -o mytest -Wl,-verbose mytest.c
 
 Then you can try to set the library path explicitly with -L. See if it
 works.
 
 2. you don't have the 64bit libraries and it falls back to looking into
 /lib or /usr/lib which contain the 32bit libraries...
 
 Do you have any lib64/ usr/lib64/ in your target sysroot?
 

[Alex Sardan] Yes, it seems that the 64bit libraries are not being 
installed in the sysroot.
What is the right way of adding them? I tried adding libgcc to 
MULTILIB_IMAGE_INSTALL but it doesn't do the trick.

Thanks,
Alex

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-02 Thread Paul Eggleton
On Friday 02 August 2013 17:14:34 Hongxu Jia wrote:
 On 08/02/2013 04:24 PM, Paul Eggleton wrote:
  So, this is fairly simple and works for most cases; however it would
  probably be a bit more robust if the script used bitbake's own parser to
  extract the flags. The tinfoil module should help with this. We can
  always address this in a follow-up patch later on, though - I can
  certainly show you some examples of how to do this or I can do it,
  whichever you prefer.
 
 Great, this is what I hope to do in the follow-up, I am very pleased to
 do the investigate on bitbake parser, very thankful to share some
 examples of how to do this with me.

Sure - we use the parser in the layer index. The latest in-development code
has a module that does most of the work:

http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/tree/layerindex/recipeparse.py?h=paule/features

Specifically, you can call bb.cache.Cache.loadDataFull() for each recipe file
and that will give you a datastore you can query for information.

I'm not sure, but you may wish to use bitbake's cache to get the list of recipes
rather than just walking the directory tree so the utility has the same
understanding of PN and preferred versions as bitbake. If you do want to
go down this route I've put together this example:

https://gist.github.com/bluelightning/6138980

Hope this helps.

 Should this simple patch be accepted? And I will include bitbake parser
 in follow-up patch.
 Or
 Drop this patch and waiting till bitbake parser has been included.

I'd say let's accept this simple version for now after the naming/message
corrections (especially since it's a contrib script) and then follow up 
with another patch when you have the bitbake-based version working.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v2 00/13] Package upgrades (cover letter only)

2013-08-02 Thread Laurentiu Palcu
Changes in v2:
 * dropped PR for flex;

Thanks,
Laurentiu

The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415:

  genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 
+0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/upgrades_v2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades_v2

Laurentiu Palcu (13):
  xf86-video-intel: upgrade to 2.21.13
  git: upgrade to 1.8.3.4
  nasm: upgrade to 2.10.09
  powertop: upgrade to 2.4
  libdrm: upgrade to 2.4.46
  libpciaccess: upgrade to 0.13.2
  xrandr: upgrade to 1.4.1
  xf86-input-evdev: upgrade to 2.8.1
  subversion: upgrade to 1.8.1
  xhost: upgrade to 1.0.6
  makedepend: upgrade to 1.0.5
  flex: upgrade to 2.5.37
  grub_2.00: fix compilation when using flex 2.5.37

 .../grub-2.00/fix-issue-with-flex-2.5.37.patch |   21 +++
 meta/recipes-bsp/grub/grub_2.00.bb |4 +-
 .../flex/files/do_not_create_pdf_doc.patch |   17 ++
 .../flex/flex/avoid-FORTIFY-warnings.patch |   59 
 .../flex/int-is-not-the-same-size-as-size_t.patch  |   42 --
 meta/recipes-devtools/flex/flex_2.5.35.bb  |   11 
 meta/recipes-devtools/flex/flex_2.5.37.bb  |9 +++
 .../git/{git_1.8.3.bb = git_1.8.3.4.bb}   |4 +-
 .../nasm/{nasm_2.10.07.bb = nasm_2.10.09.bb}  |5 +-
 .../subversion-1.8.1/disable_mac_checks.patch  |   21 +++
 .../libtool2.patch |   14 +++--
 .../subversion/disable-revision-install.patch  |   36 
 .../subversion/fix-install-depends.patch   |   45 ---
 .../{subversion_1.6.15.bb = subversion_1.8.1.bb}  |   24 
 .../drm/{libdrm_2.4.45.bb = libdrm_2.4.46.bb} |4 +-
 .../xorg-app/{xhost_1.0.5.bb = xhost_1.0.6.bb}|5 +-
 .../xorg-app/{xrandr_1.4.0.bb = xrandr_1.4.1.bb}  |5 +-
 ...ut-evdev_2.8.0.bb = xf86-input-evdev_2.8.1.bb} |4 +-
 ...intel_2.21.9.bb = xf86-video-intel_2.21.13.bb} |4 +-
 ...bpciaccess_0.13.1.bb = libpciaccess_0.13.2.bb} |8 +--
 .../obsolete_automake_macros.patch |   15 -
 .../{makedepend_1.0.4.bb = makedepend_1.0.5.bb}   |7 +--
 .../powertop/{powertop_2.3.bb = powertop_2.4.bb}  |4 +-
 23 files changed, 111 insertions(+), 257 deletions(-)
 create mode 100644 
meta/recipes-bsp/grub/grub-2.00/fix-issue-with-flex-2.5.37.patch
 create mode 100644 meta/recipes-devtools/flex/files/do_not_create_pdf_doc.patch
 delete mode 100644 meta/recipes-devtools/flex/flex/avoid-FORTIFY-warnings.patch
 delete mode 100644 
meta/recipes-devtools/flex/flex/int-is-not-the-same-size-as-size_t.patch
 delete mode 100644 meta/recipes-devtools/flex/flex_2.5.35.bb
 create mode 100644 meta/recipes-devtools/flex/flex_2.5.37.bb
 rename meta/recipes-devtools/git/{git_1.8.3.bb = git_1.8.3.4.bb} (67%)
 rename meta/recipes-devtools/nasm/{nasm_2.10.07.bb = nasm_2.10.09.bb} (80%)
 create mode 100644 
meta/recipes-devtools/subversion/subversion-1.8.1/disable_mac_checks.patch
 rename meta/recipes-devtools/subversion/{subversion = 
subversion-1.8.1}/libtool2.patch (54%)
 delete mode 100644 
meta/recipes-devtools/subversion/subversion/disable-revision-install.patch
 delete mode 100644 
meta/recipes-devtools/subversion/subversion/fix-install-depends.patch
 rename meta/recipes-devtools/subversion/{subversion_1.6.15.bb = 
subversion_1.8.1.bb} (54%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.45.bb = libdrm_2.4.46.bb} (46%)
 rename meta/recipes-graphics/xorg-app/{xhost_1.0.5.bb = xhost_1.0.6.bb} (79%)
 rename meta/recipes-graphics/xorg-app/{xrandr_1.4.0.bb = xrandr_1.4.1.bb} 
(70%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.8.0.bb = 
xf86-input-evdev_2.8.1.bb} (83%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.9.bb = 
xf86-video-intel_2.21.13.bb} (85%)
 rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.13.1.bb = 
libpciaccess_0.13.2.bb} (50%)
 delete mode 100644 
meta/recipes-graphics/xorg-util/makedepend-1.0.4/obsolete_automake_macros.patch
 rename meta/recipes-graphics/xorg-util/{makedepend_1.0.4.bb = 
makedepend_1.0.5.bb} (76%)
 rename meta/recipes-kernel/powertop/{powertop_2.3.bb = powertop_2.4.bb} (87%)

-- 
1.7.9.5

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-02 Thread Paul Eggleton
On Friday 02 August 2013 18:03:05 Hongxu Jia wrote:
 I have updated the pull branch to rename the script and correct the comments
 as your suggestions.

There still seem to be a lot of instances of PACKAGECONFIG's flags on the 
branch.

 The suggestion about using bitbake parser to make the script more robust,
 I need some time to do the investigation and I am very pleased to do that,
 I will address this in follow-up pathch, would you think it's proper or not?

Yes, that's fine.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] buildhistory: add a note when committing to buildhistory

2013-08-02 Thread Ross Burton
If there's been a lot of changes the commit to buildhistory can take a
significant amount of time, so print a note so there's some indication of
progress.

Signed-off-by: Ross Burton ross.bur...@intel.com
---
 meta/classes/buildhistory.bbclass |1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/buildhistory.bbclass 
b/meta/classes/buildhistory.bbclass
index 36e7fe1..c5bba25 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -531,6 +531,7 @@ END
 python buildhistory_eventhandler() {
 if e.data.getVar('BUILDHISTORY_FEATURES', True).strip():
 if e.data.getVar(BUILDHISTORY_COMMIT, True) == 1:
+bb.note(Writing buildhistory)
 bb.build.exec_func(buildhistory_commit, e.data)
 }
 
-- 
1.7.10.4

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] gcc-4.8: Fix meta-fsl-arm iperf build issue

2013-08-02 Thread Otavio Salvador
On Thu, Aug 1, 2013 at 7:07 PM, Khem Raj raj.k...@gmail.com wrote:
 This should fix the problem seen where gcc ICE
 was happening when compiling iperf with older 2.6.x
 kernel

In fact it is 'perf', not iperf ;-)

 Test this patch by reverting below commit in meta-fsl-arm

 commit daf582c93a7283fb0af3b25fe2ada48f4c9985c4
 Author: Otavio Salvador ota...@ossystems.com.br
 Date:   Tue Jul 2 11:52:51 2013 -0300

 perf: Disable FPU tune for i.MX5 SoCs to workaround GCC ICE

 Signed-off-by: Khem Raj raj.k...@gmail.com
 CC: Otavio Salvador ota...@ossystems.com.br

Tested-by: Otavio Salvador ota...@ossystems.com.br
Acked-by: Otavio Salvador ota...@ossystems.com.br

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 5/7] gstreamer1.0-plugins-good: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc   | 2 --
 ...er1.0-plugins-good_1.0.7.bb = gstreamer1.0-plugins-good_1.0.9.bb} | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.0.7.bb 
= gstreamer1.0-plugins-good_1.0.9.bb} (73%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 68bc9f1..19b16ca 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -5,8 +5,6 @@ LICENSE = GPLv2+  LGPLv2.1+
 # libid3tag
 DEPENDS += gstreamer1.0-plugins-base gconf zlib bzip2
 
-PR = r1
-
 inherit gettext gconf
 
 
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
similarity index 73%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
index b2bcd44..1b65b7d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
 
file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f
 \
 
file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe
 
-SRC_URI[md5sum] = e4b1c825475a9b478fe29e8e9f34516f
-SRC_URI[sha256sum] = 
a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035
+SRC_URI[md5sum] = 20bb77f201b044f4ba61de167c4466d7
+SRC_URI[sha256sum] = 
cfa2e617a76f93e9ddd4ae1109297e93fb4a06b152042b996231234a72c5a5ff
 
 S = ${WORKDIR}/gst-plugins-good-${PV}
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/7] gstreamer1.0-plugins-base: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc  | 2 --
 ...r1.0-plugins-base_1.0.7.bb = gstreamer1.0-plugins-base_1.0.9.bb} | 5 ++---
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.0.7.bb 
= gstreamer1.0-plugins-base_1.0.9.bb} (72%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
index b2c8995..5002399 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
@@ -5,8 +5,6 @@ LICENSE = GPLv2+  LGPLv2+
 DEPENDS += ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxv', 
'', d)}
 DEPENDS += freetype liboil util-linux
 
-PR = r1
-
 inherit gettext
 
 
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
similarity index 72%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
index 72a4aee..7b1e990 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
@@ -4,8 +4,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f
 \
 file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \

-
-SRC_URI[md5sum] = b5b43cfbf82b413ce2e07a190d87e68f
-SRC_URI[sha256sum] = 
014805e50b696bc06c3862ea656df079fc0b5fef0c10f16e9f085f290545677a
+SRC_URI[md5sum] = 24af1986581d9c2cd3dc834ab64d133d
+SRC_URI[sha256sum] = 
963e3b83d651661f495ca2e44ccd2d5c61e986e9d7706246e568276689a372ea
 
 S = ${WORKDIR}/gst-plugins-base-${PV}
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/7] telepathy-idle: upgrade to v0.1.16

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 .../fix-svc-gtk-doc.h-target.patch   | 0
 .../telepathy/{telepathy-idle_0.1.14.bb = telepathy-idle_0.1.16.bb} | 5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.14 = 
telepathy-idle-0.1.16}/fix-svc-gtk-doc.h-target.patch (100%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.14.bb = 
telepathy-idle_0.1.16.bb} (82%)

diff --git 
a/meta/recipes-connectivity/telepathy/telepathy-idle-0.1.14/fix-svc-gtk-doc.h-target.patch
 
b/meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-doc.h-target.patch
similarity index 100%
rename from 
meta/recipes-connectivity/telepathy/telepathy-idle-0.1.14/fix-svc-gtk-doc.h-target.patch
rename to 
meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-doc.h-target.patch
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.14.bb 
b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
similarity index 82%
rename from meta/recipes-connectivity/telepathy/telepathy-idle_0.1.14.bb
rename to meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
index 4edcb3b..279e8f1 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.14.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
@@ -8,9 +8,8 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
 SRC_URI = 
http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \
file://fix-svc-gtk-doc.h-target.patch
-
-SRC_URI[md5sum] = c292c54aa08f61544ab53fda880d861c
-SRC_URI[sha256sum] = 
df344e7959d99ab4ee4c0bcde82e6fc652cc48dc93ce11fcd024fa2383068fec
+SRC_URI[md5sum] = afabda908a798aac3a427f4564af113a
+SRC_URI[sha256sum] = 
739614e2d526d82bdd2fd94026ca70a46670563556ff15537a2a08bf17172875
 
 inherit autotools pkgconfig pythonnative
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/7] Upgrades for telepathy stack and GStreamer 1.0 stack

2013-08-02 Thread Cristian Iorga
Upgrades for telepathy stack and GStreamer 1.0 stack

Cristian Iorga (7):
  telepathy-mission-control: upgrade to v5.15.0
  telepathy-idle: upgrade to v0.1.16
  gstreamer1.0: upgrade to v1.0.9
  gstreamer1.0-plugins-base: upgrade to v1.0.9
  gstreamer1.0-plugins-good: upgrade to v1.0.9
  gstreamer1.0-libav: upgrade to v1.0.9
  gstreamer1.0-plugins-bad: upgrade to v1.0.9

 .../fix-svc-gtk-doc.h-target.patch   | 0
 .../telepathy/{telepathy-idle_0.1.14.bb = telepathy-idle_0.1.16.bb} | 5 ++---
 ...mission-control_5.14.0.bb = telepathy-mission-control_5.15.0.bb} | 5 ++---
 .../{gstreamer1.0-libav_1.0.7.bb = gstreamer1.0-libav_1.0.9.bb} | 5 ++---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc   | 2 --
 ...mer1.0-plugins-bad_1.0.7.bb = gstreamer1.0-plugins-bad_1.0.9.bb} | 4 ++--
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc  | 2 --
 ...r1.0-plugins-base_1.0.7.bb = gstreamer1.0-plugins-base_1.0.9.bb} | 5 ++---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc  | 2 --
 ...r1.0-plugins-good_1.0.7.bb = gstreamer1.0-plugins-good_1.0.9.bb} | 4 ++--
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc   | 2 --
 .../gstreamer/{gstreamer1.0_1.0.7.bb = gstreamer1.0_1.0.9.bb}   | 4 ++--
 12 files changed, 14 insertions(+), 26 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.14 = 
telepathy-idle-0.1.16}/fix-svc-gtk-doc.h-target.patch (100%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.14.bb = 
telepathy-idle_0.1.16.bb} (82%)
 rename 
meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.14.0.bb = 
telepathy-mission-control_5.15.0.bb} (92%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.0.7.bb = 
gstreamer1.0-libav_1.0.9.bb} (89%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.0.7.bb = 
gstreamer1.0-plugins-bad_1.0.9.bb} (75%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.0.7.bb 
= gstreamer1.0-plugins-base_1.0.9.bb} (72%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.0.7.bb 
= gstreamer1.0-plugins-good_1.0.9.bb} (73%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.0.7.bb = 
gstreamer1.0_1.0.9.bb} (72%)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [CONSOLIDATED PULL 00/45] Final Review ACK

2013-08-02 Thread Saul Wold
Richard,

Updated based on Paul's comments

This set went through the Autobuilder with the Python3 changes, some
of the failures on the AB are Pyhton3 related, but have not been included
here yet.

Thanks
Sau!


The following changes since commit f192c444c2d88c49738bea4ff4c3af0cc72916de:

  texinfo: Update to 5.1 (2013-07-31 06:56:28 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Chen Qi (1):
  opkg.inc: remove the obsolete REDIRECT_CMD

Cristian Iorga (2):
  alsa-lib: upgrade to v1.0.27.2
  alsa-utils: upgrade to 1.0.27.2

Eric Nelson (1):
  gst-plugins-gl: add explicit dependency on libpng

Ionut Radu (1):
  apt: Upgrade from 0.9.8.2 to 0.9.9.4

Joe MacDonald (1):
  oe-find-native-sysroot: minor optimization

Jukka Rissanen (3):
  ofono: Add systemd support
  ofono: Move bluetooth enabling to .inc file
  ofono: Enable test scripts by default

Khem Raj (1):
  gcc-4.8: Fix meta-fsl-arm iperf build issue

Laurentiu Palcu (13):
  adt_installer: allow specifying relative target sysroot paths
  xf86-video-intel: upgrade to 2.21.13
  git: upgrade to 1.8.3.4
  nasm: upgrade to 2.10.09
  powertop: upgrade to 2.4
  libdrm: upgrade to 2.4.46
  libpciaccess: upgrade to 0.13.2
  xrandr: upgrade to 1.4.1
  xf86-input-evdev: upgrade to 2.8.1
  xhost: upgrade to 1.0.6
  makedepend: upgrade to 1.0.5
  flex: upgrade to 2.5.37
  grub_2.00: fix compilation when using flex 2.5.37

Martin Jansa (1):
  mesa: inherit gettext

Muhammad Shakeel (1):
  avahi: Remove unnecessary runtime dependency on sysvinit-pidof

Paul Barker (1):
  opkg: Bump SRCREV as patch has been applied upstream

Paul Eggleton (3):
  classes/sanity: check for suid root command evility
  classes/sanity: fix some grammatical errors in messages
  grub: disable floating ncurses dependency for GPLv2 version

Richard Tollerton (1):
  shadow: Fix build when DISTRO_FEATURES contains pam, libc-crypt

Rogerio Nunes (1):
  packagegroup-core-tools-testapps: isolate x11 dependent tools

Ross Burton (3):
  bluez5: Add obex-profiles as a PACKAGECONFIG, package obexd separately
  qemu: remove unused SDL variable
  u-boot: state the MACHINE when skipping u-boot

Saul Wold (7):
  dpkg: upgrade to 1.17.1
  dpkg: Drop INC_PR as it's unused
  glew: upgrade to 1.10.0
  libgcrypt: upgrade to 1.5.3
  resolvconf: upgrade to 1.74
  xorg-cf-files: upgrade to 1.0.5
  grep: Add patch for texinfo 5.1

Stefan Stanacar (4):
  oeqa/utils/sshcontrol: increase and log timeout in output
  oeqa/utils/qemurunner: add comment and header
  oeqa/utils/qemurunner: tweak console bootparam and ip command
  oeqa/runtime/xorg: use the right ps command for xorg test

 meta/classes/sanity.bbclass| 16 -
 meta/lib/oeqa/runtime/xorg.py  |  4 +-
 meta/lib/oeqa/utils/qemurunner.py  | 11 ++-
 meta/lib/oeqa/utils/sshcontrol.py  | 10 +--
 .../grub-2.00/fix-issue-with-flex-2.5.37.patch | 21 ++
 meta/recipes-bsp/grub/grub_0.97.bb |  2 +
 meta/recipes-bsp/grub/grub_2.00.bb |  4 +-
 meta/recipes-bsp/u-boot/u-boot.inc |  2 +-
 meta/recipes-connectivity/avahi/avahi.inc  |  2 -
 meta/recipes-connectivity/bluez5/bluez5.inc| 13 +++-
 meta/recipes-connectivity/ofono/ofono.inc  | 11 ++-
 meta/recipes-connectivity/ofono/ofono_1.12.bb  |  4 --
 meta/recipes-connectivity/ofono/ofono_git.bb   |  4 --
 .../{resolvconf_1.73.bb = resolvconf_1.74.bb} |  4 +-
 .../packagegroup-core-tools-testapps.bb| 20 +++---
 .../disable-configure-in-makefile.patch|  0
 .../fix-gcc-4.6-null-not-defined.patch |  0
 .../{apt-0.9.8.2 = apt-0.9.9.4}/makerace.patch| 12 ++--
 .../no-ko-translation.patch|  0
 .../{apt-0.9.8.2 = apt-0.9.9.4}/no-nls-dpkg.patch |  0
 .../{apt-0.9.8.2 = apt-0.9.9.4}/noconfigure.patch |  0
 .../apt/{apt-0.9.8.2 = apt-0.9.9.4}/nodoc.patch   |  0
 .../truncate-filename.patch|  0
 .../{apt-0.9.8.2 = apt-0.9.9.4}/use-host.patch|  0
 ...apt-native_0.9.8.2.bb = apt-native_0.9.9.4.bb} |  0
 .../apt/{apt_0.9.8.2.bb = apt_0.9.9.4.bb} |  4 +-
 meta/recipes-devtools/dpkg/dpkg.inc|  2 -
 ...-for-mipsn32-el-and-mips64-el-to-arch-tab.patch | 78 --
 meta/recipes-devtools/dpkg/dpkg/preinst.patch  | 30 -
 .../dpkg/dpkg/remove-tar-no-timestamp.patch| 21 +++---
 .../dpkg/{dpkg_1.16.10.bb = dpkg_1.17.1.bb}   |  7 +-
 .../flex/files/do_not_create_pdf_doc.patch | 17 +
 .../flex/flex/avoid-FORTIFY-warnings.patch | 59 
 .../flex/int-is-not-the-same-size-as-size_t.patch  | 42 
 meta/recipes-devtools/flex/flex_2.5.35.bb  | 11 ---
 meta/recipes-devtools/flex/flex_2.5.37.bb  |  9 +++
 

Re: [OE-core] [CONSOLIDATED PULL 00/45] Final Review ACK

2013-08-02 Thread Paul Eggleton
On Friday 02 August 2013 08:32:43 Saul Wold wrote:
 Richard,
 
 Updated based on Paul's comments
 
 This set went through the Autobuilder with the Python3 changes, some
 of the failures on the AB are Pyhton3 related, but have not been included
 here yet.
 
 Thanks
   Sau!
 
 
 The following changes since commit f192c444c2d88c49738bea4ff4c3af0cc72916de:
 
   texinfo: Update to 5.1 (2013-07-31 06:56:28 +0100)
 
 are available in the git repository at:
 
   git://git.openembedded.org/openembedded-core-contrib sgw/stage
  
 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/
 stage
 
 Chen Qi (1):
   opkg.inc: remove the obsolete REDIRECT_CMD
 
 Cristian Iorga (2):
   alsa-lib: upgrade to v1.0.27.2
   alsa-utils: upgrade to 1.0.27.2
 
 Eric Nelson (1):
   gst-plugins-gl: add explicit dependency on libpng
 
 Ionut Radu (1):
   apt: Upgrade from 0.9.8.2 to 0.9.9.4
 
 Joe MacDonald (1):
   oe-find-native-sysroot: minor optimization
 
 Jukka Rissanen (3):
   ofono: Add systemd support
   ofono: Move bluetooth enabling to .inc file
   ofono: Enable test scripts by default
 
 Khem Raj (1):
   gcc-4.8: Fix meta-fsl-arm iperf build issue
 
 Laurentiu Palcu (13):
   adt_installer: allow specifying relative target sysroot paths
   xf86-video-intel: upgrade to 2.21.13
   git: upgrade to 1.8.3.4
   nasm: upgrade to 2.10.09
   powertop: upgrade to 2.4
   libdrm: upgrade to 2.4.46
   libpciaccess: upgrade to 0.13.2
   xrandr: upgrade to 1.4.1
   xf86-input-evdev: upgrade to 2.8.1
   xhost: upgrade to 1.0.6
   makedepend: upgrade to 1.0.5
   flex: upgrade to 2.5.37
   grub_2.00: fix compilation when using flex 2.5.37
 
 Martin Jansa (1):
   mesa: inherit gettext
 
 Muhammad Shakeel (1):
   avahi: Remove unnecessary runtime dependency on sysvinit-pidof
 
 Paul Barker (1):
   opkg: Bump SRCREV as patch has been applied upstream
 
 Paul Eggleton (3):
   classes/sanity: check for suid root command evility
   classes/sanity: fix some grammatical errors in messages
   grub: disable floating ncurses dependency for GPLv2 version
 
 Richard Tollerton (1):
   shadow: Fix build when DISTRO_FEATURES contains pam, libc-crypt
 
 Rogerio Nunes (1):
   packagegroup-core-tools-testapps: isolate x11 dependent tools
 
 Ross Burton (3):
   bluez5: Add obex-profiles as a PACKAGECONFIG, package obexd separately
   qemu: remove unused SDL variable
   u-boot: state the MACHINE when skipping u-boot
 
 Saul Wold (7):
   dpkg: upgrade to 1.17.1
   dpkg: Drop INC_PR as it's unused
   glew: upgrade to 1.10.0
   libgcrypt: upgrade to 1.5.3
   resolvconf: upgrade to 1.74
   xorg-cf-files: upgrade to 1.0.5
   grep: Add patch for texinfo 5.1
 
 Stefan Stanacar (4):
   oeqa/utils/sshcontrol: increase and log timeout in output
   oeqa/utils/qemurunner: add comment and header
   oeqa/utils/qemurunner: tweak console bootparam and ip command
   oeqa/runtime/xorg: use the right ps command for xorg test

Acked-by: Paul Eggleton paul.eggle...@linux.intel.com

-- 

Paul Eggleton
Intel Open Source Technology Centre
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/2] Package upgrades

2013-08-02 Thread Ionut Radu
freetype: tested on core-image-sato on all architectures (x86, x86-64, arm, 
ppc, mips)
gdk-pixbuf: tested on core-image-sato on all architectures (x86, x86-64, arm, 
ppc, mips)

The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415:

  genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 
+0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ionutx/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work

Ionut Radu (2):
  freetype: upgrade to 2.5.0.1
  gdk-pixbuf: upgrade to 2.28.2

 .../gdk-pixbuf/{gdk-pixbuf_2.28.1.bb = gdk-pixbuf_2.28.2.bb}|4 ++--
 .../freetype/{freetype_2.4.12.bb = freetype_2.5.0.1.bb} |6 ++
 2 files changed, 4 insertions(+), 6 deletions(-)
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.28.1.bb = 
gdk-pixbuf_2.28.2.bb} (94%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb = 
freetype_2.5.0.1.bb} (90%)

-- 
1.7.10.4

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/2] gdk-pixbuf: upgrade to 2.28.2

2013-08-02 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com
---
 .../gdk-pixbuf/{gdk-pixbuf_2.28.1.bb = gdk-pixbuf_2.28.2.bb}  |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.28.1.bb = 
gdk-pixbuf_2.28.2.bb} (94%)

diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.1.bb 
b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bb
similarity index 94%
rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.1.bb
rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bb
index a97234c..08d6f0a 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.1.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bb
@@ -19,8 +19,8 @@ SRC_URI = 
${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
file://extending-libinstall-dependencies.patch \

 
-SRC_URI[md5sum] = 5c71cce316d08c559fc5970aa60754ab
-SRC_URI[sha256sum] = 
bea0b743fdb5c3c8e23210f73623ec5f18f9ead2522942897fe739d80b50c2bb
+SRC_URI[md5sum] = 04c04e5042acd85cff6c439aba1995f1
+SRC_URI[sha256sum] = 
183113c2eb2232963e88864a6a54fd963dbfeb1a3679fb0d3456f9e0b79e4617
 
 inherit autotools pkgconfig gettext pixbufcache
 
-- 
1.7.10.4

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/2] freetype: upgrade to 2.5.0.1

2013-08-02 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com
---
 .../freetype/{freetype_2.4.12.bb = freetype_2.5.0.1.bb} |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb = 
freetype_2.5.0.1.bb} (90%)

diff --git a/meta/recipes-graphics/freetype/freetype_2.4.12.bb 
b/meta/recipes-graphics/freetype/freetype_2.5.0.1.bb
similarity index 90%
rename from meta/recipes-graphics/freetype/freetype_2.4.12.bb
rename to meta/recipes-graphics/freetype/freetype_2.5.0.1.bb
index 8cf79d3..d9f53ab 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.12.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.5.0.1.bb
@@ -13,13 +13,11 @@ LIC_FILES_CHKSUM = 
file://docs/LICENSE.TXT;md5=c017ff17fc6f0794adf93db5559ccd56
 
 SECTION = libs
 
-PR = r0
-
 SRC_URI = ${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
 
 
-SRC_URI[md5sum] = 3463102764315eb86c0d3c2e1f3ffb7d
-SRC_URI[sha256sum] = 
a78a17486689ab6852a9e1a759b179827ac9dfd7e2f237ddf169c73398c85381
+SRC_URI[md5sum] = c72e9010b1d986d556fc0b2b5fcbf31a
+SRC_URI[sha256sum] = 
57bce5b37989577aa8b4a588426839f6bf39bcc3869748cb18f6827df251f4e5
 
 S = ${WORKDIR}/freetype-${PV}
 
-- 
1.7.10.4

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/7] telepathy-idle: upgrade to v0.1.16

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 .../fix-svc-gtk-doc.h-target.patch   | 0
 .../telepathy/{telepathy-idle_0.1.14.bb = telepathy-idle_0.1.16.bb} | 5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.14 = 
telepathy-idle-0.1.16}/fix-svc-gtk-doc.h-target.patch (100%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.14.bb = 
telepathy-idle_0.1.16.bb} (82%)

diff --git 
a/meta/recipes-connectivity/telepathy/telepathy-idle-0.1.14/fix-svc-gtk-doc.h-target.patch
 
b/meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-doc.h-target.patch
similarity index 100%
rename from 
meta/recipes-connectivity/telepathy/telepathy-idle-0.1.14/fix-svc-gtk-doc.h-target.patch
rename to 
meta/recipes-connectivity/telepathy/telepathy-idle-0.1.16/fix-svc-gtk-doc.h-target.patch
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.14.bb 
b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
similarity index 82%
rename from meta/recipes-connectivity/telepathy/telepathy-idle_0.1.14.bb
rename to meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
index 4edcb3b..279e8f1 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.14.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.16.bb
@@ -8,9 +8,8 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
 
 SRC_URI = 
http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz \
file://fix-svc-gtk-doc.h-target.patch
-
-SRC_URI[md5sum] = c292c54aa08f61544ab53fda880d861c
-SRC_URI[sha256sum] = 
df344e7959d99ab4ee4c0bcde82e6fc652cc48dc93ce11fcd024fa2383068fec
+SRC_URI[md5sum] = afabda908a798aac3a427f4564af113a
+SRC_URI[sha256sum] = 
739614e2d526d82bdd2fd94026ca70a46670563556ff15537a2a08bf17172875
 
 inherit autotools pkgconfig pythonnative
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/7] gstreamer1.0: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc| 2 --
 .../gstreamer/{gstreamer1.0_1.0.7.bb = gstreamer1.0_1.0.9.bb}| 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.0.7.bb = 
gstreamer1.0_1.0.9.bb} (72%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
index d7bbee1..3cb478a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
@@ -7,8 +7,6 @@ SECTION = multimedia
 LICENSE = LGPLv2+
 DEPENDS = glib-2.0 libxml2 bison-native flex-native
 
-PR = r1
-
 inherit autotools pkgconfig gettext
 
 GSTREAMER_1_DEBUG ?= --disable-debug
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
similarity index 72%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
index 1423227..e4b2f1e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
@@ -7,7 +7,7 @@ SRC_URI =  \
 http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \
 file://0001-Fix-crash-with-gst-inspect.patch \
 
-SRC_URI[md5sum] = 8f6066a37c71a0d0ff5fe5f7687fea12
-SRC_URI[sha256sum] = 
68cada7ee24ede23e15dc81ccde11898eed1a7a3c6a2d81a8c31596fccb1b5ce
+SRC_URI[md5sum] = cbbad73d703b811bc8bd18e47b36e534
+SRC_URI[sha256sum] = 
17a2c60a82baa461ef685ad3de187edb9c03a2c7e07513daba58a5a32efacaa3
 S = ${WORKDIR}/gstreamer-${PV}
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 5/7] gstreamer1.0-plugins-good: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc   | 2 --
 ...er1.0-plugins-good_1.0.7.bb = gstreamer1.0-plugins-good_1.0.9.bb} | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.0.7.bb 
= gstreamer1.0-plugins-good_1.0.9.bb} (73%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 68bc9f1..19b16ca 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -5,8 +5,6 @@ LICENSE = GPLv2+  LGPLv2.1+
 # libid3tag
 DEPENDS += gstreamer1.0-plugins-base gconf zlib bzip2
 
-PR = r1
-
 inherit gettext gconf
 
 
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
similarity index 73%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
index b2bcd44..1b65b7d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.0.9.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
 
file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f
 \
 
file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe
 
-SRC_URI[md5sum] = e4b1c825475a9b478fe29e8e9f34516f
-SRC_URI[sha256sum] = 
a016a3b377c86658627aef902b9204108209100b2e88fcc3b695c392af1b4035
+SRC_URI[md5sum] = 20bb77f201b044f4ba61de167c4466d7
+SRC_URI[sha256sum] = 
cfa2e617a76f93e9ddd4ae1109297e93fb4a06b152042b996231234a72c5a5ff
 
 S = ${WORKDIR}/gst-plugins-good-${PV}
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 7/7] gstreamer1.0-plugins-bad: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc| 2 --
 ...amer1.0-plugins-bad_1.0.7.bb = gstreamer1.0-plugins-bad_1.0.9.bb} | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.0.7.bb = 
gstreamer1.0-plugins-bad_1.0.9.bb} (75%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 38cf512..a36335a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -7,8 +7,6 @@ DEPENDS += gstreamer1.0-plugins-base bzip2
 SRC_URI[md5sum] = d1493d1219b836a8cbf54f4fba962420
 SRC_URI[sha256sum] = 
5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab
 
-PR = r1
-
 S = ${WORKDIR}/gst-plugins-bad-${PV}
 
 inherit gettext
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
similarity index 75%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
index bca3567..9ce7991 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
 file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \
 
file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c
 
-SRC_URI[md5sum] = d1493d1219b836a8cbf54f4fba962420
-SRC_URI[sha256sum] = 
5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab
+SRC_URI[md5sum] = 569e5122fd7bfd7bd861a537f0a28c60
+SRC_URI[sha256sum] = 
69d236b1d8188270a3f51f6710146d0ca63c2f1a9f6cfbab3399ef01b9498f75
 
 S = ${WORKDIR}/gst-plugins-bad-${PV}
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/7] telepathy-mission-control: upgrade to v5.15.0

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 ...mission-control_5.14.0.bb = telepathy-mission-control_5.15.0.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename 
meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.14.0.bb = 
telepathy-mission-control_5.15.0.bb} (92%)

diff --git 
a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb 
b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
similarity index 92%
rename from 
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb
rename to 
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
index 23e4c97..b2736ca 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
@@ -7,6 +7,8 @@ SECTION = libs
 DEPENDS = libtelepathy dbus-glib gconf libxslt-native
 
 SRC_URI = 
http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz;
+SRC_URI[md5sum] = 0efd7d9043f6e189e8ed8111d043b52c
+SRC_URI[sha256sum] = 
88800d1b5f385e94b34721319ff4fe65c493632954d7229b36e57af5b4a7e1b5
 
 inherit autotools pkgconfig pythonnative
 
@@ -37,6 +39,3 @@ FILES_libmissioncontrol-server-dev = 
${libdir}/libmissioncontrol-server.*
 FILES_libmissioncontrol-dbg = ${libdir}/.debug/libmissioncontrol.so.*
 FILES_libmissioncontrol-config-dbg = 
${libdir}/.debug/libmissioncontrol-config.so.*
 FILES_libmissioncontrol-server-dbg = 
${libdir}/.debug/libmissioncontrol-server.so.*
-
-SRC_URI[md5sum] = 483fa8860891815a540ecf1bb9155122
-SRC_URI[sha256sum] = 
58e0047f5292836c2c35e1603a908b3ac20a5c0b183869514c63de339fd48a30
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 6/7] gstreamer1.0-libav: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 .../{gstreamer1.0-libav_1.0.7.bb = gstreamer1.0-libav_1.0.9.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.0.7.bb = 
gstreamer1.0-libav_1.0.9.bb} (89%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
similarity index 89%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
index f486a9d..0b6bd50 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
@@ -14,9 +14,8 @@ SRC_URI =  \
 file://0001-Disable-yasm-for-libav-when-disable-yasm.patch \
 file://libav_e500mc.patch \
 
-
-SRC_URI[md5sum] = 68e1eb18a58907e21b81d26ce7db056a
-SRC_URI[sha256sum] = 
aefa679d14e7a6558673cfbf401b9c01f1903bb52e5dc08332e9001d25a7ba7a
+SRC_URI[md5sum] = 8414f8d4c4a239a74a3d5eadf3d14875
+SRC_URI[sha256sum] = 
759641c0597c24191322f40945b363b75df299a539ff4086650be6193028189a
 
 LIBAV_EXTRA_CONFIGURE_COMMON_ARG = --target-os=linux \
   --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/7] gstreamer1.0-plugins-base: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc  | 2 --
 ...r1.0-plugins-base_1.0.7.bb = gstreamer1.0-plugins-base_1.0.9.bb} | 5 ++---
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.0.7.bb 
= gstreamer1.0-plugins-base_1.0.9.bb} (72%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
index b2c8995..5002399 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
@@ -5,8 +5,6 @@ LICENSE = GPLv2+  LGPLv2+
 DEPENDS += ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxv', 
'', d)}
 DEPENDS += freetype liboil util-linux
 
-PR = r1
-
 inherit gettext
 
 
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
similarity index 72%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
index 72a4aee..7b1e990 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.0.9.bb
@@ -4,8 +4,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 
file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f
 \
 file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \

-
-SRC_URI[md5sum] = b5b43cfbf82b413ce2e07a190d87e68f
-SRC_URI[sha256sum] = 
014805e50b696bc06c3862ea656df079fc0b5fef0c10f16e9f085f290545677a
+SRC_URI[md5sum] = 24af1986581d9c2cd3dc834ab64d133d
+SRC_URI[sha256sum] = 
963e3b83d651661f495ca2e44ccd2d5c61e986e9d7706246e568276689a372ea
 
 S = ${WORKDIR}/gst-plugins-base-${PV}
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] gcc-4.8: Fix meta-fsl-arm iperf build issue

2013-08-02 Thread Khem Raj
On Friday, August 2, 2013, Otavio Salvador wrote:

 On Thu, Aug 1, 2013 at 7:07 PM, Khem Raj raj.k...@gmail.comjavascript:;
 wrote:
  This should fix the problem seen where gcc ICE
  was happening when compiling iperf with older 2.6.x
  kernel

 In fact it is 'perf', not iperf ;-)



Blame vim



  Test this patch by reverting below commit in meta-fsl-arm
 
  commit daf582c93a7283fb0af3b25fe2ada48f4c9985c4
  Author: Otavio Salvador ota...@ossystems.com.br javascript:;
  Date:   Tue Jul 2 11:52:51 2013 -0300
 
  perf: Disable FPU tune for i.MX5 SoCs to workaround GCC ICE
 
  Signed-off-by: Khem Raj raj.k...@gmail.com javascript:;
  CC: Otavio Salvador ota...@ossystems.com.br javascript:;

 Tested-by: Otavio Salvador ota...@ossystems.com.br javascript:;
 Acked-by: Otavio Salvador ota...@ossystems.com.br javascript:;

 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://projetos.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/7] telepathy-mission-control: upgrade to v5.15.0

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 ...mission-control_5.14.0.bb = telepathy-mission-control_5.15.0.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename 
meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.14.0.bb = 
telepathy-mission-control_5.15.0.bb} (92%)

diff --git 
a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb 
b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
similarity index 92%
rename from 
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb
rename to 
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
index 23e4c97..b2736ca 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.14.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
@@ -7,6 +7,8 @@ SECTION = libs
 DEPENDS = libtelepathy dbus-glib gconf libxslt-native
 
 SRC_URI = 
http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz;
+SRC_URI[md5sum] = 0efd7d9043f6e189e8ed8111d043b52c
+SRC_URI[sha256sum] = 
88800d1b5f385e94b34721319ff4fe65c493632954d7229b36e57af5b4a7e1b5
 
 inherit autotools pkgconfig pythonnative
 
@@ -37,6 +39,3 @@ FILES_libmissioncontrol-server-dev = 
${libdir}/libmissioncontrol-server.*
 FILES_libmissioncontrol-dbg = ${libdir}/.debug/libmissioncontrol.so.*
 FILES_libmissioncontrol-config-dbg = 
${libdir}/.debug/libmissioncontrol-config.so.*
 FILES_libmissioncontrol-server-dbg = 
${libdir}/.debug/libmissioncontrol-server.so.*
-
-SRC_URI[md5sum] = 483fa8860891815a540ecf1bb9155122
-SRC_URI[sha256sum] = 
58e0047f5292836c2c35e1603a908b3ac20a5c0b183869514c63de339fd48a30
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/7] gstreamer1.0: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc| 2 --
 .../gstreamer/{gstreamer1.0_1.0.7.bb = gstreamer1.0_1.0.9.bb}| 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.0.7.bb = 
gstreamer1.0_1.0.9.bb} (72%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
index d7bbee1..3cb478a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
@@ -7,8 +7,6 @@ SECTION = multimedia
 LICENSE = LGPLv2+
 DEPENDS = glib-2.0 libxml2 bison-native flex-native
 
-PR = r1
-
 inherit autotools pkgconfig gettext
 
 GSTREAMER_1_DEBUG ?= --disable-debug
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
similarity index 72%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
index 1423227..e4b2f1e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.0.9.bb
@@ -7,7 +7,7 @@ SRC_URI =  \
 http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \
 file://0001-Fix-crash-with-gst-inspect.patch \
 
-SRC_URI[md5sum] = 8f6066a37c71a0d0ff5fe5f7687fea12
-SRC_URI[sha256sum] = 
68cada7ee24ede23e15dc81ccde11898eed1a7a3c6a2d81a8c31596fccb1b5ce
+SRC_URI[md5sum] = cbbad73d703b811bc8bd18e47b36e534
+SRC_URI[sha256sum] = 
17a2c60a82baa461ef685ad3de187edb9c03a2c7e07513daba58a5a32efacaa3
 S = ${WORKDIR}/gstreamer-${PV}
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 6/7] gstreamer1.0-libav: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 .../{gstreamer1.0-libav_1.0.7.bb = gstreamer1.0-libav_1.0.9.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.0.7.bb = 
gstreamer1.0-libav_1.0.9.bb} (89%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
similarity index 89%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
index f486a9d..0b6bd50 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.0.9.bb
@@ -14,9 +14,8 @@ SRC_URI =  \
 file://0001-Disable-yasm-for-libav-when-disable-yasm.patch \
 file://libav_e500mc.patch \
 
-
-SRC_URI[md5sum] = 68e1eb18a58907e21b81d26ce7db056a
-SRC_URI[sha256sum] = 
aefa679d14e7a6558673cfbf401b9c01f1903bb52e5dc08332e9001d25a7ba7a
+SRC_URI[md5sum] = 8414f8d4c4a239a74a3d5eadf3d14875
+SRC_URI[sha256sum] = 
759641c0597c24191322f40945b363b75df299a539ff4086650be6193028189a
 
 LIBAV_EXTRA_CONFIGURE_COMMON_ARG = --target-os=linux \
   --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 7/7] gstreamer1.0-plugins-bad: upgrade to v1.0.9

2013-08-02 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc| 2 --
 ...amer1.0-plugins-bad_1.0.7.bb = gstreamer1.0-plugins-bad_1.0.9.bb} | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.0.7.bb = 
gstreamer1.0-plugins-bad_1.0.9.bb} (75%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 38cf512..a36335a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -7,8 +7,6 @@ DEPENDS += gstreamer1.0-plugins-base bzip2
 SRC_URI[md5sum] = d1493d1219b836a8cbf54f4fba962420
 SRC_URI[sha256sum] = 
5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab
 
-PR = r1
-
 S = ${WORKDIR}/gst-plugins-bad-${PV}
 
 inherit gettext
diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
similarity index 75%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
index bca3567..9ce7991 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.7.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.0.9.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
 file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \
 
file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c
 
-SRC_URI[md5sum] = d1493d1219b836a8cbf54f4fba962420
-SRC_URI[sha256sum] = 
5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab
+SRC_URI[md5sum] = 569e5122fd7bfd7bd861a537f0a28c60
+SRC_URI[sha256sum] = 
69d236b1d8188270a3f51f6710146d0ca63c2f1a9f6cfbab3399ef01b9498f75
 
 S = ${WORKDIR}/gst-plugins-bad-${PV}
 
-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] Issue of Yocto multilib sdk

2013-08-02 Thread Mark Hatle

On 8/2/13 5:10 AM, Sardan Alexandru Cezar-B41700 wrote:


There could be several issues here:
1. default library path for 64bit is wrong... You can inspect it by
looking at SEARCH_DIR in the linker script. Just run:

$CC -o mytest -Wl,-verbose mytest.c

Then you can try to set the library path explicitly with -L. See if it
works.

2. you don't have the 64bit libraries and it falls back to looking into
/lib or /usr/lib which contain the 32bit libraries...

Do you have any lib64/ usr/lib64/ in your target sysroot?



[Alex Sardan] Yes, it seems that the 64bit libraries are not being
installed in the sysroot.
What is the right way of adding them? I tried adding libgcc to
MULTILIB_IMAGE_INSTALL but it doesn't do the trick.


By default all libraries end up in 'lib' (no suffix).  When you enable the 
multilib support, the lib directory depends on the multilib you are compiling 
(and installing).


i.e.:
MACHINE = some 64bit ppc capable machine

require conf/multilib.conf
DEFAULTTUNE = ppc
MULTILIBS = multilib:lib64
DEFAULTTUNE_virtclass-multilib-lib64 = ppc64


If you enable the multilib support, and then build with:

bitbake lib64-core-image-minimal  -- you should see an all 'lib64' 
core-image-minimal (assuming lib64 is your alternative library name)


IMAGE_INSTALL_append =  lib64-bash

Should switch bash to being the 64-bit version, and install all of the necessary 
libraries -- in addition to the 32-bit items being default.


--Mark


Thanks,
Alex

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [CONSOLIDATED PULL 00/45] Final Review ACK

2013-08-02 Thread Burton, Ross
On 2 August 2013 16:35, Paul Eggleton paul.eggle...@linux.intel.com wrote:
 Acked-by: Paul Eggleton paul.eggle...@linux.intel.com

Acked-By: Ross Burton ross.bur...@intel.com

Ross
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] Initial review of ChenQi/read-only-rootfs-in-live-images

2013-08-02 Thread Chris Larson
Greetings,

Nice work on this branch. The bind based approach seems clean. I do have
some comments:

- I think the read-only-rootfs-hook stuff, at least the bind mounting piece
at a minimum, belongs in a separate script in ${sbindir} rather than within
the startup script itself. This will ease adding support for r/o to systemd
images.
- I think we should consider having an additional script which unmounts the
binds in reverse order, in case the binds prevent unmounting of the
partitions in which they live, potentially causing an unclean shutdown.
- The irda read only bits aren't necessary, it seems. The startup script
writes to /etc/sysconfig/ if its config file doesn't already exist, as a
mechanism of handling default configuration. This is a terrible way to
handle that, and sysconfig is a redhatism, not the way we do things in our
distros. I have a commit I'll submit a patch for to resolve this by fixing
up the startup script.
- I think we should enhance the copy part of the bind script in two ways:
- cp from/. to/ - this ensures it will copy hidden directories as
well, which the wildcard does not
- handle bind mounts of files as well as directories
- I also think the mount script should support mount options, making the
config files essentially a subset of the filesystem table in fstab. There
are cases where there's value in using options with bind mounts, and it'd
make the scripts potentially more generally useful.
- I think we should split out the mount and unmount scripts, along with
default configuration, into a separate recipe which inherits update-rc.d,
and which gets pulled into IMAGE_INSTALL by image.bbclass only when
read-only-rootfs is in IMAGE_FEATURES. This means we'd need less
conditional if this is r/o code in the scripts, as we could rely on it
being installed in r/o images, and not in others.

As an aside, I looked into libmount's previous support of fstab.d, it
appears using util-linux's libmount-based mount is supposed to support
passing a directory to its -T/--fstab= argument, which would let us offload
the work to it if we use a real mount binary, but it seems that this
directory argument support doesn't work anyway, and of course by doing that
we'd suck in additional deps, so maybe it's for the best :)

Thoughts? I have prototype mount-binds and unmount-binds shell scripts here
which implement the aforementioned suggestions, but I wanted to throw my
thoughts out to the list for comments before proceeding any further.

Thanks,
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH v1] btrfs-tools: upgrade to upstream revision.

2013-08-02 Thread Yevhen Kyriukha
---
 ...ix_race_condition_with_multithreaded_make.patch | 36 --
 .../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch   | 31 ---
 .../btrfs-tools/btrfs-tools_git.bb | 13 +++-
 3 files changed, 4 insertions(+), 76 deletions(-)
 delete mode 100644 
meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_race_condition_with_multithreaded_make.patch
 delete mode 100644 
meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_use_of_gcc.patch

diff --git 
a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_race_condition_with_multithreaded_make.patch
 
b/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_race_condition_with_multithreaded_make.patch
deleted file mode 100644
index 40175b8..000
--- 
a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_race_condition_with_multithreaded_make.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Upstream-Status: Pending
-
-Fix makefile for multithreaded (make -j ) building.
-
-btrfsctl.c
-| i586-poky-linux-gcc  -m32   -march=i586 
--sysroot=/intel/poky/builds/world/tmp/sysroots/qemux86 
-Wp,-MMD,./.btrfsctl.o.d,-MT,btrfsctl.o -Wall -D_FILE_OFFSET_BITS=64 
-D_FORTIFY_SOURCE=2 -O2 -pipe -g -feliminate-unused-debug-types -c btrfsctl.c
-| btrfsctl.c:37:21: fatal error: version.h: No such file or directory
-| compilation terminated.
-| btrfslabel.c:40:21: fatal error: version.h: No such file or directory
-| compilation terminated.
-
-Signed-Off-By: Nitin A Kamble nitin.a.kam...@intel.com
-2012/01/02
-
-Index: git/Makefile
-===
 git.orig/Makefile
-+++ git/Makefile
-@@ -26,14 +26,13 @@ else
-   check = ls
- endif
- 
--.c.o:
-+%.o: %.c version.h
-   $(check) $
-   $(CC) $(DEPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c $
- 
-+all: $(progs) manpages
- 
--all: version $(progs) manpages
--
--version:
-+version.h: version.sh
-   bash version.sh
- 
- btrfs: $(objects) btrfs.o btrfs_cmds.o scrub.o
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_use_of_gcc.patch 
b/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_use_of_gcc.patch
deleted file mode 100644
index 7f6594a..000
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_use_of_gcc.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Nitin A Kamble nitin.a.kam...@intel.com 2011/06/09
-Upstream-Status: Pending
-
-Avoid these kinds of errors while doing cross build:
-
-| ccache i586-poky-linux-gcc -march=i586 
--sysroot=/disk0/pokybuild/build0/tmp/sysroots/qemux86 
-Wp,-MMD,./.btrfsctl.o.d,-MT,btrfsctl.o -Wall -D_FILE_OFFSET_BITS=64 
-D_FORTIFY_SOURCE=2 -O2 -pipe -g -feliminate-unused-debug-types -c btrfsctl.c
-| gcc -O2 -pipe -g -feliminate-unused-debug-types -o btrfsctl btrfsctl.o 
ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o root-tree.o 
dir-item.o file-item.o inode-item.o inode-map.o crc32c.o rbtree.o 
extent-cache.o extent_io.o volumes.o utils.o btrfs-list.o -Wl,-O1  
-Wl,--as-needed -luuid
-| /usr/bin/ld: i386 architecture of input file `btrfsctl.o' is incompatible 
with i386:x86-64 output
-| /usr/bin/ld: i386 architecture of input file `ctree.o' is incompatible with 
i386:x86-64 output
-
-Index: git/Makefile
-===
 git.orig/Makefile
-+++ git/Makefile
-@@ -41,13 +41,13 @@ btrfs: $(objects) btrfs.o btrfs_cmds.o s
-   $(objects) $(LDFLAGS) $(LIBS)
- 
- calc-size: $(objects) calc-size.o
--  gcc $(CFLAGS) -o calc-size calc-size.o $(objects) $(LDFLAGS) $(LIBS)
-+  $(CC) $(CFLAGS) -o calc-size calc-size.o $(objects) $(LDFLAGS) $(LIBS)
- 
- find-root: $(objects) find-root.o
--  gcc $(CFLAGS) -o find-root find-root.o $(objects) $(LDFLAGS) $(LIBS)
-+  $(CC) $(CFLAGS) -o find-root find-root.o $(objects) $(LDFLAGS) $(LIBS)
- 
- restore: $(objects) restore.o
--  gcc $(CFLAGS) -o restore restore.o $(objects) $(LDFLAGS) $(LIBS) 
$(RESTORE_LIBS)
-+  $(CC) $(CFLAGS) -o restore restore.o $(objects) $(LDFLAGS) $(LIBS) 
$(RESTORE_LIBS)
- 
- btrfsctl: $(objects) btrfsctl.o
-   $(CC) $(CFLAGS) -o btrfsctl btrfsctl.o $(objects) $(LDFLAGS) $(LIBS)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb 
b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
index ef575ae..d63f1e0 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
@@ -12,21 +12,16 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067
 SECTION = base
 DEPENDS = util-linux attr
 
-SRCREV = fdb6c0402337d9607c7a39155088eaf033742752
+SRCREV = 194aa4a1bd6447bb545286d0bcb0b0be8204d79f
 SRC_URI = 
git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;protocol=git
 
 S = ${WORKDIR}/git
 
-PV = 0.19+git${SRCPV}
+PV = 0.20+git${SRCPV}
 
-PR = r6
+PR = r7
 
-SRC_URI +=  file://fix_use_of_gcc.patch \
-file://weak-defaults.patch \
-file://fix_race_condition_with_multithreaded_make.patch 
-
-SRC_URI[md5sum] = 

Re: [OE-core] [PATCH v1] btrfs-tools: upgrade to upstream revision.

2013-08-02 Thread Saul Wold


Please add an explanation of why the patches are removed and a 
Signed-off-by: in the commit message.


Thanks
Sau!


On 08/02/2013 12:41 PM, Yevhen Kyriukha wrote:

---
  ...ix_race_condition_with_multithreaded_make.patch | 36 --
  .../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch   | 31 ---
  .../btrfs-tools/btrfs-tools_git.bb | 13 +++-
  3 files changed, 4 insertions(+), 76 deletions(-)
  delete mode 100644 
meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_race_condition_with_multithreaded_make.patch
  delete mode 100644 
meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_use_of_gcc.patch

diff --git 
a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_race_condition_with_multithreaded_make.patch
 
b/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_race_condition_with_multithreaded_make.patch
deleted file mode 100644
index 40175b8..000
--- 
a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_race_condition_with_multithreaded_make.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Upstream-Status: Pending
-
-Fix makefile for multithreaded (make -j ) building.
-
-btrfsctl.c
-| i586-poky-linux-gcc  -m32   -march=i586 
--sysroot=/intel/poky/builds/world/tmp/sysroots/qemux86 
-Wp,-MMD,./.btrfsctl.o.d,-MT,btrfsctl.o -Wall -D_FILE_OFFSET_BITS=64 
-D_FORTIFY_SOURCE=2 -O2 -pipe -g -feliminate-unused-debug-types -c btrfsctl.c
-| btrfsctl.c:37:21: fatal error: version.h: No such file or directory
-| compilation terminated.
-| btrfslabel.c:40:21: fatal error: version.h: No such file or directory
-| compilation terminated.
-
-Signed-Off-By: Nitin A Kamble nitin.a.kam...@intel.com
-2012/01/02
-
-Index: git/Makefile
-===
 git.orig/Makefile
-+++ git/Makefile
-@@ -26,14 +26,13 @@ else
-   check = ls
- endif
-
--.c.o:
-+%.o: %.c version.h
-   $(check) $
-   $(CC) $(DEPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c $
-
-+all: $(progs) manpages
-
--all: version $(progs) manpages
--
--version:
-+version.h: version.sh
-   bash version.sh
-
- btrfs: $(objects) btrfs.o btrfs_cmds.o scrub.o
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_use_of_gcc.patch 
b/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_use_of_gcc.patch
deleted file mode 100644
index 7f6594a..000
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix_use_of_gcc.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Nitin A Kamble nitin.a.kam...@intel.com 2011/06/09
-Upstream-Status: Pending
-
-Avoid these kinds of errors while doing cross build:
-
-| ccache i586-poky-linux-gcc -march=i586 
--sysroot=/disk0/pokybuild/build0/tmp/sysroots/qemux86 
-Wp,-MMD,./.btrfsctl.o.d,-MT,btrfsctl.o -Wall -D_FILE_OFFSET_BITS=64 
-D_FORTIFY_SOURCE=2 -O2 -pipe -g -feliminate-unused-debug-types -c btrfsctl.c
-| gcc -O2 -pipe -g -feliminate-unused-debug-types -o btrfsctl btrfsctl.o 
ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o root-tree.o 
dir-item.o file-item.o inode-item.o inode-map.o crc32c.o rbtree.o 
extent-cache.o extent_io.o volumes.o utils.o btrfs-list.o -Wl,-O1  
-Wl,--as-needed -luuid
-| /usr/bin/ld: i386 architecture of input file `btrfsctl.o' is incompatible 
with i386:x86-64 output
-| /usr/bin/ld: i386 architecture of input file `ctree.o' is incompatible with 
i386:x86-64 output
-
-Index: git/Makefile
-===
 git.orig/Makefile
-+++ git/Makefile
-@@ -41,13 +41,13 @@ btrfs: $(objects) btrfs.o btrfs_cmds.o s
-   $(objects) $(LDFLAGS) $(LIBS)
-
- calc-size: $(objects) calc-size.o
--  gcc $(CFLAGS) -o calc-size calc-size.o $(objects) $(LDFLAGS) $(LIBS)
-+  $(CC) $(CFLAGS) -o calc-size calc-size.o $(objects) $(LDFLAGS) $(LIBS)
-
- find-root: $(objects) find-root.o
--  gcc $(CFLAGS) -o find-root find-root.o $(objects) $(LDFLAGS) $(LIBS)
-+  $(CC) $(CFLAGS) -o find-root find-root.o $(objects) $(LDFLAGS) $(LIBS)
-
- restore: $(objects) restore.o
--  gcc $(CFLAGS) -o restore restore.o $(objects) $(LDFLAGS) $(LIBS) 
$(RESTORE_LIBS)
-+  $(CC) $(CFLAGS) -o restore restore.o $(objects) $(LDFLAGS) $(LIBS) 
$(RESTORE_LIBS)
-
- btrfsctl: $(objects) btrfsctl.o
-   $(CC) $(CFLAGS) -o btrfsctl btrfsctl.o $(objects) $(LDFLAGS) $(LIBS)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb 
b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
index ef575ae..d63f1e0 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
@@ -12,21 +12,16 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067
  SECTION = base
  DEPENDS = util-linux attr

-SRCREV = fdb6c0402337d9607c7a39155088eaf033742752
+SRCREV = 194aa4a1bd6447bb545286d0bcb0b0be8204d79f
  SRC_URI = 
git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;protocol=git

  S = ${WORKDIR}/git

-PV = 0.19+git${SRCPV}
+PV = 0.20+git${SRCPV}

-PR = r6
+PR = r7

We do not need PR Bumps 

Re: [OE-core] [PATCH v3] distro_features_check.bbclass: Allow checking of required/conflicting features

2013-08-02 Thread Chris Larson
On Thu, Aug 1, 2013 at 3:13 PM, Otavio Salvador ota...@ossystems.com.brwrote:

 This add support to list required/confliting distro features for a
 recipe; this avoids user mistake when building recipes/images which
 would not work depending on DISTRO_FEATURES option set.

 Adding:

 ,[ Use example ]
 | inherit distro_features_check
 |
 | REQUIRED_DISTRO_FEATURES = x11
 | CONFLICT_DISTRO_FEATURES_mx6 = wayland


I wonder if it would be worth doing this like PNBLACKLIST to let the recipe
provide its reasoning as a message, or if that would add too much overhead.
I don't know enough about this use case, but something to consider if it
hasn't been already.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-02 Thread Hongxu Jia

On 08/02/2013 06:40 PM, Paul Eggleton wrote:

On Friday 02 August 2013 18:03:05 Hongxu Jia wrote:

I have updated the pull branch to rename the script and correct the comments
as your suggestions.

There still seem to be a lot of instances of PACKAGECONFIG's flags on the
branch.

Thanks Paul for the reviewing, I am sorry for the missing,
I have updated the pull branch again.

Thanks,
Hongxu

The suggestion about using bitbake parser to make the script more robust,
I need some time to do the investigation and I am very pleased to do that,
I will address this in follow-up pathch, would you think it's proper or not?

Yes, that's fine.

Cheers,
Paul



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/2] freetype: upgrade to 2.5.0.1

2013-08-02 Thread Saul Wold

On 08/02/2013 08:40 AM, Ionut Radu wrote:

Signed-off-by: Ionut Radu ionutx.r...@intel.com
---
  .../freetype/{freetype_2.4.12.bb = freetype_2.5.0.1.bb} |6 ++
  1 file changed, 2 insertions(+), 4 deletions(-)
  rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb = 
freetype_2.5.0.1.bb} (90%)

diff --git a/meta/recipes-graphics/freetype/freetype_2.4.12.bb 
b/meta/recipes-graphics/freetype/freetype_2.5.0.1.bb
similarity index 90%
rename from meta/recipes-graphics/freetype/freetype_2.4.12.bb
rename to meta/recipes-graphics/freetype/freetype_2.5.0.1.bb
index 8cf79d3..d9f53ab 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.12.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.5.0.1.bb
@@ -13,13 +13,11 @@ LIC_FILES_CHKSUM = 
file://docs/LICENSE.TXT;md5=c017ff17fc6f0794adf93db5559ccd56

  SECTION = libs

-PR = r0
-
  SRC_URI = ${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
  

-SRC_URI[md5sum] = 3463102764315eb86c0d3c2e1f3ffb7d
-SRC_URI[sha256sum] = 
a78a17486689ab6852a9e1a759b179827ac9dfd7e2f237ddf169c73398c85381
+SRC_URI[md5sum] = c72e9010b1d986d556fc0b2b5fcbf31a
+SRC_URI[sha256sum] = 
57bce5b37989577aa8b4a588426839f6bf39bcc3869748cb18f6827df251f4e5

  S = ${WORKDIR}/freetype-${PV}


This seems to have a problem with the creation of the libfreetype.la, it 
includes the full sysroot path to the libpng16.la file in, instead of 
the short root relative path.



| make[2]: Entering directory 
`/srv/ssd/sgw/builds/world/tmp/work/x86_64-poky-linux/directfb/1.6.1-r0.2/build/tools'
| ../x86_64-poky-linux-libtool  --tag=CC   --mode=link x86_64-poky-linux-gcc  
-m64 --sysroot=/srv/ssd/sgw/builds/world/tmp/sysroots/qemux86-64 
-I/srv/ssd/sgw/builds/world/tmp/sysroots/qemux86-64/usr/include/freetype2  
-I/srv/ssd/sgw/builds/world/tmp/sysroots/qemux86-64/usr/include/libpng16  -Wall 
-Wstrict-prototypes -Wmissing-prototypes -Wno-strict-aliasing 
-Werror-implicit-function-declaration -O2 -g2 -ffast-math -pipe -O2 -pipe -g 
-feliminate-unused-debug-types -D_GNU_SOURCE  -std=gnu99 
-Werror-implicit-function-declaration  -Wl,-O1 -Wl,--hash-style=gnu 
-Wl,--as-needed -lts -lm -o mkdgiff mkdgiff.o -lfreetype  
../lib/direct/libdirect.la -ldl -lrt -lpthread
| x86_64-poky-linux-libtool: link: cannot find the library 
`/srv/ssd/sgw/builds/world/tmp/sysroots/qemux86-64/srv/ssd/sgw/builds/world/tmp/sysroots/x86_64-linux/usr/lib/libpng16.la'
 or unhandled argument 
`=/srv/ssd/sgw/builds/world/tmp/sysroots/x86_64-linux/usr/lib/libpng16.la'
| make[2]: *** [mkdgiff] Error 1


This library should be with out the extra 
srv/ssd/sgw/builds/world/tmp/sysroots/x86_64-linux


These three recipes have the same issue.


  /srv/ssd/sgw/poky/meta/recipes-graphics/fontconfig/fontconfig_2.10.2.bb, 
do_compile
  /srv/ssd/sgw/poky/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb, do_compile
  /srv/ssd/sgw/poky/meta/recipes-graphics/directfb/directfb_1.6.1.bb, do_compile


It may be due to the libtool.

Sau!

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core