Re: [yocto] [meta-security][PATCH] libcap-ng: fix checksums

2015-01-12 Thread Paul Eggleton
Hi Armin, On Sunday 11 January 2015 09:56:22 Armin Kuster wrote: Signed-off-by: Armin Kuster akuster...@gmail.com --- recipes-security/libcap-ng/libcap-ng_0.7.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/libcap-ng/libcap-ng_0.7.4.bb

[linux-yocto] [PATCH 2/9] MIPS OCTEON Enable use of FPU

2015-01-12 Thread Abhishek Paliwal
From: David Daney david.da...@cavium.com commit a36d8225bceba4b7be47ade34d175945f85cffbc upstream Some versions of the assembler will not assemble CFC1 for OCTEON, so override the ISA for these. Add r4k_fpu.o to handle low level FPU initialization. Modify octeon_switch.S to save the FPU

[linux-yocto] [PATCH 1/9] MIPS OCTEON Add OCTEON3 to get cpu type

2015-01-12 Thread Abhishek Paliwal
From: Andreas Herrmann andreas.herrm...@caviumnetworks.com commit cd3f5389489146297eb2c11e4f9d1c4e8aaeb59f upstream Otherwise __builtin_unreachable might be called. Signed-off-by: Andreas Herrmann andreas.herrm...@caviumnetworks.com Cc: linux-m...@linux-mips.org Cc: David Daney

[linux-yocto] [PATCH 9/9] MIPS:OCTEON: More OCTEONIII support

2015-01-12 Thread Abhishek Paliwal
From: Chandrakala Chavva ccha...@caviumnetworks.com Read clock rate from the correct CSR. Don't clear COP0_DCACHE for OCTEONIII. Signed-off-by: Chandrakala Chavva ccha...@caviumnetworks.com Signed-off-by: Abhishek Paliwal abhishek.pali...@aricent.com --- arch/mips/Makefile

[linux-yocto] [PATCH 4/9] MIPS Add minimal support for OCTEON3 to c-r4k.c

2015-01-12 Thread Abhishek Paliwal
From: David Daney david.da...@cavium.com commit 18a8cd63c0d800bbc8b91f03054fcb13d308f6ec upstream These are needed to boot a generic mips64r2 kernel on OCTEONIII. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Andreas Herrmann andreas.herrm...@caviumnetworks.com Cc:

[linux-yocto] [PATCH 3/9] MIPS Add function get ebase cpunum

2015-01-12 Thread Abhishek Paliwal
From: David Daney david.da...@cavium.com commit 45b585c8dcdc469bb40b58cc2801acd7a2332525 upstream This returns the CPUNum from the low order Ebase bits. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Andreas Herrmann andreas.herrm...@caviumnetworks.com Cc:

[linux-yocto] problem faced during git installation on yocto

2015-01-12 Thread Debasmita Lohar
Hello,I am working on DE2i-150 board.I want to install git on yocto. but during installation it is giving an error No rule to make target `/usr/lib/perl/5.14.3/CORE/config.h', needed by `perl.mak'.  Stop. . How can i fix this error? Please give me some suggestion.Thank you,Debasmita Lohar  --

[linux-yocto] [PATCH 6/9] MIPS Override assembler ISA for kernel FPU instruction.

2015-01-12 Thread Abhishek Paliwal
From: David Daney david.da...@cavium.com Some versions of the assembler will not assemble CFC1 for OCTEON, so override the ISA for these. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Abhishek Paliwal abhishek.pali...@aricent.com --- arch/mips/kernel/ptrace.c | 24

[linux-yocto] [PATCH 5/9] MIPS donot build fast TLB refill handler with 32-bit kernels.

2015-01-12 Thread Abhishek Paliwal
From: David Daney david.da...@cavium.com commit 35d0470668cca234e49ed35342b3f9a0eec8355c upstream The fast handler only supports 64-bit kernels. Signed-off-by: David Daney david.da...@cavium.com Signed-off-by: Andreas Herrmann andreas.herrm...@caviumnetworks.com Cc: linux-m...@linux-mips.org

