Re: [OE-core] [oe] Fwd: open source conference in Honduras needs Yocto Project/Openembedded/OpenHardware speaker

2015-06-04 Thread Stephen Arnold
I can't (formally) speak for Diego, but that sounds awesome (I think he will be happy). The LinuxCon abstract looks promising, but I better shutup and let DIego respond when's able to. Thanks, and you're entirely welcome (and hopefully I can see it in person...) Steve On Thu, Jun 4, 2015 at

Re: [OE-core] meta-gir issues and maintenance

2015-06-04 Thread Changhyeok Bae
I start maintaining this layer some days ago. So I only fix tested with g-ir gir-test-image build. I'll update gir version from 1.34.2 to latest stable version (more than 1.39.0 :) Thanks for your reporting -Original Message- From: João Henrique Ferreira de Freitas

[OE-core] [PATCH 0/1] linux-yocto/3.19: update reference BSPs to 3.19

2015-06-04 Thread Bruce Ashfield
Here's the first patch to update the h/w refernece BSPs to the 3.19 kernel. I'll send a follow up patch to the yocto-bsp layer to bump the preferred kernel there as well. Cheers, Bruce The following changes since commit fcc67ae90feeceee204bdb36e45eacf8d056779a: xserver-xorg: Upgrade 1.16.3

[OE-core] [PATCH 1/1] linux-yocto: update beaglebone, mpc8315e and edgerouter to 3.19

2015-06-04 Thread Bruce Ashfield
Bumping the linux-yocto SRCREVs to integrate fixes for the h/w reference BSPs to the 3.19 kernel. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto_3.19.bb | 18

Re: [OE-core] [PATCH] alsa-tools: add dependency glib-2.0

2015-06-04 Thread Kang Kai
On 2015年06月04日 17:23, Jack Mitchell wrote: On 04/06/15 06:57, Kai Kang wrote: Add dependency glib-2.0 for alsa-tools. It is required by new added sub-component hdajacksensetest. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-multimedia/alsa/alsa-tools_1.0.29.bb | 2 +- 1

[OE-core] [PATCH] autogen: redirect the log file to build dir

2015-06-04 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../autogen/autogen-native_5.18.4.bb | 4 +++- .../autogen/autogen/redirect-output-dir.patch | 28 ++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode

[OE-core] [PATCHv3] distrodata: Use Python CSV instead of did by hand

