Re: [OE-core] [PATCH v3] libav: set LICENSE and LICENSE_FLAGS according to PACKAGECONFIG options

2014-07-15 Thread Matthieu CRAPET
Hi again, > Some optional parts of Libav are licensed under the GNU General Public > License version 2 or later (GPL v2+). See the file COPYING.GPLv2 for details. > None of these parts are used by default, you have to explicitly pass > --enable-gpl to configure to activate them. In this case, L

[OE-core] [PATCH] grub-core: fix endianness problem

2014-07-15 Thread Shan Hai
Fix tftp stalls on loading files bigger than ~32k bug by cherry picking a patch from grub upstream. Upstream-Status: Backport Signed-off-by: Shan Hai --- .../grub/grub-2.00/fix-endianness-problem.patch| 46 ++ meta/recipes-bsp/grub/grub_2.00.bb | 1 + 2

[OE-core] [PATCH] grub-core/net/tftp: Fix endianness problem in (ack)

2014-07-15 Thread Shan Hai
commit a706f4cc6bddd03e67a66620101209c471177b53 upstream --- .../tftp-fix-endianness-problem-in-ack.patch | 42 ++ meta/recipes-bsp/grub/grub_2.00.bb | 1 + 2 files changed, 43 insertions(+) create mode 100644 meta/recipes-bsp/grub/grub-2.00/tftp-fix-en

[OE-core] (no subject)

2014-07-15 Thread Shan Hai
Fix grub bug #36755 by cherry picking a patch from grub upstream. The bug is reported at "http://savannah.gnu.org/bugs/?36755"; Thanks Shan Hai -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org

Re: [OE-core] [PATCH v2 2/2] populate_sdk_base: ensure that filenames with empty space character are handled

2014-07-15 Thread João Henrique Ferreira de Freitas
Em 15-07-2014 10:33, Otavio Salvador escreveu: On Mon, Jul 14, 2014 at 7:55 PM, João Henrique Ferreira de Freitas wrote: When extracting toolchain, if the list $executable_files has filenames with empty space character, the list will created but relocate_sdk.sh will not handle it well. This wi

Re: [OE-core] [PATCH 13/38] gnu-config: add perl to RDEPENDS_gnu-config

2014-07-15 Thread Robert Yang
On 07/15/2014 11:40 PM, Khem Raj wrote: On Tue, Jul 15, 2014 at 7:19 AM, Robert Yang wrote: Perl script: gnu-config/usr/bin/gnu-configize will it impact native recipes too ? Yes, it will, thanks, update it to target only in the git repo, RDEPENDS_${PN}_class-target += "perl" // Robert

Re: [OE-core] [PATCH] perl: strip RPATH from libxml-parser-perl Expat.so

2014-07-15 Thread João Henrique Ferreira de Freitas
Hi Paul, I got this error. On daisy branch, I was using a MACHINE=genericx86 then I changed to MACHINE=crownbay and build my image. libxml-parser-perl shows the same problem. So I did 'bitbake perl -c cleansstate' and 'bitbake libxml-parser-perl'. No problems anymore, until I change back t

[OE-core] [PATCH 1/1] rpm: compile rpmqv.c instead of rpmqv.cc

2014-07-15 Thread Joe Slater
Some versions of gcc will put a reference to __gxx_personality_v0 into rpm.o and rpmbuild.o. This means we must link using g++, and Makefile does not. Go back to using rpmqv.c (which is currently identical to rpmqv.cc). Signed-off-by: Joe Slater --- .../recipes-devtools/rpm/rpm/rpmqv_cc_b_gone

Re: [OE-core] [oe] [PATCH 7/7] autoconf: remove automake patch enforcing --foreign

2014-07-15 Thread Burton, Ross
On 15 July 2014 21:14, Khem Raj wrote: > can it be somehow made such that it can be passed via option flags so we > dont have to patch the packages not using above automake macro Packages that don't use the right automake macro are generally very old and we're already carrying patches to fix the

[OE-core] [PATCH] alsa-tools: Disable use of GTK+ when using DirectFB

2014-07-15 Thread Otavio Salvador
The GTK+3 does not provide support for DirectFB backend so we cannot enable GTK+ features of alsa-tools in this case. Signed-off-by: Otavio Salvador --- meta/recipes-multimedia/alsa/alsa-tools_1.0.27.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multi

[OE-core] [PATCH] libdrm: upgrade to 2.4.54

2014-07-15 Thread Nicolas Dechesne
Version 2.4.54 was released a couple of months ago, see [1] for list of changes. The upgrade is required for using recent freedreno X11 driver on QCOM SoC. This was tested on IFC6410 board. [1] http://lists.x.org/archives/xorg-announce/2014-May/002426.html Signed-off-by: Nicolas Dechesne --- m

Re: [OE-core] [oe] [PATCH 7/7] autoconf: remove automake patch enforcing --foreign

2014-07-15 Thread Khem Raj
On Jul 15, 2014 9:20 AM, "Ross Burton" wrote: > > Since 2004 we've been carrying a patch[1] make autoreconf pass --foreign to > automake. Presumably at the time this was due to many upstreams using > hand-coded bootstrap scripts that passed --foreign manually, but we were using > autoreconf. The

Re: [OE-core] [PATCH] gdb: force arm mode

