Re: [OE-core] [PATCH 4/7] kernel: Pull uImage generation into separate class

2014-10-27 Thread Koen Kooi
Op 26 okt. 2014, om 23:52 heeft Marek Vasut ma...@denx.de het volgende geschreven: On Sunday, October 26, 2014 at 12:29:18 PM, Koen Kooi wrote: [...] To keep backward compatibility, could you rework this into something like: kernel.bbclass: inherit kernel-${KERNEL_IMAGETYPE}

[OE-core] [PATCH 0/1] systemd: add bash to RDEPENDS

2014-10-27 Thread Chong Lu
The following changes since commit dacc4ce59e48129a1a1e5316e10780f7358e29ef: nativesdk-cmake: Adjust toolchain paths dynamically (2014-10-24 21:59:46 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/systemd

[OE-core] [PATCH 1/1] systemd: add bash to RDEPENDS

2014-10-27 Thread Chong Lu
This solves the following warning: systemd-216+gitAUTOINC+5d0ae62c66: systemd-kernel-install requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-core/systemd/systemd_216.bb | 1 + 1 file changed, 1 insertion(+) diff

Re: [OE-core] [PATCH] package_manager: Fix BAD_RECOMMENDATIONS for opkg

2014-10-27 Thread Johan Hovold
On Sun, Oct 26, 2014 at 07:37:19PM +, Paul Barker wrote: On 26 October 2014 19:36, Paul Barker p...@paulbarker.me.uk wrote: In package_manager.py, when using opkg as the packager, the command 'opkg args info pkg' is called to get information about each pkg in BAD_RECOMMENDATIONS

[OE-core] [PATCH] license.bbclass: canonicalise the licenses named with 'X+'

2014-10-27 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com If INCOMPATIBLE_LICENSE=GPLv3, GPLv3+ should be excluded as well but not now since there is no SPDXLICENSEMAP for licenses named with 'X+', we can add all the SPDXLICENSEMAP settings for licenses named with 'X+' in licenses.conf, but it's more like a

[OE-core] [PATCH] image_types.bbclass: Make ubi depend on ubifs

2014-10-27 Thread Pascal Bach
The ubi command assumes the ubifs file is present. This makes sure this is really the case. Signed-off-by: Pascal Bach pascal.b...@siemens.com --- meta/classes/image_types.bbclass |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/image_types.bbclass

[OE-core] [PATCH v2] shadow: enable support for subordinate IDs

2014-10-27 Thread Bogdan Purcareata
The subordinate IDs support in pkg-shadow allows unprivileged users to manage a set of UIDs and GIDs. These subordinate IDs are specified by root, and can be further used by the unprivileged user they have been assigned to. This user can then create an e.g. user namespace, where he is allowed to

Re: [OE-core] [PATCH 1/1] systemd: add bash to RDEPENDS

2014-10-27 Thread Anders Darander
* Chong Lu chong...@windriver.com [141027 08:19]: systemd-216+gitAUTOINC+5d0ae62c66: systemd-kernel-install requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] How much bashisms are it in the files in systemd-kernel-install? Would it be possible to to patch the scripts to use

Re: [OE-core] [PATCH 1/1] systemd: add bash to RDEPENDS

2014-10-27 Thread Chong Lu
On 10/27/2014 04:59 PM, Anders Darander wrote: * Chong Lu chong...@windriver.com [141027 08:19]: systemd-216+gitAUTOINC+5d0ae62c66: systemd-kernel-install requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] How much bashisms are it in the files in systemd-kernel-install? Would

[OE-core] [PATCH] which-2.18: Make sure ChangeLog exists for automake

2014-10-27 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Fixed: Makefile.am: error: required file './ChangeLog' not found Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta/recipes-extended/which/which_2.18.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [OE-core] [PATCH] which-2.18: Make sure ChangeLog exists for automake

2014-10-27 Thread Martin Jansa
On Mon, Oct 27, 2014 at 05:44:42AM -0400, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Fixed: Makefile.am: error: required file './ChangeLog' not found Isn't it better to pass foreign to automake? Signed-off-by: Jackie Huang jackie.hu...@windriver.com

Re: [OE-core] [PATCH] which-2.18: Make sure ChangeLog exists for automake

