[yocto] Disabling auto-loading of ipv6 module

2015-05-08 Thread Vuille, Martin (Martin)
After further research it seems that what I was looking at below is either obsolete or unused in my case. It is now my impression that depmodwrapper is run by _generate_kernel_module_deps in rootfs.py. In any event, what I am trying to do is to suppress the automatic loading of the ipv6 kernel mod

[yocto] [meta-raspberrypi][PATCH 0/5] kernel fixes

2015-05-08 Thread Petter Mabäcker
The following changes since commit c9f29df249b80ab488e4ea6eddc01a6522a28c09: linux-raspberrypi: Update 3.18 branch to 3.18.11 (2015-04-30 21:55:02 +0200) are available in the git repository at: git://git.yoctoproject.org/poky-contrib petmab/rpi_kernel_fixes_dts http://git.yoctoproject.or

[yocto] [meta-raspberrypi][PATCH 3/5] linux-raspberrypi: Add 3.14 support

2015-05-08 Thread Petter Mabäcker
Add basic support for Linux 3.14, cherry-pick changes from 3.18.y in order to solve some debugfs warnings and get better support for i2s for BCM2708. - 3.14 lacks BCM2709 support and will not by default be able to use for raspberry pi 2. Below warnings still exists they are harmless and exists du

[yocto] [meta-raspberrypi][PATCH 5/5] linux-raspberrypi: Update 3.12 branch to latest