2014-07-15 Thread Khem Raj
On Jul 15, 2014 11:30 AM, "Martin Jansa" wrote: > > * triggers some issue in gcc-4.9, this call: > arm-oe-linux-gnueabi-gcc -march=armv5te -mthumb -mthumb-interwork -mtune=xscale > --sysroot=/OE/build/shr-core/tmp-eglibc/sysroots/spitz -O2 -pipe -g > -feliminate-unused-debug-types -I. > -I/OE/b

Re: [OE-core] [meta-oe][PATCH] [v3] lz4: update to latest version

2014-07-15 Thread akuster
On 07/15/2014 08:37 AM, Saul Wold wrote: On 07/15/2014 08:22 AM, akuster wrote: On 07/15/2014 08:06 AM, Saul Wold wrote: On 07/15/2014 06:28 AM, Armin Kuster wrote: update to version r119 Use github instead of svn LICENSE md5sum changed since it was updated in r117 What exactly changed in

[OE-core] [PATCH] gdb: force arm mode

2014-07-15 Thread Martin Jansa
* triggers some issue in gcc-4.9, this call: arm-oe-linux-gnueabi-gcc -march=armv5te -mthumb -mthumb-interwork -mtune=xscale --sysroot=/OE/build/shr-core/tmp-eglibc/sysroots/spitz -O2 -pipe -g -feliminate-unused-debug-types -I. -I/OE/build/shr-core/tmp-eglibc/work/xscalete-oe-linux-gnueabi/gdb/7

[OE-core] [oe-core][PATCH] Change to correct spelling of "local.conf.sample.extended"

2014-07-15 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index d64ba7f..8c58271 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -2,7 +2,7 @@ # This file is your local configuration file and is where all local user

Re: [OE-core] [oe] [PATCH 0/7][RFC] Remove enforced --foreign in autoreconf

2014-07-15 Thread Martin Jansa
On Tue, Jul 15, 2014 at 05:18:30PM +0100, Ross Burton wrote: > Hi, > > Since 2004 we've been forcibly passing --foreign to automake in autoreconf. > This is a change from upstream behaviour and can actually break packages that > expect GNU behaviour (admittedly the failure case reported was "inter

[OE-core] [PATCH][V2 2/3] default-versions: remove xf86-video-intel

2014-07-15 Thread Ross Burton
Setting PREFERRED_VERSION to the latest version available is redundant, so remove it. Signed-off-by: Ross Burton --- meta/conf/distro/include/default-versions.inc |3 --- 1 file changed, 3 deletions(-) diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/de

[OE-core] [PATCH][V2 3/3] xorg-driver: use PACKAGEFUNCS instead of populate_packages_prepend

2014-07-15 Thread Ross Burton
The dependency adding function has nothing to do with package splitting, so move it to a PACKAGEFUNC. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-driver/xorg-driver-common.inc |4 ++-- meta/recipes-graphics/xorg-driver/xorg-driver-input.inc |5 +++-- meta/recipes-graphics/

[OE-core] [PATCH][V2 1/3] xf86-video-intel: upgrade to 2.99.912

2014-07-15 Thread Ross Burton
Drop a backported patch that has been applied. Apply a patch from upstream to add enable/disable options for each DRI level, as .912 won't build if the X server doesn't support DRI3. Add PACKAGECONFIG options for each DRI level and enable DRI1 and DRI2. Add a PACKAGECONFIG option for the client

Re: [OE-core] [PATCH v3] libav: set LICENSE and LICENSE_FLAGS according to PACKAGECONFIG options

2014-07-15 Thread Andreas Oberritter
Hello Matthieu, On 15.07.2014 16:54, Matthieu Crapet wrote: > + fix: drop unwanted --enable-libtheora & --enable-libvorbis in EXTRA_OECONF > > Reported-by: Andreas Oberritter > Signed-off-by: Matthieu Crapet > --- > meta/recipes-multimedia/libav/libav.inc | 17 ++--- > 1 file chang

[OE-core] [PATCH 7/7] autoconf: remove automake patch enforcing --foreign

2014-07-15 Thread Ross Burton
Since 2004 we've been carrying a patch[1] make autoreconf pass --foreign to automake. Presumably at the time this was due to many upstreams using hand-coded bootstrap scripts that passed --foreign manually, but we were using autoreconf. These days many projects have added foreign to AM_INIT_AUTOM

[OE-core] [PATCH 6/7] ltp: use "foreign" automake strictness

2014-07-15 Thread Ross Burton
ltp doesn't want GNU-levels of automake strictness so tell it to be "foreign". Signed-off-by: Ross Burton --- .../ltp/ltp/automake-foreign.patch | 20 meta/recipes-extended/ltp/ltp_20140422.bb |1 + 2 files changed, 21 insertions(+) create mod

[OE-core] [PATCH 3/7] which: use "foreign" automake strictness

2014-07-15 Thread Ross Burton
which doesn't want GNU-levels of automake strictness so tell it to be "foreign". Signed-off-by: Ross Burton --- meta/recipes-extended/which/which-2.20/automake.patch | 10 ++ meta/recipes-extended/which/which_2.20.bb |1 + 2 files changed, 11 insertions(+) create mode

[OE-core] [PATCH 4/7] libmad: use "foreign" automake strictness

