[OE-core] meta/lib/oe/rootfs.py: dont' remove any packages by default

2015-07-30 Thread Robert Yang
Currently, the rootfs.py removes base-passwd, shadow, update-rc.d, update-alternatives and run-postinsts when package-management not in IMAGE_FEATURES, this causes two problems: 1) This makes we can't install the removed pkgs to rootfs, such as IMAGE_INSTALL_append = " shadow", the shadow can'

Re: [OE-core] [PATCH] libvorbis: 1.3.4 -> 1.3.5

2015-07-30 Thread Tanu Kaskinen
On Fri, 2015-07-31 at 07:52 +0300, Tanu Kaskinen wrote: > The change in COPYING was just a year update in a copyright notice. > > Signed-off-by: Tanu Kaskinen > --- > .../libvorbis/libvorbis_1.3.4.bb | 25 > -- > .../libvorbis/libvorbis_1.3.5.bb

[OE-core] [PATCH] u-boot: fix extern inline build errors for gcc 5

2015-07-30 Thread Kevin Hao
The gcc 5 change its default standard from gnu89 to gnu11. These two standards do have different semantics for inline functions. And the gcc 5 will emit the following errors on the "extern inline" functions: arch/powerpc/cpu/mpc8xxx/fsl_lbc.o: In function `ld_le16': ./arch/powerpc/include/a

[OE-core] [PATCH] libvorbis: 1.3.4 -> 1.3.5

2015-07-30 Thread Tanu Kaskinen
The change in COPYING was just a year update in a copyright notice. Signed-off-by: Tanu Kaskinen --- .../libvorbis/libvorbis_1.3.4.bb | 25 -- .../libvorbis/libvorbis_1.3.5.bb | 25 ++ 2 files changed, 25 insertions(+),

Re: [OE-core] [PATCH] opkg-utils: Change alternatives lib path from /usr/lib/opkg to /var/lib/opkg

2015-07-30 Thread Rongqing Li
On 2015年07月31日 11:20, ChenQi wrote: On 07/31/2015 10:55 AM, Rongqing Li wrote: On 2015年07月12日 06:39, Richard Purdie wrote: On Wed, 2015-05-20 at 09:31 +0800, Li Zhou wrote: When update-alternatives is moved from opkg to opkg-utils, a line in the file is changed from to . But opkglibdir do

Re: [OE-core] [PATCH] opkg-utils: Change alternatives lib path from /usr/lib/opkg to /var/lib/opkg

2015-07-30 Thread ChenQi
On 07/31/2015 10:55 AM, Rongqing Li wrote: On 2015年07月12日 06:39, Richard Purdie wrote: On Wed, 2015-05-20 at 09:31 +0800, Li Zhou wrote: When update-alternatives is moved from opkg to opkg-utils, a line in the file is changed from to . But opkglibdir doesn't equal to "/usr/lib" here, but equ

Re: [OE-core] [PATCH] opkg-utils: Change alternatives lib path from /usr/lib/opkg to /var/lib/opkg

2015-07-30 Thread Rongqing Li
On 2015年07月12日 06:39, Richard Purdie wrote: On Wed, 2015-05-20 at 09:31 +0800, Li Zhou wrote: When update-alternatives is moved from opkg to opkg-utils, a line in the file is changed from to . But opkglibdir doesn't equal to "/usr/lib" here, but equal to "/var/lib" in oe-core build by confi

Re: [OE-core] [PATCH v2] qemu: CVE-2014-3689

2015-07-30 Thread Huang, Jie (Jackie)
Sorry I didn’t notice the upgrate, this patch is not needed with this upgrate, thanks! Thanks, Jackie From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 24, 2015 6:26 AM To: Huang, Jie (Jackie) Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH v2] qemu:

[OE-core] [PATCH] dhcp: fix installed not shipped warning for lib32

2015-07-30 Thread Zhixiong Chi
Modify the dhcp.inc with using the variable ${PN} instead of direct packagename, so that the content will not be override after expanding while we build the lib32-dhcp package with FILES_${PN}-_append. Signed-off-by: Zhixiong Chi --- meta/recipes-connectivity/dhcp/dhcp.inc | 14 +++--

Re: [OE-core] [PATCH] u-boot-mkimage: fix a building failure on OpenSus

2015-07-30 Thread Rongqing Li
On 2015年07月30日 19:37, Otavio Salvador wrote: Hello, On Thu, Jul 30, 2015 at 3:26 AM, Rongqing Li wrote: ... u-boot-mkimage just be upgraded, and has the similar your suggestive fix: commit cffcd2861310855130db52c93f7bf4d9b511741d Author: Masahiro Yamada Date: Fri Apr 3 12:30:25 2015 +090

Re: [OE-core] meta-gplv2? [Was Re: parted_1.8.6.bb: add parted that not GPLv3]

2015-07-30 Thread Andre McCurdy
On Thu, Jul 30, 2015 at 5:06 AM, Alexander Kanavin wrote: > On 07/11/2015 10:57 AM, Richard Purdie wrote: > >> This does touch on something I have wondered about for a while, which is >> whether the time has come to move the GPLv2 pieces to their own layer >> and possibly their own maintainership.

[OE-core] [PATCH][fido] license_class: Fix choose_lic_set into incompatible license

2015-07-30 Thread Aníbal Limón
Use canonical_license when doing evaluation of license expresion since INCOMPATIBLE_LICENSE are already canonized. [YOCTO #8080] Signed-off-by: Aníbal Limón --- meta/classes/license.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/license.bbclass b/meta

[OE-core] [PATCH] license_class: Fix choose_lic_set into incompatible license

2015-07-30 Thread Aníbal Limón
Use canonical_license when doing evaluation of license expresion since INCOMPATIBLE_LICENSE are already canonized. [YOCTO #8080] Signed-off-by: Aníbal Limón --- meta/classes/license.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/license.bbclass b/me

[OE-core] [PATCH][dizzy] license_class: Fix choose_lic_set into incompatible license

2015-07-30 Thread Aníbal Limón
Use canonical_license when doing evaluation of license expresion since INCOMPATIBLE_LICENSE are already canonized. [YOCTO #8080] Signed-off-by: Aníbal Limón --- meta/classes/license.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/license.bbclass b/meta

Re: [OE-core] [PATCH 19/26] xf86-video-omapfb: switch SRC_URI to debian git repo

2015-07-30 Thread Burton, Ross
On 30 July 2015 at 14:31, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > @@ -13,7 +13,7 @@ SRCREV = "28c006c94e57ea71df11ec4fff79d7ffcfc4860f" > PR = "${INC_PR}.7" > PV = "0.1.1+gitr${SRCPV}" > > -SRC_URI = "git://git.pingu.fi/xf86-video-omapfb;protocol=http \ > +SRC_URI = "git:

Re: [OE-core] State of bitbake world, Failed tasks 2015-07-29

2015-07-30 Thread Tim Orling
On Thu, Jul 30, 2015 at 11:01 AM, Martin Jansa wrote: > I have tried to move failing meta-oe pending patches to > contrib/jansa/master-next-unresolved-review but there is still > too many issues, if nobody steps-up to fix some of them I'll > add more PNBLACKLISTs next week. > > OE @ ~/openembedde

[OE-core] [PATCH 1/7] busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig

2015-07-30 Thread Andre McCurdy
CONFIG_FEATURE_VI_OPTIMIZE_CURSOR is obsolete and removed from busybox v1.21.0 onwards: http://git.busybox.net/busybox/commit/?id=04b52892ed5d9d8a4cf5d887c221a8b50c71274e Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox/defconfig | 1 - 1 file changed, 1 deletion(-) diff -

[OE-core] [PATCH 2/7] busybox: re-order defconfig to align with busybox 1.23.2

2015-07-30 Thread Andre McCurdy
No functional changes, simply re-order lines in defconfig so that the existing options don't move elsewhere in the file when run though busybox 1.23.2 'make oldconfig'. Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox/defconfig | 84 ++--- 1 file changed

[OE-core] [PATCH 4/7] busybox: disable sha3sum in defconfig

2015-07-30 Thread Andre McCurdy
The sha1sum, sha256sum and sha512sum applets have not historically been enabled by default, so don't enable sha3sum either. Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/b

[OE-core] [PATCH 5/7] busybox: disable fatattr in defconfig

2015-07-30 Thread Andre McCurdy
The fatattr applet (to display or change file attributes on a fat file system) doesn't seem to be core functionality, so disable by default. Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recip

[OE-core] [PATCH 7/7] busybox: enable support for sha1sum and sha256sum applets

2015-07-30 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox/sha1sum.cfg | 1 + meta/recipes-core/busybox/busybox/sha256sum.cfg | 1 + meta/recipes-core/busybox/busybox_1.23.2.bb | 2 ++ meta/recipes-core/busybox/busybox_git.bb| 2 ++ 4 files changed, 6 insertions(+) create m

[OE-core] [PATCH 3/7] busybox: refresh defconfig for busybox v1.23.2

2015-07-30 Thread Andre McCurdy
The current oe-core busybox defconfig dates back to busybox v1.20.2, so configure options introduced in busybox v1.21.x, v1.22.x and v1.23.x take on default values when the oe-core defconfig is run through 'make oldconfig'. Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox/defco

[OE-core] [PATCH 6/7] busybox: support mount via label for btrfs and squashfs

2015-07-30 Thread Andre McCurdy
Also move the mount via label (and mount via UUID) support into its own config fragment and disable volume ID support for less common filesystem formats exFAT and NILFS. Following this commit, mount via label is supported for btrfs, ext, f2fs, fat and squashfs. Signed-off-by: Andre McCurdy ---

[OE-core] [PATCH 0/7 v3] refresh busybox defconfig + enable sha1sum and sha256sum

2015-07-30 Thread Andre McCurdy
The current oe-core busybox defconfig dates back to busybox v1.20.2, so configure options introduced in busybox v1.21.x, v1.22.x and v1.23.x take on default values when the oe-core defconfig is run through 'make oldconfig'. The first 3 patches just refresh the oe-core defconfig file (with no chan

[OE-core] [fido][PATCH v2 1/2] Revert "mesa: fix do_install_append"

2015-07-30 Thread Tobias Olausson
The commit changed an #ifdef to #if defined(), but the source code for 10.4 branch of mesa still uses #ifdef. This reverts commit 12e467f436fbc22f274558c753f0ac9756ce1071. Signed-off-by: Tobias Olausson --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta/recipes-graphics/mesa/mesa_git.bb

Re: [OE-core] [PATCH v2 1/2] Revert "mesa: fix do_install_append"

2015-07-30 Thread Tobias Olausson
Ok I totally screwed this up. Sorry about flooding. Will add fido line of course. On 30 July 2015 at 13:47, Tobias Olausson wrote: > The commit changed an #ifdef to #if defined(), but the source > code for 10.4 branch of mesa still uses #ifdef. > > This reverts commit 12e467f436fbc22f274558c753f

[OE-core] [fido][PATCH v2 2/2] mesa: respect MESA_EGL_NO_X11_HEADERS even with x11 in PACKAGECONFIG

2015-07-30 Thread Tobias Olausson
From: Martin Jansa * commit a5ebdb6ad8e4f94ac819275d55575230e057e4ae Author: Valentin Popa Date: Tue Feb 18 13:32:16 2014 +0200 Subject: mesa: upgrade to 9.2.5 introduced this do_install_append, but doesn't explain why it doesn't respect MESA_EGL_NO_X11_HEADERS flag anymore. Not

[OE-core] [PATCH v2 2/2] mesa: respect MESA_EGL_NO_X11_HEADERS even with x11 in PACKAGECONFIG

2015-07-30 Thread Tobias Olausson
From: Martin Jansa * commit a5ebdb6ad8e4f94ac819275d55575230e057e4ae Author: Valentin Popa Date: Tue Feb 18 13:32:16 2014 +0200 Subject: mesa: upgrade to 9.2.5 introduced this do_install_append, but doesn't explain why it doesn't respect MESA_EGL_NO_X11_HEADERS flag anymore. Not

[OE-core] [PATCH v2 1/2] Revert "mesa: fix do_install_append"

2015-07-30 Thread Tobias Olausson
The commit changed an #ifdef to #if defined(), but the source code for 10.4 branch of mesa still uses #ifdef. This reverts commit 12e467f436fbc22f274558c753f0ac9756ce1071. Signed-off-by: Tobias Olausson --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta/recipes-graphics/mesa/mesa_git.bb

Re: [OE-core] [PATCH 11/21] webkitgtk: add a new recipe for latest upstream version

2015-07-30 Thread alexander . kanavin
> I have to say I think it would be simpler not to rename it, FWIW... Why? Not renaming the recipe buys you nothing; the new webkit has a new API, so for anyone out there using the old webkit things will break regardless of whether the recipe has been renamed or not. Alex --

Re: [OE-core] [PATCH 11/21] webkitgtk: add a new recipe for latest upstream version

2015-07-30 Thread alexander . kanavin
>> Why is it renamed from webkit-gtk to webkitgtk? >> That will break at least one PACKAGECONFIG: >> meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb:PACKAGECONFIG[helpbrowser] >> = "--with-webkit, --without-webkit, webkit-gtk" > > I wrote a patch for that, and will send it to meta-oe later. Actually

Re: [OE-core] [PATCH 2/2] Backports 9c746017af381884cc20c7cd563fc429c2c66112 to fido

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 11:23:07AM -0700, Tobias Olausson wrote: > Signed-off-by: Tobias Olausson You should use git cherry-pick from master branch commit (and only resolve the conflicts), so that original commit message is preserved. > --- > meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- >

Re: [OE-core] [PATCH 1/2] Revert "mesa: fix do_install_append"

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 11:23:06AM -0700, Tobias Olausson wrote: > The commit changed an #ifdef to #if defined(), but the source > code for 10.4 branch of mesa still uses #ifdef. Please use [fido] in subject to make it clear where it should be applied. > This reverts commit 12e467f436fbc22f274558

[OE-core] [PATCH 2/2] Backports 9c746017af381884cc20c7cd563fc429c2c66112 to fido

2015-07-30 Thread Tobias Olausson
Signed-off-by: Tobias Olausson --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta/recipes-graphics/mesa/mesa_git.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa_10.4.4.bb b/meta/recipes-graphics/mesa/mesa_10.4.4.bb index 814041

[OE-core] [PATCH 1/2] Revert "mesa: fix do_install_append"

2015-07-30 Thread Tobias Olausson
The commit changed an #ifdef to #if defined(), but the source code for 10.4 branch of mesa still uses #ifdef. This reverts commit 12e467f436fbc22f274558c753f0ac9756ce1071. --- meta/recipes-graphics/mesa/mesa_10.4.4.bb | 2 +- meta/recipes-graphics/mesa/mesa_git.bb| 2 +- 2 files changed, 2 in

Re: [OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-30 Thread Tobias Olausson
Sure, I'll submit two new patches in a minute. //Tobias On 30 July 2015 at 09:15, Joshua Lock wrote: > On Mon, 2015-07-27 at 11:00 -0700, Tobias Olausson wrote: > > On 27 July 2015 at 08:25, Martin Jansa > > wrote: > > > On Tue, Jul 21, 2015 at 10:46:11AM -0700, Tobias Olausson wrote: > > > >

[OE-core] NO_GENERIC_LICENSE

2015-07-30 Thread Slater, Joseph
I believe that if we specify "NO_GENERIC_LICENSE[X]" in a recipe that unless we name the license file "generic_X", we will see a QA warning when the fs is put together. Perhaps we could take care of this by having the code which copies the special license also create a link to it named "generic_

[OE-core] State of bitbake world, Failed tasks 2015-07-29

2015-07-30 Thread Martin Jansa
I have tried to move failing meta-oe pending patches to contrib/jansa/master-next-unresolved-review but there is still too many issues, if nobody steps-up to fix some of them I'll add more PNBLACKLISTs next week. OE @ ~/openembedded-core $ git log --oneline origin/master..jansa/master d9caaef guil

Re: [OE-core] [PATCH 11/21] webkitgtk: add a new recipe for latest upstream version

2015-07-30 Thread Paul Eggleton
On Thursday 30 July 2015 18:30:47 Alexander Kanavin wrote: > On 07/30/2015 05:43 PM, Martin Jansa wrote: > > On Thu, Jul 30, 2015 at 05:27:34PM +0300, Alexander Kanavin wrote: > >> Recipe for the obsolete webkit-gtk 1.8.3 is removed in a separate commit > > > > Why is it renamed from webkit-gtk to

Re: [OE-core] [PATCH 20/26] stress: use developer's website for SRC_URI

2015-07-30 Thread Max Krummenacher
Hi Alexander Please note that the package has now a changed file COPYING for GPLv3 (but the sources still reference GPLv2) So unless you still have stress-1.0.4.tar.gz in your download folder the package checksums and LIC_FILES_CHKSUM will throw an error/warning and then fallback successfully to

Re: [OE-core] [fido][PATCH 0/2] Backports for WIC

2015-07-30 Thread Ash Charles
On Thu, Jul 30, 2015 at 9:22 AM, Joshua Lock wrote: > Backporting those > changes seems reasonable to me, I've queued them in my joshuagl/fido > -next branch[1]. Thanks Joshua. --Ash -- ___ Openembedded-core mailing list Openembedded-core@lists.openembe

[OE-core] [PATCH] combo-layer: fix AttributeError traceback.

2015-07-30 Thread Alexander D. Kanevskiy
From: Alexander Kanevskiy Commit c908a423f85a84ddd8249abd00254f29d47df74b introduced new issue in combo-layer tool that leads to traceback as args.hard_reset is unknown variable. This changed defines appropriate destination for command args parser and fixes reference. Signed-off-by: Alexander Ka

Re: [OE-core] [for-fido] Backport for perf - support for 4.1 kernels

2015-07-30 Thread Otavio Salvador
On Thu, Jul 30, 2015 at 1:19 PM, Joshua Lock wrote: > On Wed, 2015-07-29 at 17:57 -0300, Otavio Salvador wrote: >> Hello, >> >> Is it possible for you to cherry-pick OE-Core:46f8420 for Fido? We >> got >> one board using 4.1 kernel and it fails badly. > > That seems reasonable. I think that would

Re: [OE-core] [PATCH 21/26] systemd: remove PV from the recipe

2015-07-30 Thread Alexander Kanavin
On 07/30/2015 07:25 PM, Burton, Ross wrote: For the release tag I'd agree with you, but as 219 < 219-stable we can't just change this now (without adding an epoch, and adding epochs are evil). Does the RRS have a way of mapping a PV to something that can be used in the upstream comparison? I

[OE-core] [oe-core][v2 PATCH 1/1] nss: advance to version 3.19.1

2015-07-30 Thread Joe Slater
Picks up fixes for CVE-2015-2721 and CVE-2015-2730. Specify previously overlooked license file COPYING. Fold nss.inc into recipe. Signed-off-by: Joe Slater --- meta/recipes-support/nss/nss_3.17.3.bb |7 --- .../recipes-support/nss/{nss.inc => nss_3.19.1.bb} | 14 +

Re: [OE-core] [PATCH 21/26] systemd: remove PV from the recipe

2015-07-30 Thread Burton, Ross
On 30 July 2015 at 16:32, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > No, it contains only 219 >> >>> -PV = "219-stable+git${SRCPV}" >>> >> > The idea here is that we only need the basic version, if the revision > being fetched matches that version, and there is no need for all

Re: [OE-core] [fido][PATCH 0/2] Backports for WIC

2015-07-30 Thread Joshua Lock
Hi Ash, On Thu, 2015-07-23 at 14:44 -0700, Ash Charles wrote: > In order to use the wic tool multiple times (Ubuntu 15.04 host), I > need > to cherry-pick these two patches onto the fido branch. Otherwise, > wic > just hangs on the second invocation. Can these two patches be > applied > as ba

Re: [OE-core] [for-fido] Backport for perf - support for 4.1 kernels

2015-07-30 Thread Joshua Lock
Hi! On Wed, 2015-07-29 at 17:57 -0300, Otavio Salvador wrote: > Hello, > > Is it possible for you to cherry-pick OE-Core:46f8420 for Fido? We > got > one board using 4.1 kernel and it fails badly. That seems reasonable. I think that would mean we'll also want 00608cf ? I've put both in my josh

Re: [OE-core] [PATCH] mesa: fix sed for MESA_EGL_NO_X11_HEADERS in fido

2015-07-30 Thread Joshua Lock
On Mon, 2015-07-27 at 11:00 -0700, Tobias Olausson wrote: > On 27 July 2015 at 08:25, Martin Jansa > wrote: > > On Tue, Jul 21, 2015 at 10:46:11AM -0700, Tobias Olausson wrote: > > > In 10.4 versions of mesa, the check for MESA_EGL_NO_X11_HEADERS > > uses an #ifdef, > > > not an #if define(). >

Re: [OE-core] [PATCH 14/26] puzzles: switch svn for git, as upstream has done the same

2015-07-30 Thread Alexander Kanavin
On 07/30/2015 05:35 PM, Martin Jansa wrote: Doesn't PV go backwards with this? Yes; Ross should make a suggestion of how to avoid that, and fix the upstream check at the same time - for this recipe and others where I tweak the PV in a similar manner. Alex -- __

Re: [OE-core] [PATCH 11/26] nss: reorder SRC_URI lines to fix upstream version check

2015-07-30 Thread Alexander Kanavin
On 07/30/2015 06:04 PM, Burton, Ross wrote: Why don't you move this to .inc file and replace "3_17_3_RTM" with some variable set in .bb, it would be easier to read than this reorder and require .inc later.. Joe sent a patch earlier to remove the inc file entirely, so please rebase

Re: [OE-core] [scripts][PATCH] yocto-layer: Stops duplication of "meta-" prefix

2015-07-30 Thread Benjamin Esquivel
On Thu, 2015-07-30 at 14:28 +0100, Burton, Ross wrote: > > On 29 July 2015 at 20:50, wrote: > > The yocto-layer script puts an extra "meta-" prefix to the given > > layer > > name even when the prefix is already there. This fix avoids > > duplicating the prefix in these situations. > > > If the

Re: [OE-core] [PATCH 13/26] oprofile: reorder SRC_URI lines to fix upstream version check

2015-07-30 Thread Alexander Kanavin
On 07/30/2015 05:34 PM, Martin Jansa wrote: Move this to .inc instead of re-ordering. Done. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 21/26] systemd: remove PV from the recipe

2015-07-30 Thread Alexander Kanavin
On 07/30/2015 05:36 PM, Martin Jansa wrote: On Thu, Jul 30, 2015 at 04:31:50PM +0300, Alexander Kanavin wrote: It is unnecessary because the recipe filename already contains it. No, it contains only 219 -PV = "219-stable+git${SRCPV}" The idea here is that we only need the basic version, if

Re: [OE-core] [PATCH 11/21] webkitgtk: add a new recipe for latest upstream version

2015-07-30 Thread Alexander Kanavin
On 07/30/2015 05:43 PM, Martin Jansa wrote: On Thu, Jul 30, 2015 at 05:27:34PM +0300, Alexander Kanavin wrote: Recipe for the obsolete webkit-gtk 1.8.3 is removed in a separate commit Why is it renamed from webkit-gtk to webkitgtk? To match the name of the upstream tarball and simplify the r

Re: [OE-core] [PATCH 09/26] lsb: set PV to 1.4 to match upstream tarball version

2015-07-30 Thread Alexander Kanavin
On 07/30/2015 05:32 PM, Martin Jansa wrote: diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb index 6215b62..171a6c8 100644 --- a/meta/recipes-extended/lsb/lsb_4.1.bb +++ b/meta/recipes-extended/lsb/lsb_4.1.bb @@ -21,6 +21,7 @@ SRC_URI = "${SOURCEFORGE_MI

Re: [OE-core] [PATCH] base.bbclass: Don't warn about "invalid" PACKAGECONFIGs by default

2015-07-30 Thread Robert Yang
On 07/30/2015 07:24 PM, Olof Johansson wrote: Excerpts from Robert Yang's message of 2015-07-30 12:08:37 +0200: I have a new patch for this, it will be moved into insane.bbclass, and the recipe can set INSANE_SKIP: + +# Check invalid PACKAGECONFIG +pkgconfig = (d.getVar("PACKAGECONFIG"

Re: [OE-core] [PATCH 01/26] libproxy: update SRC_URI to not use Google Code

2015-07-30 Thread Burton, Ross
On 30 July 2015 at 16:12, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > I guess this is not needed because they are in fact two different > filenames/formats? > Correct. Ross -- ___ Openembedded-core mailing list Openembedded-core@li

Re: [OE-core] [PATCH 01/26] libproxy: update SRC_URI to not use Google Code

2015-07-30 Thread Alexander Kanavin
On 07/30/2015 05:29 PM, Martin Jansa wrote: -SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.zip \ +SRC_URI = "${DEBIAN_MIRROR}/main/libp/${BPN}/${BPN}_${PV}.orig.tar.gz \ file://0001-test-Include-sys-select.h-for-select.patch \ " - -SRC_URI[md5sum] = "06b

[OE-core] [PATCH 1/2] base.bbclass: move invalid PACKAGECONFIG checking to insane.bbclass

2015-07-30 Thread Robert Yang
There was a problem when check invalid PACKAGECONFIG in the anonymous function (when parsing), for example, there are two versions of a recipe: foo_1.0.bb foo_2.0.bb While foo_2.0.bb has a "PACKAGECONFIG[item] = 'x,y,z'", but foo_1.0.bb doesn't, if we set PACKAGECONFIG_pn-foo = "item" in a conf fil

[OE-core] [PATCH 0/2] fixes for PACKAGECONFIG

2015-07-30 Thread Robert Yang
The following changes since commit 27d068d05239c26a3848eb101571acab54635e37: harfbuzz: upgrade to 1.0.1 (2015-07-27 23:28:23 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/pkg http://cgit.openembedded.org/cgit.cgi/openembedded-core-c

[OE-core] [PATCH 2/2] base.bbclass/blacklist.bbclass: remove doc item when d.getVarFlags()

2015-07-30 Thread Robert Yang
The FOO[doc] is set in meta/conf/documentation.conf, we need remove it from d.getVarFlags()'s return dict when it causes many loops. Signed-off-by: Robert Yang --- meta/classes/base.bbclass |2 ++ meta/classes/blacklist.bbclass |2 ++ 2 files changed, 4 insertions(+) diff --git a/m

Re: [OE-core] [PATCH 06/26] eglinfo: change version from 1.0 to 1.0.0 to match the upstream git tag

2015-07-30 Thread Alexander Kanavin
On 07/30/2015 06:02 PM, Burton, Ross wrote: Why don't you set PV in eglinfo.inc and rename them to _git.bb ? I think we're going to need the TSC to resolve the opinion in style here. Again, when it's a release that just happens to use git, I do prefer keeping the PV in

Re: [OE-core] [PATCH 02/26] fotowall: update SRC_URI to use github instead of qt-apps.org

2015-07-30 Thread Alexander Kanavin
On 07/30/2015 05:29 PM, Martin Jansa wrote: " So it doesn't need SRC_URI checksums anymore.. drop: SRC_URI[md5sum] = "142ef697332e0777c6d22c5bc96cc438" SRC_URI[sha256sum] = "e4d0c005d2cb1d7c09438bfc3098eadebc08946e4fbc0655b7fc8b046de3810d" Done. Alex --

Re: [OE-core] [PATCH] watchdog: kill update-rc.d when not using sysvinit

2015-07-30 Thread Christopher Larson
On Thu, Jul 30, 2015 at 5:53 AM, Burton, Ross wrote: > On 29 July 2015 at 21:09, Christopher Larson > wrote: > >> The dependency on initscripts via VIRTUAL-RUNTIME_initscripts is a >>> DEPENDS, so it's build time. The runtime dependency is on >>> initscripts-functions. >>> >>> As far as I'm awa

Re: [OE-core] [PATCH 11/26] nss: reorder SRC_URI lines to fix upstream version check

2015-07-30 Thread Burton, Ross
On 30 July 2015 at 15:33, Martin Jansa wrote: > Why don't you move this to .inc file and replace "3_17_3_RTM" with some > variable set in .bb, it would be easier to read than this reorder and > require .inc later.. > Joe sent a patch earlier to remove the inc file entirely, so please rebase on t

[OE-core] [PATCH] perf: add liblzma depdenency

2015-07-30 Thread Bruce Ashfield
With kernel commit 6c6f0f6164f [tools build: Add feature check for lzma library], perf now performs a test for lzma and adds functionality appropriately. This currently is a floating dependency that will sometimes be present, and sometimes not. The result is the following QA warning: WARNING: Q

Re: [OE-core] [PATCH 06/26] eglinfo: change version from 1.0 to 1.0.0 to match the upstream git tag

2015-07-30 Thread Burton, Ross
On 30 July 2015 at 15:31, Martin Jansa wrote: > Why don't you set PV in eglinfo.inc and rename them to _git.bb? > I think we're going to need the TSC to resolve the opinion in style here. Again, when it's a release that just happens to use git, I do prefer keeping the PV in the filename. Ross -

Re: [OE-core] [PATCH 11/21] webkitgtk: add a new recipe for latest upstream version

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 05:27:34PM +0300, Alexander Kanavin wrote: > Recipe for the obsolete webkit-gtk 1.8.3 is removed in a separate commit Why is it renamed from webkit-gtk to webkitgtk? That will break at least one PACKAGECONFIG: meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb:PACKAGECONFIG[help

[OE-core] [PATCH] adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion

2015-07-30 Thread Dmitry Eremin-Solenikov
Currently adt-installer uses "${TMPDIR}/deploy/sdk/" as a deployment dir. This doesn't interact well with DEPLOY_DIR reassignment. So let's use "${DEPLOY_DIR}/sdk/" instead. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH] python-native: add dependency on gtk-doc-stub-native

2015-07-30 Thread Dmitry Eremin-Solenikov
python-native uses gtk-doc in ctypes module. However as it is a dependency in the subdirectory (subproject), it is not possible to use gtk-doc class directly, so just add a missing dependency. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-devtools/python/python-native_2.7.9.bb | 2 +-

Re: [OE-core] [poky][PATCH v5] pulseaudio: Revert "launch: Avoid specifically starting PA and rely on autospawn/socket activation"

2015-07-30 Thread Tanu Kaskinen
On Fri, 2015-07-31 at 03:06 +0800, Yuqing Zhu wrote: > Pulseaudio is always started by autospawn, which is there is default process > in system, > it will start the pulseaudio daemon and the session is always exist, so > pulseaudio daemon will be closed. > > But in yocto, pulseaudio only can be

[OE-core] [PATCH] cross-canadian.bbclass: support n32 OS variant

2015-07-30 Thread Dmitry Eremin-Solenikov
Add support for -gnun32 OS variant which is used by MIPS64 N32. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/cross-canadian.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index a4ce

Re: [OE-core] [PATCH 21/26] systemd: remove PV from the recipe

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 04:31:50PM +0300, Alexander Kanavin wrote: > It is unnecessary because the recipe filename already contains it. No, it contains only 219 > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-core/systemd/systemd_219.bb | 2 -- > 1 file changed, 2 deletions(-) > > d

Re: [OE-core] [PATCH 17/26] tremor: switch SRC_URI from svn to tarballs on debian mirrors

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 04:31:46PM +0300, Alexander Kanavin wrote: > There is no support for checking svn repositories for new commits, so > let's use debian tarballs and assume that Debian has a dedicated maintainer > who would check the upstream now and then. > > Signed-off-by: Alexander Kanavin

Re: [OE-core] [PATCH 13/26] oprofile: reorder SRC_URI lines to fix upstream version check

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 04:31:42PM +0300, Alexander Kanavin wrote: > The source tarball should be listed first. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-kernel/oprofile/oprofile.inc | 2 +- > meta/recipes-kernel/oprofile/oprofile_1.0.0.bb | 6 +++--- > 2 files changed, 4 in

Re: [OE-core] [PATCH 14/26] puzzles: switch svn for git, as upstream has done the same

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 04:31:43PM +0300, Alexander Kanavin wrote: > Also, drop puzzles_x32_abi_time.patch as it has been merged upstream > > Signed-off-by: Alexander Kanavin > --- > .../puzzles/files/puzzles_x32_abi_time.patch | 30 > -- > .../puzzles/{puzzles_r10286.

Re: [OE-core] [PATCH 11/26] nss: reorder SRC_URI lines to fix upstream version check

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 04:31:40PM +0300, Alexander Kanavin wrote: > The source tarball should be listed first > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-support/nss/nss.inc | 2 +- > meta/recipes-support/nss/nss_3.17.3.bb | 6 +++--- > 2 files changed, 4 insertions(+), 4 de

[OE-core] [PATCH 07/21] libyaml: add a recipe from meta-oe

2015-07-30 Thread Alexander Kanavin
libyaml is a dependency of ruby Signed-off-by: Alexander Kanavin --- meta/recipes-support/libyaml/libyaml_0.1.6.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-support/libyaml/libyaml_0.1.6.bb diff --git a/meta/recipes-support/libyaml/libyaml_0.1.

[OE-core] [PATCH 08/21] ruby: add a recipe from meta-ruby

2015-07-30 Thread Alexander Kanavin
Ruby is required to build webkit. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/ruby/ruby.inc | 40 +++ meta/recipes-devtools/ruby/ruby/extmk.patch | 13 + meta/recipes-devtools/ruby/ruby_2.2.2.bb| 42 + 3 files

Re: [OE-core] [PATCH 09/26] lsb: set PV to 1.4 to match upstream tarball version

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 04:31:38PM +0300, Alexander Kanavin wrote: > This allows upstream version check to work > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-extended/lsb/lsb_4.1.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb > b/me

Re: [OE-core] [PATCH 01/26] libproxy: update SRC_URI to not use Google Code

2015-07-30 Thread Burton, Ross
On 30 July 2015 at 15:29, Martin Jansa wrote: > Why has debian mirror different checksums? > Ones a zip, the other is tar.gz. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/li

Re: [OE-core] [PATCH 06/26] eglinfo: change version from 1.0 to 1.0.0 to match the upstream git tag

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 04:31:35PM +0300, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > meta/recipes-graphics/eglinfo/{eglinfo-fb_1.0.bb => eglinfo-fb_1.0.0.bb} | 0 > .../recipes-graphics/eglinfo/{eglinfo-x11_1.0.bb => eglinfo-x11_1.0.0.bb} | 0 > 2 files changed, 0 insert

[OE-core] [PATCH 19/21] epiphany: add a recipe from meta-gnome

2015-07-30 Thread Alexander Kanavin
Epiphany is replacing midori as the browser in oe-core recipe set and poky distribution. Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/epiphany/epiphany_3.16.3.bb | 24 .../0001-yelp.m4-drop-the-check-for-itstool.patch | 33 ++ 2 files changed,

Re: [OE-core] [PATCH 02/26] fotowall: update SRC_URI to use github instead of qt-apps.org

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 04:31:31PM +0300, Alexander Kanavin wrote: > GitHub is where upstream development is happening, so we are more likely > to find out about new releases from there > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-qt/qt-apps/fotowall_0.9.bb | 3 ++- > 1 file changed

Re: [OE-core] [PATCH 03/26] distcc: update SRC_URI to not use Google Code

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 04:31:32PM +0300, Alexander Kanavin wrote: > Google Code is shutting down soon and distcc has moved to github. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/distcc/distcc_3.1.bb | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

[OE-core] [PATCH 20/21] webkit-gtk: remove the recipe for the obsolete version 1.8.3

2015-07-30 Thread Alexander Kanavin
webkitgtk 2.8.3 is provided instead and midori browser is replaced by epiphany in separate commits. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/security_flags.inc| 2 - meta/recipes-sato/webkit/files/bison-2.6.patch | 558 - meta/recipes-sato/

[OE-core] [PATCH 21/21] midori: remove the recipe and replace references to midori with epiphany

2015-07-30 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../packagegroups/packagegroup-self-hosted.bb | 10 +++ .../builder/files/builder_hob_start.sh | 8 +++--- meta/recipes-sato/midori/midori/liststore.patch| 29 meta/recipes-sato/midori/midori_0.5.8.bb |

[OE-core] [PATCH 18/21] gsettings-desktop-schemas: add a recipe from meta-gnome

2015-07-30 Thread Alexander Kanavin
gsettings-desktop-schemas is a dependency of epiphany Signed-off-by: Alexander Kanavin --- .../gsettings-desktop-schemas_3.16.1.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_

[OE-core] [PATCH 14/21] iso-codes: add a recipe from meta-oe

2015-07-30 Thread Alexander Kanavin
iso-codes is a dependency of epiphany Signed-off-by: Alexander Kanavin --- meta/recipes-support/iso-codes/iso-codes_3.58.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-support/iso-codes/iso-codes_3.58.bb diff --git a/meta/recipes-support/iso-codes/iso

[OE-core] [PATCH 03/21] classes/cmake: add arch conversion routine

2015-07-30 Thread Alexander Kanavin
cmake expects target architecture strings in the format of uname(2), which do not always match TARGET_ARCH (e.g. powerpc vs ppc). Signed-off-by: Alexander Kanavin --- meta/classes/cmake.bbclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/meta/classes/cmake.bb

[OE-core] [PATCH 16/21] gnome-desktop3: add a recipe from meta-gnome

2015-07-30 Thread Alexander Kanavin
gnome-desktop3 is a dependency of epiphany Signed-off-by: Alexander Kanavin --- .../gnome-desktop/gnome-desktop3_3.16.2.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb diff --git a/meta/recipe

[OE-core] [PATCH 17/21] glib: add a warning suppression patch to glib

2015-07-30 Thread Alexander Kanavin
Otherwise QA check will fail. Some schemas in gsettings-desktop-schemas (such as proxy and locale) are still using deprecated paths, as of 3.16.1. This causes warning messages, and meta/lib/oe/rootfs.py complaints about them. Signed-off-by: Alexander Kanavin --- ...warning-about-deprecated-paths

[OE-core] [PATCH 13/21] gcr: add a recipe from meta-gnome

2015-07-30 Thread Alexander Kanavin
gcr is a dependency of epiphany Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/gcr_3.16.0.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-gnome/gcr/gcr_3.16.0.bb diff --git a/meta/recipes-gnome/gcr/gcr_3.16.0.bb b/meta/recipes-gnome/gc

[OE-core] [PATCH 06/21] giflib: add a recipe from meta-oe

2015-07-30 Thread Alexander Kanavin
This is a dependency of libwebp (which is a dependency of webkit) Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/giflib/giflib_5.1.1.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-devtools/giflib/giflib_5.1.1.bb diff --git a/meta/reci

[OE-core] [PATCH 10/21] libwebp: add a recipe from meta-oe

2015-07-30 Thread Alexander Kanavin
libwebp is a dependency of webkit Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/webp/libwebp_0.4.3.bb | 47 +++ 1 file changed, 47 insertions(+) create mode 100644 meta/recipes-multimedia/webp/libwebp_0.4.3.bb diff --git a/meta/recipes-multimedia/webp/lib

Re: [OE-core] [PATCH 01/26] libproxy: update SRC_URI to not use Google Code

2015-07-30 Thread Martin Jansa
On Thu, Jul 30, 2015 at 04:31:30PM +0300, Alexander Kanavin wrote: > Google Code is shutting down soon, so libproxy tarball is now fetched > from Debian mirrors > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-support/libproxy/libproxy_0.4.11.bb | 7 +++ > 1 file changed, 3 insertio

[OE-core] [PATCH 11/21] webkitgtk: add a new recipe for latest upstream version

2015-07-30 Thread Alexander Kanavin
Recipe for the obsolete webkit-gtk 1.8.3 is removed in a separate commit Signed-off-by: Alexander Kanavin --- meta/recipes-sato/webkit/webkitgtk_2.8.4.bb | 56 + 1 file changed, 56 insertions(+) create mode 100644 meta/recipes-sato/webkit/webkitgtk_2.8.4.bb diff --g

[OE-core] [PATCH 12/21] p11-kit: add a recipe from meta-oe

2015-07-30 Thread Alexander Kanavin
p11-kit is a dependency of gcr (which is a dependency of epiphany) Signed-off-by: Alexander Kanavin --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-support/p11-kit/p11-kit_0.22.1.bb diff --git a/meta/r

[OE-core] [PATCH 09/21] libsecret: add a recipe from meta-gnome

2015-07-30 Thread Alexander Kanavin
libsecret is a dependency of webkit Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-gnome/libsecret/libsecret_0.18.2.bb diff --git a/meta/recipes-gnome/libsecret/libsecret_

  1   2   >