[yocto] [OE-core] fix '[[: not found' error message using dash

2015-01-12 Thread Vincent Génieux
This is a fix for https://bugzilla.yoctoproject.org/show_bug.cgi?id=7112 bash specific syntax '[[ test ]]' replaced with '[ test ]'. Signed-off-by: Vincent Génieux vincent2...@startigen.fr --- meta/classes/kernel.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [yocto] [OE-core] fix '[[: not found' error message using dash

2015-01-12 Thread Bruce Ashfield
Not bad for a first patch submission! Just two little things to change. #1, this should go to the oe-core mailing list (openembedded-c...@lists.openembedded.org), and not the yocto one. It definitely is not always obvious at the beginning which list to use for what! On 15-01-12 08:42 AM,

Re: [yocto] can't pull any sources anymore

2015-01-12 Thread Anders Darander
* matthias.he...@atlas-elektronik.com matthias.he...@atlas-elektronik.com [150112 08:22]: thanks for your reply, I'm running the repo init command as in many tutorials, this is the line : repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dizzy I've just tried to

Re: [yocto] can't pull any sources anymore

2015-01-12 Thread Matthias.Heise
Hi Anders, yes, in my git config I replace git:// with https:// I'm forced to do so as git doesn't go through the company network. If I change the url in the manifest.xml to https://git.yoctoproject.org/git/poky/ it works on that part but I didn't find out yet how the other links should look

Re: [yocto] [meta-security][PATCH] libcap-ng: fix checksums

2015-01-12 Thread akuster808
Paul, Thanks for the feedback. My intension was to add some sort of a note by my action did not reflect that. I will send out an update. - Armin On 01/12/2015 01:53 AM, Paul Eggleton wrote: Hi Armin, On Sunday 11 January 2015 09:56:22 Armin Kuster wrote: Signed-off-by: Armin Kuster

Re: [yocto] [meta-cgl][PATCH] cluster: add new recipe

2015-01-12 Thread Alexandru Vaduva
Thank you for the patch. I will merge it as soon as possible. Also I believe there is an alternative pacemaker solution already integrated, but this package is very welcomed. In fact any alternative solution to any already available packages is good, but maybe more information about each pachage

Re: [yocto] meta-java: Problems creating image inside VM? openjdk-6 build gets killed by host OOM killer.

2015-01-12 Thread Mark Hatle
On 1/11/15 3:39 PM, Colin Smiley wrote: I need help. ... commenting on the one piece I'm aware of ... 8) Run `bitbake java-6-test-image`. This runs until compilation failure, due to a date bug introduced in meta-java on 12/31/14, with:

Re: [yocto] [PATCH][meta-selinux] cronie: Use wildcard for version number in bbappend.

2015-01-12 Thread Joe MacDonald
Merged, thanks Philip. -J. [[PATCH][meta-selinux] cronie: Use wildcard for version number in bbappend.] On 14.12.19 (Fri 23:47) fl...@twobit.us wrote: From: Philip Tricca fl...@twobit.us Signed-off-by: Philip Tricca fl...@twobit.us --- recipes-extended/cronie/cronie_%.bbappend |

Re: [yocto] [meta-selinux][PATCH 1/2] ustr: Get source from official upstream instead of Fedora Project

2015-01-12 Thread Joe MacDonald
Clearing out the meta-selinux queue. This has been merged with one minor tweak, PN - BPN in the SRC_URI. Thanks. -J. [[meta-selinux][PATCH 1/2] ustr: Get source from official upstream instead of Fedora Project] On 14.11.20 (Thu 16:43) Qian Lei wrote: Official upstream is still OK, so we use

Re: [yocto] [PATCH][meta-selinux] parted: Use wildcard for version number in bbappend.

2015-01-12 Thread Joe MacDonald
Merged this too. -J. [[PATCH][meta-selinux] parted: Use wildcard for version number in bbappend.] On 14.12.19 (Fri 23:46) fl...@twobit.us wrote: From: Philip Tricca fl...@twobit.us Signed-off-by: Philip Tricca fl...@twobit.us --- recipes-extended/parted/parted_%.bbappend |3 +++