2015-06-04 Thread Aníbal Limón
Fix CSV generation in distrodata class using Python CSV module before it some errors happen when read due to incorrect quoting/delimiters. [YOCTO #] Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- meta/classes/distrodata.bbclass | 126 +--- 1

Re: [OE-core] [PATCHv2 4/4] distrodata: Use Python CSV instead of did by hand

2015-06-04 Thread Aníbal Limón
Hi Ross, Comments below, alimon On 04/06/15 15:08, Burton, Ross wrote: On 4 June 2015 at 21:06, Burton, Ross ross.bur...@intel.com wrote: So whereas before the SRC_URI field in checkpkg.cvs generally just listed the first entry (the main source) it now lists the entire of SRC_URI.

Re: [OE-core] [dizzy][PATCH] license.bbclass: set dirs for do_populate_lic_setscene

2015-06-04 Thread akuster808
merged to staging. - armin On 06/04/2015 04:37 AM, Martin Jansa wrote: From: Robert Yang liezhi.y...@windriver.com Fixed: ERROR: Build of do_populate_lic failed ERROR: Traceback (most recent call last): File bitbake/lib/bb/build.py, line 497, in exec_task return _exec_task(fn, task,

Re: [OE-core] [fido][PATCH] e2fsprogs: install populate-extfs.sh

2015-06-04 Thread Joshua Lock
On 04/06/15 09:47, Martin Jansa wrote: On Sat, May 16, 2015 at 06:58:43AM +0200, Martin Jansa wrote: From: Martin Jansa martin.ja...@gmail.com ping This has been queued in my fido-next branch[1] for a while, I'm hoping to do an autobuilder run and propose it for merge to fido over the next

Re: [OE-core] [fido][PATCH] squashfs-tools: build and install unsquashfs as well

2015-06-04 Thread Joshua Lock
On 04/06/15 09:48, Martin Jansa wrote: On Thu, May 21, 2015 at 01:24:36PM +0200, Martin Jansa wrote: * it's useful for debugging corrupt squashfs images from mksquashfs ping Thanks, this is queued in my fido-next branch[1] pending an autobuilder run. Regards, Joshua 1.

[OE-core] [PATCHv2 1/4] recipeutils: Improve get_recipe_pv_without_srcpv function

2015-06-04 Thread Aníbal Limón
Use pv instead of rd this make the function more generic and avoid copy recipe data. Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- meta/lib/oe/recipeutils.py | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/meta/lib/oe/recipeutils.py

[OE-core] [PATCHv2 3/4] distrodata: checkpkg make usage of oe.recipeutils.get_recipe_upstream_version

2015-06-04 Thread Aníbal Limón
Now get_recipe_upstream_version function exists in oe.recipeutils module to avoid duplicate code make usage of it. Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- meta/classes/distrodata.bbclass | 84 ++--- 1 file changed, 37 insertions(+), 47

[OE-core] [PATCHv2 2/4] distrodata: Remove unnecessary include of package_regex.inc

2015-06-04 Thread Aníbal Limón
This causes a warning when follow documentation to use distrodata class that points to include, include conf/distro/include/distro_alias.inc include conf/distro/include/recipe_color.inc include conf/distro/include/maintainers.inc include

[OE-core] [PATCHv2 0/4] recipeutils and distrodata fixes

2015-06-04 Thread Aníbal Limón
xserver-xorg: Upgrade 1.16.3 - 1.17.1 (OELAYOUT_ABI change) (2015-06-03 16:38:49 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib alimon/distrodata http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=alimon/distrodata Aníbal Limón (4):

[OE-core] [PATCHv2 4/4] distrodata: Use Python CSV instead of did by hand

2015-06-04 Thread Aníbal Limón
Fix CSV generation in distrodata class using Python CSV module before it some errors happen when read due to incorrect quoting/delimiters. [YOCTO #] Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- meta/classes/distrodata.bbclass | 125 1

Re: [OE-core] [dizzy][PATCH] mesa: update --with-llvm-shared-libs configure option

2015-06-04 Thread akuster808
done On 06/04/2015 01:36 AM, Martin Jansa wrote: On Mon, May 04, 2015 at 04:07:07PM -0700, akuster808 wrote: merged to staging. - armin Ping for merging staging to dizzy branch On 05/01/2015 10:47 AM, Martin Jansa wrote: From: Andre McCurdy armccu...@gmail.com As per the Mesa 10.2

Re: [OE-core] [dizzy][PATCH] e2fsprogs: install populate-extfs.sh

2015-06-04 Thread akuster808
done On 06/04/2015 01:36 AM, Martin Jansa wrote: On Sat, May 16, 2015 at 06:59:15AM +0200, Martin Jansa wrote: From: Martin Jansa martin.ja...@gmail.com ping * install populate-extfs.sh from contrib, be aware that in order to use it you need to set DEBUGFS shell variable, otherwise it

Re: [OE-core] [PATCHv2 4/4] distrodata: Use Python CSV instead of did by hand

2015-06-04 Thread Burton, Ross
On 4 June 2015 at 21:06, Burton, Ross ross.bur...@intel.com wrote: So whereas before the SRC_URI field in checkpkg.cvs generally just listed the first entry (the main source) it now lists the entire of SRC_URI. Presumably this bug fix is desired behaviour? Also fields that used to say None

[OE-core] [PATCH 03/10] devtool: update-recipe: do rev parsing in a separate function

2015-06-04 Thread Markus Lehtonen
Split out the logic of determining initial rev and update rev into a separate function. Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- scripts/lib/devtool/standard.py | 55 +++-- 1 file changed, 31 insertions(+), 24 deletions(-) diff --git

[OE-core] [PATCH 04/10] devtool: simplify the logic of determining patches to be removed

2015-06-04 Thread Markus Lehtonen
A slight simplification of the code. Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- scripts/lib/devtool/standard.py | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/scripts/lib/devtool/standard.py

[OE-core] [PATCH 06/10] devtool: slight simplification of path splitting logic

2015-06-04 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- scripts/lib/devtool/standard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index dfa45e8..c860094 100644 ---

[OE-core] [PATCH 01/10] devtool: fix wrong indentation

2015-06-04 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- scripts/lib/devtool/standard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index c5b32d8..1e99413 100644 ---

[OE-core] [PATCH 10/10] devtool: use DevtoolError for error handling

2015-06-04 Thread Markus Lehtonen
Use DevtoolError exception more widely for handling error cases. This exception is now caught in the main script and raising it can be used to exit with an error. This hopefully simplifies error handling. The change also makes exit codes more consistent, always returning '1' when an error occurs.

[OE-core] [PATCH 02/10] devtool: refactor bb task execution into a separate class

2015-06-04 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- scripts/lib/devtool/standard.py | 50 - 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index

[OE-core] [PATCH 07/10] devtool: split out 'srcrev' update mode into a separate function

2015-06-04 Thread Markus Lehtonen
Refactor update_recipe() (i.e. the implementation of the update-recipe command) by splitting out the 'srcrev' into a distinct function. Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- scripts/lib/devtool/standard.py | 188 1 file

[OE-core] [PATCH 00/10] devtool refactoring

2015-06-04 Thread Markus Lehtonen
This patchset contains contains some refactoring of the devtool code, hopefully making the code more maintainable and somewhat easier to read. The following changes since commit c91ffdb8fff4a62ccb80196a3d735e4b9a3056a3: dosfstools: Add recipe for v3.0.28 (2015-06-03 16:38:14 +0100) are

[OE-core] [PATCH 08/10] devtool: split out 'patch' update mode into a separate function

2015-06-04 Thread Markus Lehtonen
Continue refactoring of update_recipe() by splitting out the 'patch' mode into a separate function. Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- scripts/lib/devtool/standard.py | 236 +--- 1 file changed, 122 insertions(+), 114

[OE-core] [PATCH 09/10] devtool: remove some unused return values

2015-06-04 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen markus.lehto...@linux.intel.com --- scripts/devtool | 1 - scripts/lib/devtool/standard.py | 3 --- 2 files changed, 4 deletions(-) diff --git a/scripts/devtool b/scripts/devtool index 0100eb8..307846a 100755 --- a/scripts/devtool +++

Re: [OE-core] [PATCH 0/4] recipeutils adds get_recipe_upstream_version and distrodata fixes

2015-06-04 Thread Burton, Ross
On 4 June 2015 at 17:54, Aníbal Limón anibal.li...@linux.intel.com wrote: The problem is i forget to add v2 to the patch [1] that is a new version of the patch [2], sorry about that. The problem is we merged v1 of that patch into master. Can you rebase and fix what's in master? Ross --

Re: [OE-core] [PATCH 0/4] recipeutils adds get_recipe_upstream_version and distrodata fixes

2015-06-04 Thread Burton, Ross
On 2 June 2015 at 20:49, Aníbal Limón anibal.li...@linux.intel.com wrote: Aníbal Limón (4): recipeutils: Add get_recipe_upstream_version and get_recipe_pv_without_srcpv functions distrodata: Remove unnecessary include of package_regex.inc distrodata: checkpkg make usage of

Re: [OE-core] [PATCH 0/4] recipeutils adds get_recipe_upstream_version and distrodata fixes

2015-06-04 Thread Aníbal Limón
On 04/06/15 11:54, Burton, Ross wrote: On 4 June 2015 at 17:54, Aníbal Limón anibal.li...@linux.intel.com wrote: The problem is i forget to add v2 to the patch [1] that is a new version of the patch [2], sorry about that. The problem is we merged v1 of that patch into master. Can you

Re: [OE-core] [oe] Fwd: open source conference in Honduras needs Yocto Project/Openembedded/OpenHardware speaker

2015-06-04 Thread Stephen Arnold
That works if you have some travel coverage, unfortunately I just heard Diego is in the hospital (no details yet) so there may be a short delay in reply... They are very interested in open source (both hardware and software) so feel free to propose suitable topics (depends on what you've been

Re: [OE-core] [PATCH 0/4] recipeutils adds get_recipe_upstream_version and distrodata fixes

2015-06-04 Thread Aníbal Limón
Hi Ross, The problem is i forget to add v2 to the patch [1] that is a new version of the patch [2], sorry about that. Kind regards, alimon [1] http://lists.openembedded.org/pipermail/openembedded-core/2015-June/105576.html [2]

Re: [OE-core] [PATCH 2/3] populate_sdk_ext: consider custom configuration in local.conf

2015-06-04 Thread Paul Eggleton
Hi Qi, On Wednesday 27 May 2015 14:09:39 Chen Qi wrote: Copy the contents of local.conf under TOPDIR into the final generated local.conf. In this way, custom settings are also made into the final local.conf like IMAGE_INSTALL, DISTRO_FEATURES, VIRTUAL-RUNTIME_xxx, etc. Before this change,

Re: [OE-core] [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686

2015-06-04 Thread Khem Raj
On Jun 3, 2015, at 8:31 PM, Andre McCurdy armccu...@gmail.com wrote: Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-devtools/python/python-numpy_1.7.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/python/python-numpy_1.7.0.bb

[OE-core] [PATCH 1/6] xf86-input-evdev: Upgrade 2.9.1 - 2.9.2

2015-06-04 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../{xf86-input-evdev_2.9.1.bb = xf86-input-evdev_2.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.9.1.bb = xf86-input-evdev_2.9.2.bb} (83%) diff

[OE-core] [PATCH 6/6] xkeyboard-config: Upgrade 2.14 - 2.15

2015-06-04 Thread Jussi Kukkonen
Drop what remains of the patch the removed some GPLv3 content: both eu and ph layout licenses have been corrected. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../0001-Remove-GPLv3-content.patch| 51 -- ...ard-config_2.14.bb =

[OE-core] [PATCH 3/6] xf86-input-synaptics: Upgrade 1.8.1 - 1.8.2

2015-06-04 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../{xf86-input-synaptics_1.8.1.bb = xf86-input-synaptics_1.8.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.8.1.bb = xf86-input-synaptics_1.8.2.bb}

[OE-core] [PATCH 0/6] Upgrade X drivers and xkeyboard-config

2015-06-04 Thread Jussi Kukkonen
Some of the drivers I am not able to test: all upgrades are fairly small point upgrades though. The following changes since commit fcc67ae90feeceee204bdb36e45eacf8d056779a: xserver-xorg: Upgrade 1.16.3 - 1.17.1 (OELAYOUT_ABI change) (2015-06-03 16:38:49 +0100) are available in the git

[OE-core] [PATCH 5/6] xf86-video-vmware: Upgrade 13.0.2 - 13.1.0

2015-06-04 Thread Jussi Kukkonen
Remove one upstreamed patch. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- ...001-configure-fix-build-without-xatracker.patch | 37 -- ...mware_13.0.2.bb = xf86-video-vmware_13.1.0.bb} | 7 ++-- 2 files changed, 3 insertions(+), 41 deletions(-) delete mode

[OE-core] [PATCH 4/6] xf86-video-omap: Upgrade to 0.4.3

2015-06-04 Thread Jussi Kukkonen
Use last release instead of slightly older git revision, drop the upstreamed patch. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../xorg-driver/xf86-video-omap/configure.patch| 74 -- ...-video-omap_git.bb = xf86-video-omap_0.4.3.bb} | 11 +--- 2 files

[OE-core] [PATCH 2/6] xf86-input-keyboard: Upgrade 1.8.0 - 1.8.1

2015-06-04 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../{xf86-input-keyboard_1.8.0.bb = xf86-input-keyboard_1.8.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-keyboard_1.8.0.bb = xf86-input-keyboard_1.8.1.bb} (73%)

Re: [OE-core] [PATCH v2 0/7] devtool: improve handling of local source files

2015-06-04 Thread Paul Eggleton
Hi Markus, On Wednesday 03 June 2015 17:50:25 Markus Lehtonen wrote: Second version of my patchset aiming to improve handling of local source files. The only significant change since the first version is the addition of unit tests. Did you see the comments I made on v1 patchset?

Re: [OE-core] [daisy][PATCH 0/1] Backport of gcc header fix from master/dizzy

2015-06-04 Thread Paul Eggleton
On Friday 22 May 2015 17:02:03 Paul Eggleton wrote: I made this backport earlier but missed actually sending it. The following change since commit 5a577ec878a15f3caaf4893b819825ffb8c81266: build-appliance-image: Update to daisy head revision (2015-05-13 13:27:45 +0100) is available

[OE-core] [PATCH 2/4] gstreamer1.0-plugins-base.inc: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 3/4] lame: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-multimedia/lame/lame_3.99.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb

[OE-core] [PATCH 1/3] nettle: update package to 3.1.1 version.

2015-06-04 Thread Armin Kuster
this requires the gnutls 3.4.1 update or the current gnutils build will break. Signed-off-by: Armin Kuster akuster...@gmail.com --- .../nettle/{nettle_2.7.1.bb = nettle_3.1.1.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename

[OE-core] [PATCH 3/3] neon: build fix

2015-06-04 Thread Armin Kuster
fixup to allow building with api changes in gnutls. Signed-off-by: Armin Kuster akuster...@gmail.com --- .../neon/neon/gnutls_4.3_fixup.patch | 53 ++ meta/recipes-support/neon/neon_0.30.1.bb | 3 +- 2 files changed, 55 insertions(+), 1 deletion(-)

[OE-core] [PATCH 0/3] Gntls update to 4.3.1

2015-06-04 Thread Armin Kuster
THe nettle and gnutls updates must be done as a pair. The following changes since commit 6dc53d3694d555147b272d18678fcf908ddced32: bitbake: fixup 6 (2015-06-03 17:37:08 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib akuster/gnutls-update

[OE-core] [PATCH 2/3] gnutls: update to 3.4.1

2015-06-04 Thread Armin Kuster
This version supports the nettle 3.x and higher and requires that version. this include a security fix: GNUTLS-SA-2015-2 no CVE assigned to date. enable openssl compat via PACKAGECONFIG as iputils needs gnutls/openssl.h for migration info:

[OE-core] [PATCH 4/4] x264: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-multimedia/x264/x264_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/x264/x264_git.bb

[OE-core] [PATCH 1/4] python-numpy: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-devtools/python/python-numpy/{i586 = x86}/config.h | 0 meta/recipes-devtools/python/python-numpy/{i586 = x86}/numpyconfig.h | 0

[OE-core] [PATCH] base-files: Fix LSB NG Cases.

2015-06-04 Thread Li xin
-/tset/LSB.fhs/var/tmp/tmp-tc. The LSB Core test requires the /var/tmp directory supports creation of files. And the mount tmpfs on /var/volatile cause the /var/tmp directory can't be writable for non-root users. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com ---

Re: [OE-core] [dizzy][PATCH] mesa: update --with-llvm-shared-libs configure option

2015-06-04 Thread Martin Jansa
On Mon, May 04, 2015 at 04:07:07PM -0700, akuster808 wrote: merged to staging. - armin Ping for merging staging to dizzy branch On 05/01/2015 10:47 AM, Martin Jansa wrote: From: Andre McCurdy armccu...@gmail.com As per the Mesa 10.2 release notes, --with-llvm-shared-libs has been

Re: [OE-core] [dizzy][PATCH] e2fsprogs: install populate-extfs.sh

2015-06-04 Thread Martin Jansa
On Sat, May 16, 2015 at 06:59:15AM +0200, Martin Jansa wrote: From: Martin Jansa martin.ja...@gmail.com ping * install populate-extfs.sh from contrib, be aware that in order to use it you need to set DEBUGFS shell variable, otherwise it will try to use debugfs from relative path which

Re: [OE-core] [dizzy][PATCH] squashfs-tools: build and install unsquashfs as well

2015-06-04 Thread Martin Jansa
On Thu, May 21, 2015 at 01:24:11PM +0200, Martin Jansa wrote: * it's useful for debugging corrupt squashfs images from mksquashfs ping Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | 3 ++- 1 file changed, 2 insertions(+),

Re: [OE-core] [fido][PATCH] squashfs-tools: build and install unsquashfs as well

2015-06-04 Thread Martin Jansa
On Thu, May 21, 2015 at 01:24:36PM +0200, Martin Jansa wrote: * it's useful for debugging corrupt squashfs images from mksquashfs ping Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | 3 ++- 1 file changed, 2

Re: [OE-core] [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686

2015-06-04 Thread Andre McCurdy
On Wed, Jun 3, 2015 at 11:30 PM, Khem Raj raj.k...@gmail.com wrote: On Jun 3, 2015, at 8:31 PM, Andre McCurdy armccu...@gmail.com wrote: Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-devtools/python/python-numpy_1.7.0.bb | 4 1 file changed, 4 insertions(+) diff

Re: [OE-core] [dizzy][PATCH] perf: add LIBNUMA_DEFINES

2015-06-04 Thread Martin Jansa
On Wed, May 27, 2015 at 06:33:47PM +0200, Martin Jansa wrote: From: Robert Yang liezhi.y...@windriver.com ping Fixed: WARNING: QA Issue: perf rdepends on numactl, but it isn't a build dependency? [build-deps] The numactl is in meta-oe. Signed-off-by: Robert Yang

Re: [OE-core] [fido][PATCH] e2fsprogs: install populate-extfs.sh

2015-06-04 Thread Martin Jansa
On Sat, May 16, 2015 at 06:58:43AM +0200, Martin Jansa wrote: From: Martin Jansa martin.ja...@gmail.com ping * install populate-extfs.sh from contrib, be aware that in order to use it you need to set DEBUGFS shell variable, otherwise it will try to use debugfs from relative path which

[OE-core] [PATCH 1/1] rpm: remove extra dev and dbg packages

2015-06-04 Thread Robert Yang
There should be only one dev and dbg package. [YOCTO #7481] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/rpm/rpm_5.4.14.bb | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb

[OE-core] [PATCH 0/1] rpm: remove extra dev and dbg packages

2015-06-04 Thread Robert Yang
The following changes since commit c91ffdb8fff4a62ccb80196a3d735e4b9a3056a3: dosfstools: Add recipe for v3.0.28 (2015-06-03 16:38:14 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/dev

[OE-core] [PATCH] alsa-tools: add dependency glib-2.0

2015-06-04 Thread Kai Kang
Add dependency glib-2.0 for alsa-tools. It is required by new added sub-component hdajacksensetest. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-multimedia/alsa/alsa-tools_1.0.29.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686

2015-06-04 Thread Burton, Ross
On 4 June 2015 at 09:39, Andre McCurdy armccu...@gmail.com wrote: Yes, I'll send a v2. I'm hopeful that this set of fixes will be acceptable for fido, which is why I initially went for adding i686 over-rides instead of a more widespread clean-up to replace i586 with x86. Changing i586 to

Re: [OE-core] [oe-commits] Robert Yang : bison: 2.7.1 - 3.0.4

2015-06-04 Thread Martin Jansa
On Tue, Apr 21, 2015 at 06:20:58AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: fbb26d8db8e71fd979edd2bafa7e0bab7632950c URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=fbb26d8db8e71fd979edd2bafa7e0bab7632950c Author:

Re: [OE-core] [PATCH] alsa-tools: add dependency glib-2.0

2015-06-04 Thread Jack Mitchell
On 04/06/15 06:57, Kai Kang wrote: Add dependency glib-2.0 for alsa-tools. It is required by new added sub-component hdajacksensetest. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-multimedia/alsa/alsa-tools_1.0.29.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [dizzy][PATCH] license.bbclass: set dirs for do_populate_lic_setscene

2015-06-04 Thread Martin Jansa
From: Robert Yang liezhi.y...@windriver.com Fixed: ERROR: Build of do_populate_lic failed ERROR: Traceback (most recent call last): File bitbake/lib/bb/build.py, line 497, in exec_task return _exec_task(fn, task, d, quieterr) File bitbake/lib/bb/build.py, line 437, in _exec_task

Re: [OE-core] [PATCH 4/6] xf86-video-omap: Upgrade to 0.4.3

2015-06-04 Thread Martin Jansa
On Thu, Jun 04, 2015 at 01:44:20PM +0300, Jussi Kukkonen wrote: Use last release instead of slightly older git revision, drop the upstreamed patch. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../xorg-driver/xf86-video-omap/configure.patch| 74 --

Re: [OE-core] [oe-commits] Robert Yang : perf: fix for rebuilding

2015-06-04 Thread Martin Jansa
I think this commit: commit 9dafa571ed0a40d21a886dec7704c31150b21942 Author: Robert Yang liezhi.y...@windriver.com Date: Sun Jan 18 22:46:29 2015 -0800 perf: fix for rebuilding Fix for rebuilding error: make[3]: *** No rule to make target

Re: [OE-core] [PATCHv2 4/4] distrodata: Use Python CSV instead of did by hand

2015-06-04 Thread Burton, Ross
On 4 June 2015 at 19:42, Aníbal Limón anibal.li...@linux.intel.com wrote: Fix CSV generation in distrodata class using Python CSV module before it some errors happen when read due to incorrect quoting/delimiters. So whereas before the SRC_URI field in checkpkg.cvs generally just listed the

Re: [OE-core] [PATCH 0/6] devtool: improve handling of local source files

2015-06-04 Thread Markus Lehtonen
Hi, On Tue, 2015-05-12 at 19:01 +0100, Paul Eggleton wrote: Hi Markus, On Thursday 30 April 2015 12:16:06 Markus Lehtonen wrote: This patchset tries to improve handling of local source files (i.e. file:// in SRC_URI). First, it improves packages for which S=WORKDIR (that possibly only

Re: [OE-core] [PATCH v2 0/7] devtool: improve handling of local source files

2015-06-04 Thread Markus Lehtonen
Hi, On Thu, 2015-06-04 at 11:49 +0100, Paul Eggleton wrote: Hi Markus, On Wednesday 03 June 2015 17:50:25 Markus Lehtonen wrote: Second version of my patchset aiming to improve handling of local source files. The only significant change since the first version is the addition of unit

Re: [OE-core] [PATCH 4/6] xf86-video-omap: Upgrade to 0.4.3

2015-06-04 Thread Jussi Kukkonen
On 4 June 2015 at 14:13, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jun 04, 2015 at 01:44:20PM +0300, Jussi Kukkonen wrote: Use last release instead of slightly older git revision, drop the upstreamed patch. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com ---

Re: [OE-core] [PATCH] copyleft_filter.bbclass: Allow to filter on name

2015-06-04 Thread Paul Eggleton
Hi Mariano, On Friday 22 May 2015 06:29:25 mariano.lo...@linux.intel.com wrote: From: Mariano Lopez mariano.lo...@linux.intel.com The archiver uses a license based filter to provide the source code. This patch allows to search on name based on two new variables (SRC_INCLUDE_NAME,

Re: [OE-core] [PATCH 0/6] devtool: improve handling of local source files

2015-06-04 Thread Paul Eggleton
On Thursday 04 June 2015 16:12:07 Markus Lehtonen wrote: On Tue, 2015-05-12 at 19:01 +0100, Paul Eggleton wrote: On Thursday 30 April 2015 12:16:06 Markus Lehtonen wrote: This patchset tries to improve handling of local source files (i.e. file:// in SRC_URI). First, it improves