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_*

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 alexandru.dam...@intel.com Sent: Friday, May 8, 2015 2:24 PM To: Raghavendra Kakarla Cc: Barros Pena, Belen;

[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

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 are

[linux-yocto] [PATCH 00/19] Backport config cleanup from 3.19

2015-05-08 Thread Saul Wold
Bruce, This set of changes are backports from the 3.19 meta branch to address a similar set of config warnings that we are seeing with the 3.14 kernel. Sau! Bruce Ashfield (6): common-pc: remove obselete CONFIG_BRCMFMAC_SDIO common-pc: restrict NR_CPUS to 8 meta: remove obselete/invalid

[linux-yocto] [PATCH 12/19] romley: remove common video and media config items

2015-05-08 Thread Saul Wold
These are already included via the media-all in common-pc Cc: Haw Foo Chien foo.chien@intel.com Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com ---

[linux-yocto] [PATCH 16/19] common-pc-drivers: Add CONFIG_EEPROM_AT24

2015-05-08 Thread Saul Wold
This will enable module support common-pc for the AT24 based I2C EEPROM from most vendors Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com ---

[linux-yocto] [PATCH 14/19] baytrail: move PINCTRL to new intel-pinctrl

2015-05-08 Thread Saul Wold
Since we add BAYTRAIL to the intel-pinctrl remove it from here along with the PINCONF and PINMUX since they will be selected automagically. Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com ---

[linux-yocto] [PATCH 17/19] intel bsps: Remove GEN_RTC support since its for legacy cpus

2015-05-08 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc | 1 - meta/cfg/kernel-cache/bsp/minnow/minnow.scc | 1 -

[linux-yocto] [PATCH 13/19] intel-pinctrl: Add new configuration

2015-05-08 Thread Saul Wold
Add PINCTRL_CHERRYVIEW and PINCTRL_BAYTRAIL here since more devices will have PINCTRL for SoC and GPIO pins Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com ---

[linux-yocto] [PATCH 18/19] intel-common: remove eg20t from common config

2015-05-08 Thread Saul Wold
The eg20t is now x86 specific due to the PCH_DMA dependency. Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc | 1 - 1 file

[linux-yocto] [PATCH 08/19] intel-common: split out 32 bit common-drivers

2015-05-08 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-preempt-rt.scc | 1 + meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-standard.scc

[linux-yocto] [PATCH 10/19] media: Prefer modules(m) to yes(y) and update for 3.19 Kernel

2015-05-08 Thread Saul Wold
TLG2300 is marked as depercated, so remove it The STK1160 and EM28XX got split up so ensure the right configs are set Most of the media and tuner items should be modules as they are not needed and boot time and will allow for a small kernel Signed-off-by: Saul Wold s...@linux.intel.com

[linux-yocto] [PATCH 15/19] meta: dca: remove explicit TX_DISABLE settings

2015-05-08 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com The config options: CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y and CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y are only selectable by other Kconfig options, and are no longer used in the code base. So to avoid a configuration mismatch warning during the

[linux-yocto] [PATCH 02/19] common-pc: restrict NR_CPUS to 8

2015-05-08 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Since arch/x86/Kconfig has the following range restriction for NR_CPUS range 2 8 if SMP X86_32 !X86_BIGSMP In a common-pc build, we are indeed X86_32 enabled, so 8 is our max CPUs. To avoid a configuration warning, we change our default to

[linux-yocto] [PATCH 05/19] meta: common-pc: split 32 bit-only drivers

2015-05-08 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com 64 bit BSPs also use the common-pc drivers. To avoid warnings when these options are dropped, we split the config into 32 bit only and common. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold

[linux-yocto] [PATCH 09/19] intel-common: Acutally add the 32 bit versio of the file

2015-05-08 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers-32.scc | 5 + 1 file changed, 5 insertions(+) create mode 100644

[linux-yocto] [PATCH 03/19] meta: remove obselete/invalid options

2015-05-08 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/bsp/common-pc/common-pc-wifi.cfg | 1 - meta/cfg/kernel-cache/features/net_sched/net_sched.cfg | 1 -

[linux-yocto] [PATCH 06/19] mohonpeak: Mark LPC_ICH as an in kernel driver

2015-05-08 Thread Saul Wold
Since it is being autoselected by the default configuration mark it as in kernel to not conflict at a module. Signed-off-by: Saul Wold s...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Saul Wold s...@linux.intel.com ---

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

[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

[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 dmitry_ere...@mentor.com ---

[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 dmitry_ere...@mentor.com --- meta-cgl-common/conf/distro/include/cgl_common_security_flags.inc | 1 +

[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 dmitry_ere...@mentor.com --- meta-cgl-common/recipes-cgl/pacemaker/files/tmpfiles | 5 + meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.0.9.1.bb | 11 ++- 2 files

[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 dmitry_ere...@mentor.com --- meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.5.bb

[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 dmitry_ere...@mentor.com --- 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

[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 dmitry_ere...@mentor.com --- .../heartbeat/heartbeat-bootstrap-libtool.patch| 52

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 next to the

[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

[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 dmitry_ere...@mentor.com --- meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue/tmpfiles | 1 + meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue/volatiles | 3 ++- 2 files

[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 dmitry_ere...@mentor.com --- .../recipes-cgl/cluster-glue/cluster-glue/tmpfiles| 7 +++ .../recipes-cgl/cluster-glue/cluster-glue_1.0.5.bb| 11 ++-

[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

[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

[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

[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 pet...@technux.se --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[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 pet...@technux.se ---

[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-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 dmitry_ere...@mentor.com --- 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