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
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
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
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
---
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
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
---
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
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 ++
..
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
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,
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(+)
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
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
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
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
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
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.
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
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
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
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"
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
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
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
24 matches
Mail list logo