2014-07-15 Thread Ross Burton
libmad doesn't want GNU-levels of automake strictness so tell it to be "foreign". Signed-off-by: Ross Burton --- .../libmad/libmad/automake-foreign.patch | 12 meta/recipes-multimedia/libmad/libmad_0.15.1b.bb |1 + 2 files changed, 13 insertions(+)

[OE-core] [PATCH 5/7] oprofile: use "foreign" automake strictness

2014-07-15 Thread Ross Burton
oprofile doesn't want GNU-levels of automake strictness so tell it to be "foreign". Signed-off-by: Ross Burton --- meta/recipes-kernel/oprofile/oprofile.inc|1 + meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch |7 +++ 2 files changed, 8 insertions(+)

[OE-core] [PATCH 1/7] bzip2: use "foreign" automake strictness

2014-07-15 Thread Ross Burton
bzip2 doesn't want GNU-levels of automake strictness so tell it to be "foreign". Signed-off-by: Ross Burton --- meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac b/meta

[OE-core] [PATCH 2/7] libid3tag: use "foreign" automake strictness

2014-07-15 Thread Ross Burton
libid3tag doesn't want GNU-levels of automake strictness so tell it to be "foreign". Signed-off-by: Ross Burton --- .../libid3tag/libid3tag/obsolete_automake_macros.patch |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/libid3tag/libi

[OE-core] [PATCH 0/7][RFC] Remove enforced --foreign in autoreconf

2014-07-15 Thread Ross Burton
Hi, Since 2004 we've been forcibly passing --foreign to automake in autoreconf. This is a change from upstream behaviour and can actually break packages that expect GNU behaviour (admittedly the failure case reported was "interesting"), and I'm on a bit of a mission to remove patches that don't ha

Re: [OE-core] curious about why bitbake.conf setting of FILES_${PN}-bin

2014-07-15 Thread Robert P. J. Day
On Tue, 15 Jul 2014, Saul Wold wrote: > On 07/15/2014 08:51 AM, Burton, Ross wrote: > > On 15 July 2014 16:23, Saul Wold wrote: > > > Blame me for that patch! Looking back at the commit message > > > from about 2 years ago I think this got mid-way through a > > > change, with the plan to actuall

Re: [OE-core] curious about why bitbake.conf setting of FILES_${PN}-bin

2014-07-15 Thread Saul Wold
On 07/15/2014 08:51 AM, Burton, Ross wrote: On 15 July 2014 16:23, Saul Wold wrote: Blame me for that patch! Looking back at the commit message from about 2 years ago I think this got mid-way through a change, with the plan to actually remove lib_package completely since all it contained was t

Re: [OE-core] curious about why bitbake.conf setting of FILES_${PN}-bin

2014-07-15 Thread Burton, Ross
On 15 July 2014 16:23, Saul Wold wrote: > Blame me for that patch! Looking back at the commit message from about 2 > years ago I think this got mid-way through a change, with the plan to > actually remove lib_package completely since all it contained was the > setting of PACKAGE_BEFORE_PN, theref

Re: [OE-core] curious about why bitbake.conf setting of FILES_${PN}-bin

2014-07-15 Thread Robert P. J. Day
On Tue, 15 Jul 2014, Saul Wold wrote: > I just did a basic search and could not find any reference and I > know that PACKAGES/FILES is "greedy" meaning once a file is consumed > by a FILES entry it's not available again. Should probably be added > to the PACKAGES and / or FILES. i *know* i've

[OE-core] [meta-oe][PATCH] [v4] lz4: update to latest version

2014-07-15 Thread Armin Kuster
update to version r119 Use github instead of svn LICENSE md5sum changed since it was updated in r117 for a copyright date change Fixes CVE-2014-4611 Signed-off-by: Armin Kuster --- meta/recipes-support/lz4/{lz4_svn.bb => lz4_git.bb} | 11 +-- 1 file changed, 5 insertions(+), 6 deletion

[OE-core] [PATCH 2/5] wic: Add vfat support

2014-07-15 Thread Tom Zanussi
Add vfat as a supported rootfs type (in addition to the current ext2/3/4 and btrfs support). vfat partitions can now be created using --source rootfs along with --fstype=vfat, or without --source but specifying a --size. Signed-off-by: Tom Zanussi --- .../lib/mic/kickstart/custom_commands/parti

[OE-core] [PATCH 5/5] wic: Error on zero-sized partitions

2014-07-15 Thread Tom Zanussi
It doesn't make sense to create zero-sized partitions so assume user error and notify the user they should be using a non-zero --size for partitions that don't specify a --source. Signed-off-by: Tom Zanussi --- scripts/lib/mic/kickstart/custom_commands/partition.py | 2 ++ 1 file changed, 2 inse

[OE-core] [PATCH 1/5] wic: Error on parted non-zero error code

2014-07-15 Thread Tom Zanussi
The current code uses msger.debug() to note errors, effectively squelching them if --debug isn't used. Apparently this is because it can return non-zero for some loop device failures. We don't care about loop devices, and not paying attention to the error code actually results in invalid images,

[OE-core] [PATCH 0/5] wic: Updates to add vfat support and more help topics

2014-07-15 Thread Tom Zanussi
This patchset adds vfat support as requested in YOCTO #6513, and also adds a couple new help topics: a wic overview and the start of a wic kickstart reference. It also fixes a couple usability bugs noted along the way. The following changes since commit 1dcdd877c7946be4c0b1203deb14e2f842f9d0c2:

[OE-core] [PATCH 4/5] wic: Add kickstart reference to help system

2014-07-15 Thread Tom Zanussi
Add a 'wic kickstart' help section to make it easy for users to access the kickstart reference without having to go to an external website. Signed-off-by: Tom Zanussi --- scripts/lib/image/canned-wks/directdisk.wks | 2 +- scripts/lib/image/help.py | 114 +

[OE-core] [PATCH 3/5] wic: Add wic overview to help system

2014-07-15 Thread Tom Zanussi
Add a general overview of wic to the help system as 'wic overview', along with some introductory examples. Signed-off-by: Tom Zanussi --- scripts/lib/image/help.py | 209 ++ scripts/wic | 21 +++-- 2 files changed, 221 insertions(+), 9 d

Re: [OE-core] [PATCH 13/38] gnu-config: add perl to RDEPENDS_gnu-config

2014-07-15 Thread Khem Raj
On Tue, Jul 15, 2014 at 7:19 AM, Robert Yang wrote: > Perl script: > gnu-config/usr/bin/gnu-configize will it impact native recipes too ? > > [YOCTO #1662] > > Signed-off-by: Robert Yang > --- > .../gnu-config/gnu-config_20120814.bb |2 ++ > meta/recipes-devtools/gnu-config/gn

Re: [OE-core] [PATCH 1/2] udev: update init script for conditional probing of platform bus

2014-07-15 Thread Denys Dmytriyenko
On Tue, Jul 15, 2014 at 08:30:04AM -0700, Saul Wold wrote: > On 07/14/2014 07:41 PM, Denys Dmytriyenko wrote: > >On Thu, Jun 26, 2014 at 01:43:53PM -0400, Denys Dmytriyenko wrote: > >>On Wed, Jun 25, 2014 at 11:41:05PM +0100, Richard Purdie wrote: > >>>On Wed, 2014-06-25 at 12:22 -0400, Denys Dmytr

Re: [OE-core] [meta-oe][PATCH] [v3] lz4: update to latest version

2014-07-15 Thread Saul Wold
On 07/15/2014 08:22 AM, akuster wrote: On 07/15/2014 08:06 AM, Saul Wold wrote: On 07/15/2014 06:28 AM, Armin Kuster wrote: update to version r119 Use github instead of svn LICENSE md5sum changed since it was updated in r117 What exactly changed in r117? Same License different working or ??

[OE-core] OE Changelog since 2014-07-06 until 2014-07-13

2014-07-15 Thread cliff . brake
Changelog since 2014-07-06 until 2014-07-13. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [meta-oe][PATCH] [v2] nettle: update to version 3.0

2014-07-15 Thread akuster
On 07/15/2014 08:21 AM, Saul Wold wrote: On 07/15/2014 08:13 AM, Armin Kuster wrote: Updating to version 3.x Version 3.x includes GPL v3 code. They call it dual licensing Keeping 2.7.1 as it is GPL v2 Put common code in inc file Signed-off-by: Armin Kuster --- meta/recipes-support/nettle

Re: [OE-core] [meta-oe][PATCH] [v2] nettle: update to version 3.0

2014-07-15 Thread akuster
On 07/15/2014 08:24 AM, Burton, Ross wrote: On 15 July 2014 16:13, Armin Kuster wrote: +LICENSE = "LGPLv2.1 & GPLv2 & GPLv3" The manual says: "Nettle is dual licenced under the GNU General Public License version 2 or later, and the GNU Lesser General Public License version 3 or later. When u

Re: [OE-core] [PATCH 1/2] udev: update init script for conditional probing of platform bus

2014-07-15 Thread Saul Wold
On 07/14/2014 07:41 PM, Denys Dmytriyenko wrote: On Thu, Jun 26, 2014 at 01:43:53PM -0400, Denys Dmytriyenko wrote: On Wed, Jun 25, 2014 at 11:41:05PM +0100, Richard Purdie wrote: On Wed, 2014-06-25 at 12:22 -0400, Denys Dmytriyenko wrote: On Wed, Jun 25, 2014 at 05:20:23PM +0100, Paul Eggleto

Re: [OE-core] [meta-oe][PATCH] nettle: update to version 3.0

2014-07-15 Thread akuster
Richard, On 07/15/2014 08:09 AM, Richard Purdie wrote: On Tue, 2014-07-15 at 07:11 -0700, akuster wrote: On 07/15/2014 06:49 AM, Burton, Ross wrote: On 15 July 2014 14:27, Armin Kuster wrote: Add GNUv3 license If nettle 3 contains GPLv3 code then we probably don't want to remove nettle 2.1,

[OE-core] [oe-core][PATCH] Document all five "*-pkgs" valid image features.

2014-07-15 Thread Robert P. J. Day
Make sure both bitbake.conf and local.conf,sample list all five valid "*-pkgs" forms of IMAGE_FEATURES. Signed-off-by: Robert P. J. Day --- given this at the top of populate_sdk_base.bbclass: COMPLEMENTARY_GLOB[dev-pkgs] = '*-dev' COMPLEMENTARY_GLOB[staticdev-pkgs] = '*-staticdev' COMPLEMEN

Re: [OE-core] curious about why bitbake.conf setting of FILES_${PN}-bin

2014-07-15 Thread Saul Wold
On 07/15/2014 06:24 AM, Robert P. J. Day wrote: currently doing a writeup on file distribution among a recipe's generated packages, and noticed the following. here's a snippet from OE's bitbake.conf: PACKAGE_BEFORE_PN ?= "" PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-loc

Re: [OE-core] [meta-oe][PATCH] [v2] nettle: update to version 3.0

2014-07-15 Thread Saul Wold
On 07/15/2014 08:13 AM, Armin Kuster wrote: Updating to version 3.x Version 3.x includes GPL v3 code. They call it dual licensing Keeping 2.7.1 as it is GPL v2 Put common code in inc file Signed-off-by: Armin Kuster --- meta/recipes-support/nettle/nettle.inc | 27 +

Re: [OE-core] [meta-oe][PATCH] [v2] nettle: update to version 3.0

2014-07-15 Thread Burton, Ross
On 15 July 2014 16:13, Armin Kuster wrote: > +LICENSE = "LGPLv2.1 & GPLv2 & GPLv3" The manual says: "Nettle is dual licenced under the GNU General Public License version 2 or later, and the GNU Lesser General Public License version 3 or later. When using Nettle, you must comply fully with all co

Re: [OE-core] [meta-oe][PATCH] [v3] lz4: update to latest version

2014-07-15 Thread akuster
On 07/15/2014 08:06 AM, Saul Wold wrote: On 07/15/2014 06:28 AM, Armin Kuster wrote: update to version r119 Use github instead of svn LICENSE md5sum changed since it was updated in r117 What exactly changed in r117? Same License different working or ?? They updated the copyright date. - A

Re: [OE-core] [meta-oe][PATCH] nettle: update to version 3.0

2014-07-15 Thread Saul Wold
On 07/15/2014 07:19 AM, akuster808 wrote: Ross, Since we are keeping both versions, should I define a PREFERRED_VERSION? No need to do that since the newer version will be used by default, and when INCOMPATIBLE_LICENSE with GPLv3 is set, the GPLv3 will be blacklisted and the older GPLv2 vers

[OE-core] [PATCH] smart: set noprogress for pycurl

2014-07-15 Thread Kai Kang
Set NOPROGRESS for pycurl just as same as default operation in pycurl module itself. If set NOPROGRESS with 0 for pycurl, it causes dead lock issue of Python GIL when call smart library by python gui just like pygtk. Signed-off-by: Kai Kang --- .../smart-set-noprogress-for-pycurl.patch

Re: [OE-core] UBI filesystem creation fails silently with 4k erase size

2014-07-15 Thread Denys Dmytriyenko
On Mon, Jul 14, 2014 at 03:06:31PM +0200, Mike Looijmans wrote: > On 07/14/2014 02:07 PM, Mike Looijmans wrote: > >I have a NOR chip that reports a 4k erase size, so in my machine.conf I > >entered: > > > >MKUBIFS_ARGS = "-m 1 -e 3968 -c 7040" > >UBINIZE_ARGS = "-m 1 -p 4096" > >UBI_VOLNAME = "qs

[OE-core] [meta-oe][PATCH] [v2] nettle: update to version 3.0

2014-07-15 Thread Armin Kuster
Updating to version 3.x Version 3.x includes GPL v3 code. They call it dual licensing Keeping 2.7.1 as it is GPL v2 Put common code in inc file Signed-off-by: Armin Kuster --- meta/recipes-support/nettle/nettle.inc | 27 +++ meta/recipes-support/nettle/nettle_2.7.1

Re: [OE-core] [meta-oe][PATCH] [v3] lz4: update to latest version

2014-07-15 Thread Saul Wold
On 07/15/2014 06:28 AM, Armin Kuster wrote: update to version r119 Use github instead of svn LICENSE md5sum changed since it was updated in r117 What exactly changed in r117? Same License different working or ?? Sau! FIxes CVE-2014-4611 Signed-off-by: Armin Kuster --- meta/recipes-suppo

Re: [OE-core] [meta-oe][PATCH] nettle: update to version 3.0

2014-07-15 Thread Richard Purdie
On Tue, 2014-07-15 at 07:11 -0700, akuster wrote: > On 07/15/2014 06:49 AM, Burton, Ross wrote: > > On 15 July 2014 14:27, Armin Kuster wrote: > >> Add GNUv3 license > > If nettle 3 contains GPLv3 code then we probably don't want to remove > > nettle 2.1, for people building without any v3 code in

[OE-core] [PATCH 1/1] kernel: Deploy KERNEL_ALT_IMAGETYPE and check it for uImage

2014-07-15 Thread Yang Shi
Install, deploy and package KERNEL_ALT_IMAGETYPE and create kernel-alt-image package. Check if KERNEL_ALT_IMAGETYPE is uImage in do_uboot_mkimage and adding u-boot-mkimage-native depend if it is uImage. Signed-off-by: Yang Shi --- meta/classes/kernel.bbclass | 30 +++---

[OE-core] [PATCH 0/1] Fix KERNEL_ALT_IMAGETYPE deploy

2014-07-15 Thread Yang Shi
When trying to bootup qemuarma9 BSP with uImage, I ran into the below issues: 1. Need u-boot-mkimage-native depend. kernel.bbclass just checks if KERNEL_IMAGETYPE is uImage, if it is the depend will be added. But, it doesn't check KERNEL_ALT_IMAGETYPE. In the patch, the check for alt image is ad

[OE-core] [PATCH v3] libav: set LICENSE and LICENSE_FLAGS according to PACKAGECONFIG options

2014-07-15 Thread Matthieu Crapet
+ fix: drop unwanted --enable-libtheora & --enable-libvorbis in EXTRA_OECONF Reported-by: Andreas Oberritter Signed-off-by: Matthieu Crapet --- meta/recipes-multimedia/libav/libav.inc | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/meta/recipes-multimedia/

[OE-core] [PATCH 2/2] python-distribute: add python to RDEPENDS_python-distribute

2014-07-15 Thread Robert Yang
We don't need this in theory since: python-distribute -> python-distutils -> python-core But the rpmdeps can't figure out the dependencies recursively, and add python to fix the warning. [YOCTO #1662] Signed-off-by: Robert Yang --- .../python/python-distribute_0.6.32.bb |1 + .

Re: [OE-core] [PATCH v2] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

2014-07-15 Thread Matthieu CRAPET
Hi Andreas, Thanks for contribution. Your way is simple but user must know internal dependencies between codecs in licenses. I think we can drop the GPL v2/v3 case because it is only used with libopencore & libvo that we don't use them in our recipe. I'll post a v3 patch asap. Regards, Matthie

[OE-core] [PATCH 1/2] connman: add python to RDEPENDS_connman-tests

2014-07-15 Thread Robert Yang
We don't need this in theory since: connman-tests -> python-subprocess -> python-core But the rpmdeps can't figure out the dependencies recursively, and add python to fix the warning. [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-connectivity/connman/connman.inc |4 +++- 1 file

[OE-core] [PATCH 1/1] kernel.bbclass: add perl python bash to RDEPENDS_kernel-dev

2014-07-15 Thread Robert Yang
Bash scripts: [snip] 66 ones Perl scripts: [snip] 26 ones Python scripts: kernel-dev/usr/src/kernel/scripts/diffconfig kernel-dev/usr/src/kernel/scripts/rt-tester/rt-tester.py kernel-dev/usr/src/kernel/scripts/tracing/draw_functrace.py kernel-dev/usr/src/kernel/scripts/analyze_suspend.py kernel-d

[OE-core] [PATCH 0/1] kernel.bbclass: add perl python bash to RDEPENDS_kernel-dev

2014-07-15 Thread Robert Yang
Send this patch in another thread since it is special, added: RDEPENDS_kernel-dev = "perl bash python" Now the perl-dev, bash-dev and python-dev will also be pulled in since kernel-dev is a dev package. // Robert The following changes since commit fa325e44f5b429b4038022b31285af9c94672943: in

[OE-core] [PATCH 27/38] libpam: add bash to RDEPENDS_libpam-xtests

2014-07-15 Thread Robert Yang
Bash scripts: libpam-xtests/usr/share/Linux-PAM/xtests/tst-pam_limits1.sh libpam-xtests/usr/share/Linux-PAM/xtests/tst-pam_access1.sh libpam-xtests/usr/share/Linux-PAM/xtests/tst-pam_unix4.sh libpam-xtests/usr/share/Linux-PAM/xtests/tst-pam_access3.sh libpam-xtests/usr/share/Linux-PAM/xtests/run-xt

[OE-core] [PATCH 25/38] kconfig-frontends: add bash to RDEPENDS_kconfig-frontends

2014-07-15 Thread Robert Yang
Bash script: kconfig-frontends/usr/bin/kconfig-tweak [YOCTO #1662] Signed-off-by: Robert Yang --- .../kconfig-frontends_3.12.0.0.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb b/meta/recipes-de

[OE-core] [PATCH 0/2] Add python to python-distribute and connman-tests' RDEPENDS

2014-07-15 Thread Robert Yang
We don't need this in theory, they are only used for fixing the QA check of file-depends, we need add python to the RDEPENDS here is because the "rpmdeps" can't find the indirect dependencies. I think that add python to their RDEPENDS is harmless, or we can disable the file-depends check for the t

[OE-core] [PATCH 01/38] groff: add perl to RDEPENDS_groff

2014-07-15 Thread Robert Yang
The following files are perl scripts: /usr/lib/groff/groffer/perl_test.pl /usr/lib/groff/groffer/man.pl /usr/lib/groff/groffer/func.pl /usr/bin/afmtodit /usr/bin/roff2dvi /usr/bin/groffer /usr/bin/roff2x /usr/bin/grog /usr/bin/roff2ps /usr/bin/roff2pdf /usr/bin/chem /usr/bin/roff2html /usr/bin/gro

[OE-core] [PATCH 10/38] opensp: add perl to RDEPENDS_opensp

2014-07-15 Thread Robert Yang
Perl script: opensp/usr/share/OpenSP/gensyntax.pl [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-devtools/opensp/opensp_1.5.2.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/opensp/opensp_1.5.2.bb b/meta/recipes-devtools/opensp/opensp_1.5.2.bb index

[OE-core] [PATCH 13/38] gnu-config: add perl to RDEPENDS_gnu-config

2014-07-15 Thread Robert Yang
Perl script: gnu-config/usr/bin/gnu-configize [YOCTO #1662] Signed-off-by: Robert Yang --- .../gnu-config/gnu-config_20120814.bb |2 ++ meta/recipes-devtools/gnu-config/gnu-config_git.bb |2 ++ 2 files changed, 4 insertions(+) diff --git a/meta/recipes-devtools/gnu-config/

[OE-core] [PATCH 20/38] pax-utils: add bash to RDEPENDS_pax-utils

2014-07-15 Thread Robert Yang
Bash script: pax-utils/usr/bin/lddtree [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-devtools/pax-utils/pax-utils_0.8.1.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/pax-utils/pax-utils_0.8.1.bb b/meta/recipes-devtools/pax-utils/pax-utils_0.8.1.b

[OE-core] [PATCH 12/38] glib-2.0: add perl to RDEPENDS_glib-2.0-utils

2014-07-15 Thread Robert Yang
Perl script: glib-2.0-utils/usr/bin/glib-mkenums [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-core/glib-2.0/glib.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 2eda8a1..fe32601 100644 ---

[OE-core] [PATCH 18/38] lsbtest: add bash to RDEPENDS_lsbtest

2014-07-15 Thread Robert Yang
Bash scripts: lsbtest/usr/bin/LSB_Test.sh [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-extended/lsb/lsbtest_1.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/lsb/lsbtest_1.0.bb b/meta/recipes-extended/lsb/lsbtest_1.0.bb index f6125

[OE-core] [PATCH 06/38] gst-plugins-package: add perl to RDEPENDS_gst-plugins-base-apps

2014-07-15 Thread Robert Yang
Perl script: gst-plugins-base-apps/usr/bin/gst-visualise-0.10 [YOCTO #1662] Signed-off-by: Robert Yang --- .../gstreamer/gst-plugins-package.inc |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc b/meta/recipes-multimed

[OE-core] [PATCH 02/38] attr: add perl to RDEPENDS_attr-ptest

2014-07-15 Thread Robert Yang
These are perl scripts: /usr/lib/attr/ptest/test/run /usr/lib/attr/ptest/test/sort-getfattr-output [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-support/attr/attr.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/attr/attr.inc b/meta/re

[OE-core] [PATCH 15/38] quilt: add bash and perl to RDEPENDS

2014-07-15 Thread Robert Yang
Perl scripts: quilt/usr/share/quilt/scripts/edmail is a perl script, but perl is not in RDEPEND_quilt quilt/usr/share/quilt/scripts/remove-trailing-ws is a perl script, but perl is not in RDEPEND_quilt quilt/usr/share/quilt/scripts/dependency-graph is a perl script, but perl is not in RDEPEND_qu

Re: [OE-core] [PATCH 2/9] user-session-units: added to oe-core

2014-07-15 Thread Saul Wold
On 07/15/2014 01:00 AM, Valentin Popa wrote: systemd needs this to launch user sessions. Signed-off-by: Valentin Popa --- ...temd-login-lib-was-merged-into-libsystemd.patch | 26 ++ .../user-session-units/user-session-units_9.bb | 25 + 2 files ch

[OE-core] [PATCH 32/38] libxml2: add python to RDEPENDS_libxml2-ptest

2014-07-15 Thread Robert Yang
Python scripts: [snip] 47 ones [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-core/libxml/libxml2.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index e0b50cf..ccaf369 100644 --- a/meta/recipes

[OE-core] [PATCH 34/38] lttng-ust: add python to RDEPENDS_lttng-ust-bin

2014-07-15 Thread Robert Yang
Python script: lttng-ust-bin/usr/bin/lttng-gen-tp [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb |2 +- meta/recipes-kernel/lttng/lttng-ust_2.4.0.bb |1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/l

Re: [OE-core] [meta-oe][PATCH] nettle: update to version 3.0

2014-07-15 Thread akuster808
Ross, Since we are keeping both versions, should I define a PREFERRED_VERSION? - Armin On 07/15/2014 06:49 AM, Burton, Ross wrote: On 15 July 2014 14:27, Armin Kuster wrote: Add GNUv3 license If nettle 3 contains GPLv3 code then we probably don't want to remove nettle 2.1, for people buil

[OE-core] [PATCH 37/38] blktrace: add python to RDEPENDS_blktrace

2014-07-15 Thread Robert Yang
Python script: blktrace/usr/bin/bno_plot.py [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-kernel/blktrace/blktrace_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb index 7a329

[OE-core] [PATCH 36/38] gconf: add python to RDEPENDS_gconf

2014-07-15 Thread Robert Yang
Python script: gconf/usr/bin/gsettings-schema-convert [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-gnome/gnome/gconf_3.2.6.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb in

[OE-core] [PATCH 38/38] dpkg: add perl to RDEPENDS_perl

2014-07-15 Thread Robert Yang
Perl scripts: dpkg/usr/lib/dpkg/parsechangelog/debian dpkg/usr/bin/dpkg-parsechangelog dpkg/usr/bin/dpkg-buildflags dpkg/usr/bin/dpkg-gencontrol dpkg/usr/bin/dpkg-shlibdeps dpkg/usr/bin/dpkg-mergechangelogs dpkg/usr/bin/dpkg-source dpkg/usr/bin/dpkg-checkbuilddeps dpkg/usr/bin/dpkg-buildpackage dpk

[OE-core] [PATCH 31/38] usbutils: add python to RDEPENDS_usbutils

2014-07-15 Thread Robert Yang
Python scripts: usbutils/usr/bin/lsusb.py [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-bsp/usbutils/usbutils_007.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/usbutils/usbutils_007.bb b/meta/recipes-bsp/usbutils/usbutils_007.bb index b9

[OE-core] [PATCH 30/38] piglit: add bash to RDEPENDS_piglit

2014-07-15 Thread Robert Yang
Bash scripts: piglit/usr/lib/piglit/tests/spec/glsl-1.10/variable-index-read.sh piglit/usr/lib/piglit/tests/spec/glsl-1.10/variable-index-write.sh piglit/usr/lib/piglit/tests/spec/arb_shader_texture_lod/compiler/make_tex_lod_tests.sh piglit/usr/lib/piglit/tests/spec/glsl-1.20/execution/outerProduct

[OE-core] [PATCH 35/38] libevent: add python to RDEPENDS_libevent

2014-07-15 Thread Robert Yang
Python script: libevent/usr/bin/event_rpcgen.py [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-support/libevent/libevent_2.0.21.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/libevent/libevent_2.0.21.bb b/meta/recipes-support/libevent/libevent_2.0.2

[OE-core] [PATCH 33/38] builder: add python to RDEPENDS_builder

2014-07-15 Thread Robert Yang
Python script: builder/etc/mini_x/please_wait_dialog.py [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-graphics/builder/builder_0.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/meta/recipes-graphics/builder/

[OE-core] [PATCH 29/38] ltp: add bash and python to RDEPENDS_ltp

2014-07-15 Thread Robert Yang
Bash scripts: [snip] 228 ones Python scripts: ltp/opt/ltp/testcases/bin/lib/sched_mc.py ltp/opt/ltp/testcases/bin/cpu_consolidation.py ltp/opt/ltp/testcases/bin/sched_domain.py ltp/opt/ltp/testcases/bin/ilb_test.py ltp/opt/ltp/bin/execltp [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recip

[OE-core] [PATCH 28/38] valgrind: add bash to RDEPENDS_valgrind-ptest

2014-07-15 Thread Robert Yang
Bash script: valgrind-ptest/usr/lib/valgrind/ptest/run-ptest [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-devtools/valgrind/valgrind_3.9.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.9.0.bb b/meta/recipes-devt

[OE-core] [PATCH 26/38] xz: add bash to RDEPENDS_xz

2014-07-15 Thread Robert Yang
Bash scripts: xz/usr/bin/xzless xz/usr/bin/xzgrep xz/usr/bin/xzmore xz/usr/bin/xzdiff [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-extended/xz/xz_5.1.3alpha.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/xz/xz_5.1.3alpha.bb b/meta/recipes-extende

[OE-core] [PATCH 24/38] grep: add bash to RDEPENDS_grep

2014-07-15 Thread Robert Yang
Bash scripts: grep/bin/egrep.grep grep/bin/fgrep.grep [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-extended/grep/grep_2.19.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/grep/grep_2.19.bb b/meta/recipes-extended/grep/grep_2.19.bb index f38a9a6..7

[OE-core] [PATCH 23/38] pm-utils: add bash to RDEPENDS_pm-utils

2014-07-15 Thread Robert Yang
Bash script: pm-utils/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp

[OE-core] [PATCH 22/38] dtc: add bash to RDEPENDS_dtc

2014-07-15 Thread Robert Yang
Bash script: dtc-misc/usr/bin/dtdiff [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-kernel/dtc/dtc.inc |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 3eca25f..5144f38 100644 --- a/meta/recipes-kernel/dtc/

[OE-core] [PATCH 21/38] gzip: add bash to RDEPENDS_gzip

2014-07-15 Thread Robert Yang
Bash scripts: gzip/bin/zcat.gzip gzip/bin/gunzip.gzip gzip/bin/uncompress gzip/usr/bin/zfgrep gzip/usr/bin/gzexe gzip/usr/bin/zdiff gzip/usr/bin/zegrep gzip/usr/bin/zforce gzip/usr/bin/zmore gzip/usr/bin/zcmp gzip/usr/bin/zless gzip/usr/bin/znew gzip/usr/bin/zgrep [YOCTO #1662] Signed-off-by: Rob

[OE-core] [PATCH 17/38] apt: add bash to RDEPENDS_apt

2014-07-15 Thread Robert Yang
Bash scripts: apt/usr/lib/dpkg/methods/apt/update apt/usr/lib/dpkg/methods/apt/install [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-devtools/apt/apt_0.9.9.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/apt/apt_0.9.9.4.bb b/meta/re

[OE-core] [PATCH 19/38] oprofile: add bash to RDEPENDS_oprofile-ptest

2014-07-15 Thread Robert Yang
Bash script: oprofile-ptest/usr/lib/oprofile/ptest/run-ptest [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-kernel/oprofile/oprofile.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc ind

[OE-core] [PATCH 16/38] udev: add perl to RDEPENDS_udev-ptest

2014-07-15 Thread Robert Yang
Perl scripts: udev-ptest/usr/lib/udev/ptest/test/udev-test.pl [YOCTO #1662] Signed-off-by: Robert Yang --- meta/recipes-core/udev/udev.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 11204aa..280d

  1   2   >