2015-05-08 Thread Petter Mabäcker
Update linux-raspberrypi_3.12 to latest revision. Remove sl030raspberrypii2ckernel.patch since it will not apply anymore and its content seems to be obsolite after '558d0bf Fix grabbing lock from atomic context in i2c driver' was merged to 3.12. [Support #60] Signed-off-by: Petter Mabäcker ---

[yocto] [meta-raspberrypi][PATCH 4/5] linux-raspberrypi: Drop support for old kernel versions

2015-05-08 Thread Petter Mabäcker
meta-raspberrypi currently supports too many versions in order to ensure that all of them are frequently tested and updated. Change to only support latest stable + 2 long term versions. [Support #59] Signed-off-by: Petter Mabäcker --- recipes-kernel/linux/linux-raspberrypi_3.10.bb | 8

[yocto] [meta-raspberrypi][PATCH 1/5] devicetree: auto-disable dts for old kernels

2015-05-08 Thread Petter Mabäcker
After '6392a63 rpi-base.inc: Use KERNEL_DEVICETREE by default' was introduced, kernel versions < 3.18 might not be buildable. Since full device tree support was introduced in 3.18 this change ensures that all kernel < 3.18 will automatically disable device tree. Signed-off-by: Petter Mabäcker ---

[yocto] [meta-raspberrypi][PATCH 2/5] README: fix outdated device tree info

2015-05-08 Thread Petter Mabäcker
After '6392a63 rpi-base.inc: Use KERNEL_DEVICETREE by default' was introduced, the default value for 3.18+ kernels was changed. Ensure this is reflected in the README. Signed-off-by: Petter Mabäcker --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README

[yocto] [meta-cgl][PATCH 08/10] heartbeat: make bootstrap work without checking for libtool command

2015-05-08 Thread Dmitry Eremin-Solenikov
There is no use for just 'libtool' script, other than deriving libtoolize from it. Make bootstrap script look for libtoolize directly and forget about libtool completely. Signed-off-by: Dmitry Eremin-Solenikov --- .../heartbeat/heartbeat-bootstrap-libtool.patch| 52 ++ ..

[yocto] [meta-cgl][PATCH 09/10] heartbeat: add gnutls dependency

2015-05-08 Thread Dmitry Eremin-Solenikov
Add dependency on gnutls as noted by the following QA warnings: WARNING: QA Issue: heartbeat rdepends on nettle, but it isn't a build dependency? [build-deps] WARNING: QA Issue: heartbeat rdepends on gnutls, but it isn't a build dependency? [build-deps] WARNING: QA Issue: heartbeat rdepends on g

[yocto] [meta-cgl][PATCH 10/10] heartbeat: properly handle systemd DISTRO_FEATURE

2015-05-08 Thread Dmitry Eremin-Solenikov
Always inherit systemd bbclass (otherwise it is not pulled in even if systemd is enabled). This makes few other settings in the recipe unnecessary, thus they are dropped. Signed-off-by: Dmitry Eremin-Solenikov --- meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.5.bb | 4 +--- 1 file changed,

[yocto] [meta-cgl][PATCH 03/10] pacemaker: provide tmpfiles configuration

2015-05-08 Thread Dmitry Eremin-Solenikov
provide systemd-tmpfiles configuration for distributions using systemd. Signed-off-by: Dmitry Eremin-Solenikov --- meta-cgl-common/recipes-cgl/pacemaker/files/tmpfiles | 5 + meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.0.9.1.bb | 11 ++- 2 files changed, 15 insertions(+)

[yocto] [meta-cgl][PATCH 06/10] cluster-glue: add another directory to volatiles and tmpfiles config

2015-05-08 Thread Dmitry Eremin-Solenikov
Add /var/run/heartbeat directory to volatiles and tmpfiles configuration. Signed-off-by: Dmitry Eremin-Solenikov --- meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue/tmpfiles | 1 + meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue/volatiles | 3 ++- 2 files changed, 3 insertions(+), 1

[yocto] [meta-cgl][PATCH 05/10] cluster-glue: provide tmpfiles configuration

2015-05-08 Thread Dmitry Eremin-Solenikov
provide systemd-tmpfiles configuration for distributions using systemd. Signed-off-by: Dmitry Eremin-Solenikov --- .../recipes-cgl/cluster-glue/cluster-glue/tmpfiles| 7 +++ .../recipes-cgl/cluster-glue/cluster-glue_1.0.5.bb| 11 ++- 2 files changed, 17 inser

[yocto] [meta-cgl][PATCH 04/10] cluster-glue: use useradd class to add required user and group

2015-05-08 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov --- meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.5.bb | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.5.bb b/meta-cgl-common/recipes-cgl/cluster-glue/cluster

[yocto] [meta-cgl][PATCH 07/10] ocfs2-tools: properly handle systemd DISTRO_FEATURE

2015-05-08 Thread Dmitry Eremin-Solenikov
Always inherit systemd bbclass (otherwise it is not pulled in even if systemd is enabled). This makes few other settings in the recipe unnecessary, thus they are dropped. Signed-off-by: Dmitry Eremin-Solenikov --- meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.4.3.bb | 5 + 1 file cha

[yocto] [meta-cgl][PATCH 01/10] cgl_common_security_flags.inc: add to fix building with security flags

2015-05-08 Thread Dmitry Eremin-Solenikov
Package openhpi is currently broken if distro uses security_flags.inc. Flx that by adding layer-wide include file for such exceptions. Signed-off-by: Dmitry Eremin-Solenikov --- meta-cgl-common/conf/distro/include/cgl_common_security_flags.inc | 1 + meta-cgl-common/conf/layer.conf

[yocto] [meta-cgl][PATCH 02/10] pacemaker: use useradd class to add required user and group

2015-05-08 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.0.9.1.bb | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.0.9.1.bb b/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.0.9.1.

[yocto] Customizing modules.alias

2015-05-08 Thread Vuille, Martin (Martin)
I see that depmod/depmodwrapper is being run in a postinst script in kernel.bbclass. I need to adjust the contents of modules.alias after it has been generated. Can someone suggest what would be the "right" way to do this? MV -- ___ yocto mailing list

Re: [yocto] opkg and gpg signed ipk packages

2015-05-08 Thread Paul Barker
On Fri, May 08, 2015 at 02:26:26PM +, Sona Sarmadi wrote: > Thanks Paul for your quick feedback . > > > opkg 0.2.x only has support for checking the package feed signature. To use > > this, add the line 'option check_signature 1' to your opkg.conf file and > > place a > > Packages.sig file ne

Re: [yocto] opkg and gpg signed ipk packages

2015-05-08 Thread Sona Sarmadi
Thanks Paul for your quick feedback . > opkg 0.2.x only has support for checking the package feed signature. To use > this, add the line 'option check_signature 1' to your opkg.conf file and > place a > Packages.sig file next to the Packages file in your package feed. ASCII- > armoured signatures

Re: [yocto] Need advice on tracking down "-dirty"

2015-05-08 Thread Bruce Ashfield
On 2015-05-08 5:36 AM, Spriggs, Jim wrote: Hi Guys, Using poky dizzy with meta-altera (from OE), and trying to implement a simple loadable kernel-module by following the method outlined in Lab3 of https://www.yoctoproject.org/sites/default/files/kernel-lab-1.6.pdf. I'm doing an "rm -rf tmp"

Re: [yocto] Issue with toaster

2015-05-08 Thread Raghavendra Kakarla
Hi Alex, I attached the Toaster Web logs with this mail. Please find the attachments. Thanks and Regards, Raghavendra K. From: Damian, Alexandru Sent: Friday, May 8, 2015 2:24 PM To: Raghavendra Kakarla Cc: Barros Pena, Belen; yocto@yoctoproject.org Subjec

[yocto] Need advice on tracking down "-dirty"

2015-05-08 Thread Spriggs, Jim
Hi Guys, Using poky dizzy with meta-altera (from OE), and trying to implement a simple loadable kernel-module by following the method outlined in Lab3 of https://www.yoctoproject.org/sites/default/files/kernel-lab-1.6.pdf. I'm doing an "rm -rf tmp" before starting "bitbake virtual/kernel my

Re: [yocto] Issue with toaster

2015-05-08 Thread Damian, Alexandru
Hello, Is there any error message displayed on screen ? Can you please paste bin your latest *toaster_web.log* file and send us the link ? You can find your latest *toaster_web.log* file by looking in */tmp/toaster_** and take most recent one. One way to do this is: $ find /tmp/toaster_* -print