2014-10-27 Thread Burton, Ross
On 27 October 2014 09:52, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Oct 27, 2014 at 05:44:42AM -0400, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Fixed: Makefile.am: error: required file './ChangeLog' not found Isn't it better to pass

Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-27 Thread Burton, Ross
On 26 October 2014 15:10, Koen Kooi k...@dominion.thruhere.net wrote: +# Not endswith because of *.patch.lz;patch=1. Need bb.fetch.decodeurl in future +if '.lz' in srcuri: I think it's time to implement that todo, as oe-core now fails to build: ERROR: Nothing PROVIDES 'lzip-native'.

Re: [OE-core] [PATCH 2/2] nfs-utils: debianize start-statd

2014-10-27 Thread Burton, Ross
On 24 October 2014 06:32, rongqing...@windriver.com wrote: .../files/nfs-utils-debianize-start-statd.patch| 39 ++ ERROR: Command Error: exit status: 1 Output: Applying patch nfs-utils-debianize-start-statd.patch patching file utils/statd/start-statd Hunk #1 FAILED at

Re: [OE-core] [PATCH] image_types.bbclass: Make ubi depend on ubifs

2014-10-27 Thread Koen Kooi
Op 27 okt. 2014, om 08:42 heeft Pascal Bach pascal.b...@siemens.com het volgende geschreven: The ubi command assumes the ubifs file is present. This makes sure this is really the case. Signed-off-by: Pascal Bach pascal.b...@siemens.com --- meta/classes/image_types.bbclass |2 ++ 1

Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-27 Thread Koen Kooi
Op 27 okt. 2014, om 11:59 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 26 October 2014 15:10, Koen Kooi k...@dominion.thruhere.net wrote: +# Not endswith because of *.patch.lz;patch=1. Need bb.fetch.decodeurl in future +if '.lz' in srcuri: I think

Re: [OE-core] [PATCH] image_types.bbclass: Make ubi depend on ubifs

2014-10-27 Thread Bach, Pascal
} +IMAGE_TYPEDEP_ubi = ubifs + 'ubifs' or 'ubifs-native'? IMAGE_TYPEDEP describes dependencies between image types. So in this case ubifs referred to IMAGE_CMD_ubifs I'm not aware that there is ubifs-native image type. -- ___

Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-27 Thread Burton, Ross
On 27 October 2014 11:39, Koen Kooi k...@dominion.thruhere.net wrote: SRC_URI = http://www.lzop.org/download/${BP}.tar.gz \ Not quite, 'lzop' is not the same as 'lzip',the problem is this: The problem is that the lzop SRC_URI contains the string .lz, so it incorrectly gains a lzip-native

[OE-core] [PATCH 1/1] toolchain-shar-template.sh: fix installation of SDK

2014-10-27 Thread Chen Qi
Previously, the installation of our SDK is not consistent. For example, there's a user with user name 'test' and group name 'test', and the user has sudo privilege. First, the user tries to install the SDK to his own home directory /home/test, and the SDK files are installed with 'test' as their

[OE-core] [PATCH 0/1] toolchain-shar-template.sh: fix installation of SDK