Re: [yocto] [meta-selinux][PATCH] lsof: use wildcard for version number in bbappend

2015-01-12 Thread Joe MacDonald
Merged, thanks Jackie. -J. [[yocto] [meta-selinux][PATCH] lsof: use wildcard for version number in bbappend] On 15.01.05 (Mon 15:25) jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The recipe in oe-core is already updated: b463d70 lsof: Upgrade to 4.88

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-01-12 Thread anibal . limon
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

Re: [yocto] [PATCH][meta-selinux] systemd: fix dependencies for audit, selinux

2015-01-12 Thread Joe MacDonald
Merged, thanks. -J. [[yocto] [PATCH][meta-selinux] systemd: fix dependencies for audit, selinux] On 14.12.03 (Wed 03:58) wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com Signed-off-by: Wenzong Fan wenzong@windriver.com ---

Re: [yocto] meta-java: Problems creating image inside VM? openjdk-6 build gets killed by host OOM killer.

2015-01-12 Thread Colin Smiley
Mark, thanks for the reply. Comments in-line. On 1/12/15, 1:11 PM, Mark Hatle mark.ha...@windriver.com wrote: On 1/11/15 3:39 PM, Colin Smiley wrote: I need help. ... commenting on the one piece I'm aware of ... 8) Run `bitbake java-6-test-image`. This runs until compilation failure,

[yocto] [meta-selinux][ 0/3] More recipe updates.

2015-01-12 Thread Philip Tricca
Greetings, Three more recipe udpates to get meta-selinux building with oe-core master again. These are mostly mundane though the move from findutils from 4.4.x to 4.5.x removes the need for patches that have since gone upstream (w00t!). Best, Philip Philip Tricca (3): findutils: Upgrade

[yocto] [meta-selinux][ 3/3] tar: Use wildcard for version number in bbappend.

2015-01-12 Thread Philip Tricca
Signed-off-by: Philip Tricca fl...@twobit.us --- recipes-extended/tar/tar_%.bbappend | 13 + recipes-extended/tar/tar_1.27.1.bbappend | 13 - 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 recipes-extended/tar/tar_%.bbappend delete mode

[yocto] [meta-selinux][ 2/3] logrotate: Use wildcard for version number.

2015-01-12 Thread Philip Tricca
Signed-off-by: Philip Tricca fl...@twobit.us --- recipes-extended/logrotate/logrotate_%.bbappend |7 +++ recipes-extended/logrotate/logrotate_3.8.7.bbappend |7 --- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644

[yocto] [meta-selinux][ 1/3] findutils: Upgrade recipe to 4.5 and use wildcard for pico version.

2015-01-12 Thread Philip Tricca
The latest version eliminates the need for the two patches from fedora. The previously pinned glib version needed updating so drop that in favor of the default. Signed-off-by: Philip Tricca fl...@twobit.us --- .../findutils-with-selinux-gnulib.patch| 55 --

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, Jan. 13, 2015 8:00 AM US Pacific Time

2015-01-12 Thread Jolley, Stephen K
Tuesday, January 13, 2015 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.8_Status https://wiki.yoctoproject.org/wiki/Yocto_1.8_Schedule

Re: [yocto] meta-java: Problems creating image inside VM? openjdk-6 build gets killed by host OOM killer.

2015-01-12 Thread Colin Smiley
Well, adding more SWAP to the VM didn’t work. Qemu-i386 used it all! Jan 12 17:57:09 yoctomatic kernel: [ 5474.131213] Out of memory: Kill process 123621 (qemu-i386) score 983 or sacrifice child Jan 12 17:57:09 yoctomatic kernel: [ 5474.131698] Killed process 123621 (qemu-i386)

[yocto] [meta-security][PATCH v2] libcap-ng: fix checksums

2015-01-12 Thread Armin Kuster
the checksums did not get updated when upgrading package. Signed-off-by: Armin Kuster akuster...@gmail.com --- recipes-security/libcap-ng/libcap-ng_0.7.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/libcap-ng/libcap-ng_0.7.4.bb