2014-10-27 Thread Chen Qi
The following changes since commit 4143f3b0ce0d0c52f5b0babc1bb16ac0ac9610eb: nativesdk-cmake: Adjust toolchain paths dynamically (2014-10-24 21:59:34 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/SDK-installation

Re: [OE-core] [PATCH 1/1] curl: Security Advisory - curl - CVE-2014-3613

2014-10-27 Thread Burton, Ross
On 27 October 2014 01:46, Chong Lu chong...@windriver.com wrote: This patch includes windows characters. Ha, thanks git/email/etc. Merged from the branch, thanks. Cheers, Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-27 Thread Koen Kooi
Op 27 okt. 2014, om 12:54 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 27 October 2014 11:39, Koen Kooi k...@dominion.thruhere.net wrote: SRC_URI = http://www.lzop.org/download/${BP}.tar.gz \ Not quite, 'lzop' is not the same as 'lzip',the problem is this:

Re: [OE-core] [PATCH] base bbclass: add support for tar.lz

2014-10-27 Thread Burton, Ross
On 27 October 2014 13:06, Koen Kooi k...@dominion.thruhere.net wrote: Ah, two different problems :/ The problem that lzip-native isn't in oe-core is only a problem when there's a .lz SRC_URI in oe-core, but the false-positives are a problem now. Ross --

[OE-core] OE Changelog since 2014-10-19 until 2014-10-26

2014-10-27 Thread cliff . brake
Changelog since 2014-10-19 until 2014-10-26. 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:

[OE-core] [daisy][PATCH 0/2] A couple of backported fixes for daisy

2014-10-27 Thread Paul Eggleton
The following changes since commit 0692743b51f7daa0154fd4d8982236b4702ea2da: gnupg: CVE-2013-4242 (2014-10-23 21:42:03 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/daisy-fixes

[OE-core] [daisy][PATCH 1/2] python: force off_t size to 8 to enable large file support

2014-10-27 Thread Paul Eggleton
If DISTRO_FEATURES contains largefile, force the size of off_t to 8 as a workaround for having ac_cv_sizeof_off_t=4 on 32-bit systems. In future we will likely drop the value from the site file, but for now this is a slightly safer fix. Fixes [YOCTO #6813]. (From OE-Core master rev:

[OE-core] [daisy][PATCH 2/2] openssh: avoid screen sessions being killed on disconnect with systemd

2014-10-27 Thread Paul Eggleton
Tell systemd just to kill the sshd process when the ssh connection drops instead of the entire cgroup for sshd, so that any screen sessions (and more to the point, processes within them) do not get killed. (This is what the Fedora sshd service file does, and what we're already doing in the

Re: [OE-core] [PATCH] gcc-common: Only apply fpu settings to target gcc

2014-10-27 Thread Kristof Robot
Richard, all, After bisecting, I found that, since this patch, my toolchain is being built with soft floating point support, while it should be built with hard floating point support: (1) Compiling parent commit 74d8866814aec520822518cc4cb8a942f7069bf7 [1] gives hard floating point support

Re: [OE-core] [PATCH] gcc-common: Only apply fpu settings to target gcc

2014-10-27 Thread Richard Purdie
On Mon, 2014-10-27 at 20:54 +0100, Kristof Robot wrote: Richard, all, After bisecting, I found that, since this patch, my toolchain is being built with soft floating point support, while it should be built with hard floating point support: (1) Compiling parent commit

Re: [OE-core] [PATCH 2/2] nfs-utils: debianize start-statd

2014-10-27 Thread Rongqing Li
On 10/27/2014 07:15 PM, Burton, Ross wrote: On 24 October 2014 06:32, rongqing...@windriver.com mailto:rongqing...@windriver.com wrote: .../files/nfs-utils-debianize-start-statd.patch| 39 ++ ERROR: Command Error: exit status: 1 Output: Applying patch

Re: [OE-core] [PATCH] which-2.18: Make sure ChangeLog exists for automake

2014-10-27 Thread Huang, Jie (Jackie)
-Original Message- From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Monday, October 27, 2014 5:53 PM To: Huang, Jie (Jackie) Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] which-2.18: Make sure ChangeLog exists for automake On Mon, Oct 27,

Re: [OE-core] [PATCH] which-2.18: Make sure ChangeLog exists for automake

2014-10-27 Thread Huang, Jie (Jackie)
The upstream seems not active any more, the home page (http://carlo17.home.xs4all.nl/which/) is dead, and the last update in cvs is 6 years ago: http://cvs.savannah.gnu.org/viewvc/which/?root=which I will add a path with upstream-status inappropriate. Thanks, Jackie From: Burton, Ross

[OE-core] [PATCH v2] which-2.18: Use foreign strictness to avoid automake errors

2014-10-27 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Fixed: Makefile.am: error: required file './ChangeLog' not found Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../which/which-2.18/automake-foreign.patch| 28 ++ meta/recipes-extended/which/which_2.18.bb

[OE-core] [PATCH] elfutils: fix elf_cvt_gnuhash

2014-10-27 Thread rongqing.li
From: Roy Li rongqing...@windriver.com The 'dest' and 'src' can be same, we need to save the value of src32[2] before swaping it. Signed-off-by: Roy Li rongqing...@windriver.com --- .../elfutils/elfutils/Fix_elf_cvt_gunhash.patch| 29