Re: [linux-yocto] [PATCH] common-pc-wifi: fix warning

2017-08-28 Thread Bruce Ashfield
On 08/28/2017 10:20 AM, Saul Wold wrote: On Mon, 2017-08-28 at 09:18 -0400, Bruce Ashfield wrote: On 08/25/2017 12:53 PM, Saul Wold wrote: This fixes the warning: Config: CONFIG_BRCMFMAC_PROTO_MSGBUF From: .../tmp/work-shared/intel-corei7-64/kernel-source/.kernel- meta/configs/standard/intel

Re: [linux-yocto] [kernel-cache][PATCH 0/4] intel-common: networking configuration changes

2017-08-28 Thread Bruce Ashfield
On 08/28/2017 04:01 AM, Mikko Ylinen wrote: Hi Bruce, On 25/08/17 16:00, Mikko Ylinen wrote: Patches 3 and 4 would need an OK from Saul first. All patches are valid for yocto-4.9+ and 3 also for 4.4. This should say: "All patches are valid for yocto-4.9+ and _4_ also for 4.4. (i.e.,

Re: [linux-yocto] [PATCH] common-pc-wifi: fix warning

2017-08-28 Thread Bruce Ashfield
b8983853109591bee91b268dccc075acfc7e45a2 Author: Bruce Ashfield <bruce.ashfi...@windriver.com> Date: Fri Aug 18 17:03:27 2017 -0400 wifi: drop BRCMFMAC_PROTO_MSGBUF, since it is selected Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> :100644 100644 eed04fce529a... 9e9e4

Re: [linux-yocto] [Resend v4.12 PATCH 1/2] fs: yaffs2: replace CURRENT_TIME by other appropriate apis

2017-08-28 Thread Bruce Ashfield
On 08/27/2017 10:53 PM, Kevin Hao wrote: The macro CURRENT_TIME has already been deleted by commit bfe1c566453a ("time: delete CURRENT_TIME_SEC and CURRENT_TIME"). So we need to replace all the uses of CURRENT_TIME by current_time() for filesystem times, and ktime_get_* function for others.

[yocto] [PATCH 2/2] poky: bump poky lsb to linux 4.9

2017-08-20 Thread Bruce Ashfield
Due to the age of 4.1 and it being removed from oe-core master as an active kernel, we can bump poky-lsb to the newer 4.9 LTSI kernel version. Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> --- meta-poky/conf/distro/poky-lsb.conf | 2 +- 1 file changed, 1 insertion(+), 1 de

[yocto] [PATCH 1/2] poky: bump preferred version of linux-yocto to 4.12

2017-08-20 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 940e15865ef0..1c6a01b542dd 100644 --- a/meta-pok

[yocto] [PATCH 0/2] poky: update default kernel to 4.12 and lsb to 4.9

2017-08-20 Thread Bruce Ashfield
since commit 847d9000180cafedb23c60a6673adcec62ca67a1: linux-yocto/4.10: CVE & misc fixes (2017-08-20 22:38:46 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel-yocto http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto B

Re: [linux-yocto] [linux-yocto-4.10][PATCH 0/4] For CVE-2017-8890, CVE-2017-1000363, CVE-2017-11472, CVE-2017-7346

2017-08-18 Thread Bruce Ashfield
On 2017-08-17 5:26 AM, jianchuan.w...@windriver.com wrote: This series of patches are for CVE, including CVE-2017-8890, CVE-2017-1000363,CVE-2017-11472,CVE-2017-7346 merged. Bruce Eric Dumazet (1): dccp/tcp: do not inherit mc_list from parent Seunghun Han (1): ACPICA: Namespace: fix

Re: [linux-yocto] [linux-yocto-4.10][PATCH 0/4] For CVE-2017-1000380, CVE-2017-7541 and CVE-2017-10911

2017-08-18 Thread Bruce Ashfield
On 2017-08-16 4:36 AM, jianchuan.w...@windriver.com wrote: Hi, Bruce, This series of patches are for CVE, including CVE-2017-1000380, CVE-2017-7541 and CVE-2017-10911. merged. Bruce Arend van Spriel (1): brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx() Ari Kauppi

Re: [linux-yocto] [PATCH 1/3] mm: larger stack guard gap, between vmas

2017-08-18 Thread Bruce Ashfield
We sorted this out offline and I've now merged this to linux-yocto-4.10. SRCREV updates will follow shortly. Bruce On Tue, Aug 15, 2017 at 3:41 PM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > If there was a 0/N for this series, I managed to miss it. >

Re: [yocto] Idea for bbappend / layer organization and naming convention

2017-08-18 Thread Bruce Ashfield
On 08/18/2017 10:46 AM, Gunnar Andersson wrote: On Mon, 2017-08-14 at 23:02 -0400, Bruce Ashfield wrote: On 2017-08-14 3:36 PM, Gunnar Andersson wrote: Yocto community, Triggered by the previous email request to yocto@ about best practices for layer organization I'm finally firing off

Re: [linux-yocto] [PATCH 1/3] mm: larger stack guard gap, between vmas

2017-08-15 Thread Bruce Ashfield
If there was a 0/N for this series, I managed to miss it. What tree is this for ? And what issue is it fixing ? Bruce On 2017-08-14 10:51 PM, jianchuan.w...@windriver.com wrote: From: Hugh Dickins commit 1be7107fbe18eed3e319a6c3e83c78254b693acb upstream. Stack guard page

Re: [yocto] Idea for bbappend / layer organization and naming convention

2017-08-14 Thread Bruce Ashfield
On 2017-08-14 3:36 PM, Gunnar Andersson wrote: Yocto community, Triggered by the previous email request to yocto@ about best practices for layer organization I'm finally firing off this email for (hopefully) some feedback on an idea we first kicked around, discussed for rough consensus and

Re: [linux-yocto] [PATCH 00/15] Intel Axxia updates to linux-yocto-4.1

2017-08-03 Thread Bruce Ashfield
On 08/02/2017 08:46 AM, Daniel Dragomir wrote: Hello Bruce! Please review and merge this series of patches in Axxia branches from linux-yocto-4.1. Changes included in this series (axxia tags: 1.61-1.63): Linux 1.61 Changes - Rebase from 4.1.39 to 4.1.42. - Fix warnings introduced by the

Re: [linux-yocto] [PATCH 2/3][kernel-cache] common-pc-64: Adds usb-net configs to genericx86-64 builds

2017-07-28 Thread Bruce Ashfield
On 2017-07-27 6:06 PM, Alejandro Hernandez wrote: On 07/27/2017 12:02 PM, Bruce Ashfield wrote: On 07/26/2017 06:21 PM, Alejandro Hernandez wrote: Hey Bruce, So I completely agree with you, and I think we should keep them modules/kernel size as small as we can, but I just had a meeting

Re: [linux-yocto] [kernel-cache][PATCH] leafhill: update branch for leafhill

2017-07-27 Thread Bruce Ashfield
On 07/26/2017 12:13 PM, chong.yi.c...@intel.com wrote: From: Chong Yi Chai Update branch to standard/intel/base for kernel 4.1.42 upgrade. merged. Update your SRCREV to pull in the change. Bruce Signed-off-by: Chong Yi Chai ---

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.25

2017-07-27 Thread Bruce Ashfield
On 07/24/2017 04:05 AM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.8.x stable update. Continuing on top of the previously released v4.8.24 kernel, we now have the appropriate content from 4.9.22 to 4.9.24 (inclusive) applied on top of our latest 4.8 baseline. Once

Re: [linux-yocto] [PATCH 2/3][kernel-cache] common-pc-64: Adds usb-net configs to genericx86-64 builds

2017-07-27 Thread Bruce Ashfield
them anyway, in case something changes on the other scc. I can live with that. The next question is ... what kernel versions ? 4.9, 4.10, master (aka linux-yocto-dev) ? Bruce Alejandro On 07/25/2017 08:45 AM, Bruce Ashfield wrote: No real objections to the series

Re: [linux-yocto] [PATCH 2/3][kernel-cache] common-pc-64: Adds usb-net configs to genericx86-64 builds

2017-07-25 Thread Bruce Ashfield
No real objections to the series, but it will of course increase the amount of modules/kernel size out of the box. I'm continually balancing the built-in convenience versus the size of the kernel and need to always ask the following question: This sort of thing can be added via KERNEL_FEATURES

Re: [yocto] [meta-virtualization] [recipes-containers] criu version 2.12.1

2017-07-25 Thread Bruce Ashfield
Hi Frederico, Thanks for the patch, but this needs to go to the meta-virtualization list. Also, we carry a _git recipe in meta-virt to track the various releases (and sometimes points in between). So this patch should be done against that recipe versus creating a new versioned variant.

Re: [linux-yocto] [kernel-cache][PATCH] bsp/xilinx/soc/zynq.cfg: Ensure ARM_THUMB is enabled

2017-07-18 Thread Bruce Ashfield
On 2017-07-18 3:05 AM, Nathan Rossi wrote: On 18 July 2017 at 05:43, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: On 2017-07-15 11:25 AM, Nathan Rossi wrote: Enable ARM_THUMB which is normally enabled in arch/arm/arm.cfg, however this config (specifically the .cfg, as th

Re: [linux-yocto] [kernel-cache][PATCH] bsp/xilinx/soc/zynq.cfg: Ensure ARM_THUMB is enabled

2017-07-17 Thread Bruce Ashfield
On 2017-07-15 11:25 AM, Nathan Rossi wrote: Enable ARM_THUMB which is normally enabled in arch/arm/arm.cfg, however this config (specifically the .cfg, as the .scc is included via standard) is not included by the tiny kernel type. This ensures code built for Zynq targets which might use THUMB

Re: [linux-yocto] [kernel-cache][PATCH] bsp/xilinx/soc/drivers: Updates/clean-ups for v4.12 kernel

2017-07-17 Thread Bruce Ashfield
On 2017-07-15 11:25 AM, Nathan Rossi wrote: The XILINX_VMDA config is no longer required, the VDMA driver is no longer separate from the XILINX_DMA driver config. The CPU_FREQ_STAT_DETAILS config was consolidated into CPU_FREQ_STAT. The EDAC drivers now depend on the RAS config and features,

Re: [linux-yocto] [kernel-cache][RFC PATCH 5/7] bsp/qemumicroblazeeb: Add BSP configs for qemumicroblazeeb

2017-07-14 Thread Bruce Ashfield
On 2017-07-13 1:56 PM, Nathan Rossi wrote: On 13 July 2017 at 05:22, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: On 2017-07-04 11:29 AM, Nathan Rossi wrote: Create configs for the qemumicroblazeeb machine. This includes both -standard and -tiny configs. Signed-off-by: Nathan

Re: [linux-yocto] [kernel-cache][PATCH 0/8] features: Additional features and added configs to existing features

2017-07-14 Thread Bruce Ashfield
On Thu, Jul 13, 2017 at 4:34 AM, Syed Mohamad Fauzi, Syed Johan Arif < syed.johan.arif.syed.mohamad.fa...@intel.com> wrote: > Dear maintainer, > > Here are some additional features and some added configs to existing > features. > Please apply to 4.9 and beyond > The additions are listed below: >

Re: [linux-yocto] [PATCH] common-pc-wifi: Enable SDIO for BroadCom BRCMFMAC

2017-07-14 Thread Bruce Ashfield
merged. SRCREV updates will follow shortly. Bruce On 2017-07-12 11:47 PM, Saul Wold wrote: Enable Broadcom Wifi driver for SDIO mounted hardware on Intel boards Signed-off-by: Saul Wold --- Please apply to 4.9 and beyond. bsp/common-pc/common-pc-wifi.cfg | 3 +++ 1

Re: [linux-yocto] [linux-yocto-4.1] [bsp patch] mmc: sdhci: fix two compile errors

2017-07-13 Thread Bruce Ashfield
On 07/13/2017 04:08 AM, Zhang Xiao wrote: Hi Bruce, This patch fixed two compile errors in kernel branch standard/fsl-ls10xx merged. Bruce Thanks Xiao mmc: sdhci: fix two compile errors | CC drivers/mmc/host/sdhci.o | drivers/mmc/host/sdhci.c: In function 'sdhci_execute_tuning': |

Re: [linux-yocto] [kernel-cache][RFC PATCH 0/7] MicroBlaze and Zynq BSP configuration

2017-07-12 Thread Bruce Ashfield
On 2017-07-04 11:29 AM, Nathan Rossi wrote: Most of this configuration has existed in the meta-xilinx layer for quite some time for use with linux-yocto and Xilinx's vendor tree kernel, linux-xlnx. The goal is to enable the use of the MicroBlaze architecture in OE-Core including the addition of

Re: [linux-yocto] [kernel-cache][RFC PATCH 5/7] bsp/qemumicroblazeeb: Add BSP configs for qemumicroblazeeb

2017-07-12 Thread Bruce Ashfield
On 2017-07-04 11:29 AM, Nathan Rossi wrote: Create configs for the qemumicroblazeeb machine. This includes both -standard and -tiny configs. Signed-off-by: Nathan Rossi --- bsp/qemumicroblaze/qemumicroblazeeb-standard.scc | 15 +++

Re: [yocto] [meta-realtime][PATCH] schedtool-dl: Fix SCHED_DEADLINE value out of range

2017-07-03 Thread Bruce Ashfield
merged. Bruce On 2017-06-29 10:29 PM, zhe...@windriver.com wrote: From: He Zhe The upstream commit 3ffb479929c31cbae09de08f94f58b8f0f061d91 tries to fix this issue but it's not complete. This patch adds flags at the last necessary place. Signed-off-by: He Zhe

Re: [linux-yocto] [PATCH 1/3] [kernel-cache] bsp/rangeley: smp gets added by default, remove unnecessary include

2017-07-03 Thread Bruce Ashfield
merged! .. and email sent to oe-core for SRCREV updates. Bruce On 2017-06-30 9:52 PM, Alejandro Hernandez wrote: rangeley.scc and rangeley32.scc are based on x86.scc and x86_64.scc which already include smp.scc, so remove the unnecessary include. [YOCTO #11743] Signed-off-by: Alejandro

Re: [linux-yocto] [PATCH 00/15] Intel Axxia updates to linux-yocto-4.1

2017-06-27 Thread Bruce Ashfield
On 06/27/2017 11:41 AM, Daniel Dragomir wrote: Hello Bruce! Please review and merge this series of patches in Axxia branches from linux-yocto-4.1. Changes included in this series (axxia 1.60 tag): - Support undocumented PEI configurations. - Add support for MSI interruts on 5600 and 6700. -

Re: [linux-yocto] [kernel-cache][PATCH 0/1] Update PWM config for leafhill platform

2017-06-21 Thread Bruce Ashfield
On 2017-06-20 5:30 PM, chong.yi.c...@intel.com wrote: From: "Chai, Chong Yi" Hi Bruce, This patch is targeted for yocto-kernel-cache yocto-4.1 branch. The changes on configs enable PWM to be built in driver rather than kernel module which is require by DC-IRIS camera

Re: [yocto] Is linux-yocto-rt kernel compatible with x32 tune?

2017-06-15 Thread Bruce Ashfield
On Thu, Jun 15, 2017 at 4:11 AM, Paul D. DeRocco wrote: > I've been fighting with this off and on for a week. If I build > core-image-minimal for a generic86-64 machine, I can get it to use the x32 > ABI, or I can switch to the linux-yocto-rt 4.8 kernel, but I can't do >

Re: [linux-yocto] [linux-yocto-3.14] [PATCH] security/keys: fixed crash in keyring_destroy

2017-06-14 Thread Bruce Ashfield
merged. Bruce On 06/14/2017 01:09 PM, Daniel Dragomir wrote: From: Charlie Paul *For 3.14 standard/(preempt-rt)/axxia/base branches. When the ltp add_key01 was run the kernel was crashing, the list_del initializes the next pointer to LIST_POISON1. When subsequent

Re: [yocto] [PATCH] yocto-bsp: update reference BSPs to 4.1 latest

2017-06-08 Thread Bruce Ashfield
On Thu, Jun 8, 2017 at 9:30 PM, Kevin Hao <kexin@windriver.com> wrote: > On Thu, Jun 08, 2017 at 02:45:14PM -0400, Bruce Ashfield wrote: > > The reference BSPs are lagging on their 4.1 SRCREVs, which means > > -stable updates, and gcc-7 build fixes are missing. &g

Re: [linux-yocto] [kernel-cache] [PATCH] bsp/axxia[arm|arm64|ppc]: Update Axxia specific fragments

2017-06-08 Thread Bruce Ashfield
On 2017-06-08 7:14 AM, Daniel Dragomir wrote: Intel Axxia updates for yocto-kernel-cache, yocto-4.1 branch. axxiaarm: - Enable AXXIA_MDIO driver - Enable GPIO_AXXIA driver - Enable specific EDAC options axxiaarm64: - Enable AXXIA_MDIO driver - Enable specific

[yocto] [PATCH] yocto-bsp: update reference BSPs to 4.1 latest

2017-06-08 Thread Bruce Ashfield
The reference BSPs are lagging on their 4.1 SRCREVs, which means -stable updates, and gcc-7 build fixes are missing. Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 6 +++--- 1 file changed, 3 insertions

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.24

2017-06-05 Thread Bruce Ashfield
merged, with a minor fixup to -rt. Bruce On 2017-06-02 10:04 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.8.x stable update. Continuing on top of the previously released v4.8.23 kernel, we now have the appropriate content from 4.9.18 to 4.9.21 (inclusive) applied on

Re: [yocto] [PATCH] nftables: add more configuration options.

2017-06-01 Thread Bruce Ashfield
On 06/01/2017 09:09 AM, Ismo Puustinen wrote: Add support for sets and IPv4 masquarade. This should go to the linux-yocto mailing list (and preferably cc' me), but I noticed this and it looks fine to me. I've now queued it with some other config changes that will go out shortly. Bruce

Re: [linux-yocto] [linux-yocto-4.1] [bsp patch] actions-s500:fix a few issue with gpio & battery

2017-06-01 Thread Bruce Ashfield
On Thu, Jun 1, 2017 at 6:10 AM, Jiang Lu wrote: > > Hi Bruce, > > Please apply 3 patch for actions-s500 bsp of yocto 4.1 kernel. > > This patch fixed a error with gpio when working in interrupt mode, and > changes parameter for battery. > > merged. Bruce > > The

Re: [linux-yocto] [kernel-cache][PATCH] common-pc-wifi.cfg: add CONFIG_MT7601U module

2017-06-01 Thread Bruce Ashfield
merged to 4.9/4.10 and master (aka future versions). Bruce On Wed, May 31, 2017 at 11:15 PM, Tim Orling < timothy.t.orl...@linux.intel.com> wrote: > Mediatek MT7601U is a common USB WiFi dongle > > Signed-off-by: Tim Orling > --- >

Re: [linux-yocto] [kernel-cache][PATCH] ktypes/developer: Enable CONFIG_KEXEC in config

2017-06-01 Thread Bruce Ashfield
On Tue, May 30, 2017 at 11:48 AM, Aníbal Limón wrote: > The oe-core provides kexec-tools recipe, since we don't > have a manner to enable automatically a kernel feature by > recipe request, this is the best place to enable it in > a kernel developer mode. > Yah,

Re: [yocto] Kernel config fragments ignored

2017-05-30 Thread Bruce Ashfield
On 2017-05-30 9:15 PM, Paul D. DeRocco wrote: From: Paul D. DeRocco I ported a working build from Fido to Morty, made a few tweaks in response to error messages (mostly updating version numbers), but it's not finding my kernel configuration fragments. This is supposed to be an i386 arch system,

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Bruce Ashfield
On Tue, May 30, 2017 at 6:52 PM, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > Hey Andy, > > > On 05/30/2017 05:32 PM, Andre McCurdy wrote: > >> On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez >> wrote: >> >>> Hey Leo, >>> >>> Nope,

Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.1

2017-05-30 Thread Bruce Ashfield
On 05/30/2017 11:46 AM, Daniel Dragomir wrote: Hello Bruce! This 4.1 pull request is for a set of patches for Axxia powerpc that were ported from 3.14 to 4.1. There were also some arm and arm64 patches for Axxia. I checked all the patches with checkpatch.pl script and fixed all errors. Also,

Re: [linux-yocto] [kernel-cache] [PATCH] bsp/axxiaarm[64]: Enable AXXIA MDIO and EDAC drivers

2017-05-22 Thread Bruce Ashfield
merged. Bruce On 2017-05-17 12:57 PM, Daniel Dragomir wrote: Intel Axxia updates for yocto-kernel-cache, yocto-4.9 branch. Enable AXXIA_MDIO driver, and EDAC_AXXIA_L2_CPU_5500 for axxiaarm bsp | EDAC_AXXIA_L2_CPU_5600 for axxiaarm64 bsp. Also, enable SWP_EMULATE proc feature for axxiaarm

Re: [linux-yocto] [PATCH] smp: Adds config X86_BIGSMP since its needed when NR_CPUS > 8

2017-05-22 Thread Bruce Ashfield
merged. SRCREV updates will follow shortly. Bruce On 2017-05-17 11:18 AM, Alejandro Hernandez wrote: When we set NR_CPUS to something > than 8, we also need to set X86_BIGSMP according to Kconfig: config X86_BIGSMP bool "Support for big SMP systems with more than 8 CPUs" otherwise

Re: [linux-yocto] [PATCH] bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependencies

2017-05-22 Thread Bruce Ashfield
Sorry for the delay, this is now merged. Bruce On 2017-05-16 5:34 PM, Alejandro Hernandez wrote: Several configurations need the previously mentioned dependencies: BT_LE is nedded by BT_6LOWPAN BT_BREDR is needed by: BT_RFCOMM, BT_RFCOMM_TTY (secondary), BT_BNEP, BT_BNEP_MC_FILTER

Re: [linux-yocto] [PATCH 0/8] Intel Axxia updates to linux-yocto-3.14

2017-05-15 Thread Bruce Ashfield
On 2017-05-12 7:41 AM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings some improvements to the Intel Axxia drivers from linux-yocto-3.14, including patches ported from 3.4 kernel for Erratum 47 and 48, Parity Errors and some warning and no-smp compiling fixes. If all the

Re: [yocto] [meta-raspberrypi] how to apply custom kernel configuration?

2017-05-09 Thread Bruce Ashfield
On 2017-05-08 6:08 PM, Andrei Gherzan wrote: On Sat, May 6, 2017 at 6:14 PM, Khem Raj wrote: On Sat, May 6, 2017 at 9:45 AM, Andrea Galbusera wrote: Hi! I was wondering how to apply some extra kernel configuration from a custom layer via a bbappend. I

Re: [linux-yocto] [yocto] yaffs: fix a potential memory leakage and missed put_mtd_device

2017-04-30 Thread Bruce Ashfield
On 2017-04-27 11:37 PM, Zumeng Chen wrote: Hi Bruce, This patch is to fix a missed put_mtd_device and potential memory fix for yaffs based on standard/base. Looks good to me. What kernel versions is this for ? I tried it on 4.10 and it applied, but I'm thinking 4.8+ ? Bruce Cheers, Zumeng

Re: [linux-yocto] [linux-yocto-4.1] [Kernel-cache & bsp patch] actions-s500:Enable PM feature & devices on extenstion layer

2017-04-27 Thread Bruce Ashfield
On 2017-04-26 5:10 AM, Jiang Lu wrote: Hi Bruce, This series of patches enable some devices in actions-s500 board: 1.Battery gauge module in PMIC 2.SPI, UART, USB on extention layer. The patch include 11 kernel patch & 1 kernel-meta patch for yocto 4.1 kernel. Please apply the kernel patch

Re: [yocto] [oe] [OE-core] [RFT] gcc7 and glibc-2.26 recipes

2017-04-24 Thread Bruce Ashfield
On Mon, Apr 24, 2017 at 7:11 AM, Burton, Ross wrote: > > On 24 April 2017 at 11:29, Burton, Ross wrote: > >> I'm getting that with 4.9.15 from meta-intel, should I be telling Saul to >> update the BSP with some fixes you've made? >> > > Or ideally

Re: [yocto] [oe] [OE-core] [RFT] gcc7 and glibc-2.26 recipes

2017-04-24 Thread Bruce Ashfield
On Mon, Apr 24, 2017 at 6:29 AM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 24 April 2017 at 01:31, Bruce Ashfield <bruce.ashfi...@gmail.com> > wrote: > >> I wasn't able to bring up the linux-yocto one .. but the 4.10 linux Yocto >>> should be at a

Re: [yocto] [oe] [OE-core] [RFT] gcc7 and glibc-2.26 recipes

2017-04-23 Thread Bruce Ashfield
On Sun, Apr 23, 2017 at 8:30 PM, Bruce Ashfield <bruce.ashfi...@gmail.com> wrote: > > > On Sun, Apr 23, 2017 at 6:04 PM, Burton, Ross <ross.bur...@intel.com> > wrote: > >> On 16 April 2017 at 16:50, Khem Raj <raj.k...@gmail.com> wrote: >> >> >

Re: [yocto] [oe] [OE-core] [RFT] gcc7 and glibc-2.26 recipes

2017-04-23 Thread Bruce Ashfield
On Sun, Apr 23, 2017 at 6:04 PM, Burton, Ross wrote: > On 16 April 2017 at 16:50, Khem Raj wrote: > > > I have put together recipes for upcoming gcc-7 major release as well > > as glibc 2.26 release, which we would target for next release ( 2.4 ) > > >

Re: [linux-yocto] [PATCH] base.cfg: Add POSIX_TIMERS to fix ping hang

2017-04-21 Thread Bruce Ashfield
On 2017-04-18 11:38 AM, Paul Gortmaker wrote: On 2017-04-17 08:31 PM, Saul Wold wrote: busybox ping was hanging after 1 loop with 4.10.x/4.11.x kernel. ping was hanging waiting for alarm to expire. 4.10.x kernel intrdoduced new kernel config CONFIG_POSIX_TIMERS which needs to be enabled to

Re: [yocto] Patch failures

2017-04-19 Thread Bruce Ashfield
On 2017-04-19 12:24 PM, Bruce Ashfield wrote: On 2017-04-17 2:18 AM, Paul D. DeRocco wrote: From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] I can't say from what you've provided why the BSP description isn't valid, but if the kernel recipe and layers are something I can look at, I

Re: [yocto] Patch failures

2017-04-19 Thread Bruce Ashfield
On 2017-04-17 2:18 AM, Paul D. DeRocco wrote: From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] I can't say from what you've provided why the BSP description isn't valid, but if the kernel recipe and layers are something I can look at, I can debug more. There were some changes between

Re: [linux-yocto] [PATCH linux-yocto-4.4 standard/intel/bxt-rebase] Revert "[REVERTME] mmc: host: pci: disable functionality to help enumeration"

2017-04-19 Thread Bruce Ashfield
On 2017-04-19 3:32 AM, Adrian Hunter wrote: From: Jari Nippula This reverts commit a39401601c4d227fc7cc3c9116c3f7fa539e6b64. merged. Bruce The offending commit unnecessarily removes functionality while forcing HS200 and HS400 capability, thereby preventing BIOS

Re: [yocto] Patch failures

2017-04-16 Thread Bruce Ashfield
On 2017-04-16 7:43 PM, Paul D. DeRocco wrote: I'm trying to migrate an Atom-based build from Fido to Morty, and also switch from 32-bit mode to x32. On a clean build, it gets about half way through, and then suddenly coughs up a patch error. I've put blank lines between the log lines so that the

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.22

2017-04-11 Thread Bruce Ashfield
On 2017-03-31 12:05 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is yet another 4.8.x stable update. Continuing on the previously released v4.8.21 kernel, we now have the appropriate content from 4.9.12 to 4.9.14 applied on top of our latest 4.8 baseline. Once again, I've

Re: [linux-yocto] [PATCH] Intel Axxia updates to yocto-kernel-cache yocto-4.1

2017-03-29 Thread Bruce Ashfield
On 2017-03-29 10:50 AM, Daniel Dragomir wrote: Hello Bruce! Please apply those patches on the 'yocto-4.1' branch from git.yoctoproject.org/yocto-kernel-cache This is a porting from 3.14 for axxiapowerpc bsp fragments. merged Brice Thank you, Daniel Dragomir (1): bsp/axxiapowerpc: Add

Re: [linux-yocto] [PATCH 0/2] Clean up some cfg files

2017-03-29 Thread Bruce Ashfield
On 2017-03-29 7:35 PM, Saul Wold wrote: Found this trying to debug something else. The ip_nf goes into 4.1 and newer. The firmware one goes into 4.4 and newer. wow. That's been broken for a long time merged and pushed. SRCREV updates to follow when my next queue is ready. Bruce

Re: [yocto] Compiling custom kernel

2017-03-29 Thread Bruce Ashfield
On 2017-03-29 1:11 PM, Alvaro Garcia wrote: Hi, I'm trying to compile a custom kernel (just custom config). I created a recipe called linux-yocto in my layer: meta-test -recipes-test --linux-yocto ---linux-yocto.bbapend ---files enable_various_options.cfg The content of the

Re: [linux-yocto] How can we reduce boot time ?

2017-03-28 Thread Bruce Ashfield
On 2017-03-28 05:52 AM, Ran Shalit wrote: On Fri, Feb 24, 2017 at 5:22 PM, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: On 2017-02-23 1:43 AM, Ran Shalit wrote: Hello, Are there some steps we can do in Yocto in order to reduce boot time ? The steps you'd take with an

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.21

2017-03-23 Thread Bruce Ashfield
On 2017-03-21 5:02 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is yet another 4.8.x stable update. Continuing on the previously released v4.8.20 kernel, we now have the appropriate content from 4.9.8 to 4.9.11 applied on top of our latest 4.8 baseline. Once again, I've combined

Re: [linux-yocto] [PATCH 0/2] Intel Axxia updates to yocto-kernel-cache yocto-4.9

2017-03-22 Thread Bruce Ashfield
On 2017-03-21 12:09 PM, Daniel Dragomir wrote: Hello Bruce! Please apply those patches on the 'yocto-4.9' branch from git.yoctoproject.org/yocto-kernel-cache This is a porting from 4.1 for AXXIA bsp fragments. merged! Bruce Thank you, Daniel Dragomir (2): bsp/axxiaarm: Add initial

Re: [linux-yocto] [linux-yocto v4.1 0/4] net: mwifiex: Enable the DRCS & MSI support

2017-03-22 Thread Bruce Ashfield
n Wed, Mar 15, 2017 at 01:54:02PM -0400, Bruce Ashfield wrote: I need the intel maintainers of this branch to comment on the changes. I have no issues with merging them, but need their ack before I'll do so. Hi Wan & Jonathan, Any comment? The branch standard/intel/4.1.27/leaf-hill is very

Re: [yocto] How to use *.bb file to select different kernel config/feature?

2017-03-21 Thread Bruce Ashfield
On Tue, Mar 21, 2017 at 3:15 AM, Richard Zhang wrote: > Hi all > > > I want to use one linux-kernel-myown.bb file to select different config > for several boxes. > > I think when I give MACHINE to box1\box2\box3, the kernel config and > features select can be done. > >

Re: [linux-yocto] [PATCH][linux-yocto-4.4] usb: dwc3: ep0: Fix merge

2017-03-20 Thread Bruce Ashfield
On 2017-03-17 5:10 PM, California Sullivan wrote: The call to trace_dwc3_prepare_trb() was moved into the dwc3_ep0_prepare_one_trb() function in patch ecd4ad9ab7 "usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()", but it somehow got left behind in the merge. Signed-off-by: California Sullivan

Re: [linux-yocto] [linux-yocto-4.1] [bsp patch] actions-s500:tpm:provide a common interface for tpm devices

2017-03-20 Thread Bruce Ashfield
On 2017-03-20 6:22 AM, Jiang Lu wrote: Hi Bruce, Please apply 1 patch for actions-s500 bsp of yocto 4.1 kernel. This patch will provide common interface of all tpm device in /sys, which make tpm 1.2 & tpm 2.0 device could working compatiable with application from meta-measured. Applied.

Re: [linux-yocto] [linux-yocto v4.1 0/4] net: mwifiex: Enable the DRCS & MSI support

2017-03-15 Thread Bruce Ashfield
I need the intel maintainers of this branch to comment on the changes. I have no issues with merging them, but need their ack before I'll do so. I've copied them on this reply! Cheers, Bruce On 2017-03-15 10:24 AM, Kevin Hao wrote: From: Kevin Hao Hi, This targets on

Re: [linux-yocto] [kernel-cache][PATCH] features: add Intel Memory Protection Extensions

2017-03-10 Thread Bruce Ashfield
On 2017-03-10 2:34 PM, Mikko Ylinen wrote: Hi, On 10/03/17 20:33, Bruce Ashfield wrote: On 2017-03-10 02:44 AM, Mikko Ylinen wrote: This commit adds a kernel feature to have the kernel support for Intel Memory Protection Extensions (MPX). A quote from kernel arch/x86/Kconfig: "MPX pro

Re: [linux-yocto] [kernel-cache][PATCH] features: add Intel Memory Protection Extensions

2017-03-10 Thread Bruce Ashfield
On 2017-03-10 02:44 AM, Mikko Ylinen wrote: This commit adds a kernel feature to have the kernel support for Intel Memory Protection Extensions (MPX). A quote from kernel arch/x86/Kconfig: "MPX provides hardware features that can be used in conjuction with compiler-instrumented code to check

Re: [linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.9

2017-03-09 Thread Bruce Ashfield
On 2017-03-09 10:02 AM, Daniel Dragomir wrote: Hello Bruce! This is the first pull request for Axxia changes on kernel 4.9 which were ported from our 4.1 Yocto branches. I checked all the patches with checkpatch.pl script and fixed all errors. Also, I compiled Axxia BSP using both branches and

Re: [linux-yocto] [PATCH 0/9] Intel Axxia updates to linux-yocto-4.1

2017-03-09 Thread Bruce Ashfield
On 2017-03-09 11:22 AM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-4.1, including EDAC, VMFS, HWRNG, MISC and PCI drivers and some updates in device trees for Intel Axxia boards. If all the patches are ok,

Re: [linux-yocto] [yocto-2.2.1][PATCH] Revert "tty: serial: 8250: add CON_CONSDEV to flags"

2017-03-06 Thread Bruce Ashfield
> > > On 2017年03月04日 04:14, Bruce Ashfield wrote: > >> merged >> >> Bruce >> >> On 2017-02-27 12:48 AM, Dengke Du wrote: >> >>> From: Herbert Xu <herb...@gondor.apana.org.au> >>> >>> Upstream commit: 6741f551a0b2647

Re: [linux-yocto] v4.8.x - stable updates comprising v4.8.20

2017-03-03 Thread Bruce Ashfield
On 2017-02-27 05:01 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Another week, another stable update. Continuing on the previously released v4.8.19 kernel, we now have the appropriate content from 4.9.6 and 4.9.7 applied on top of our latest 4.8 baseline. Once again, I've combined two

Re: [linux-yocto] [PATCH] baytrail: Update DW_DMAC_PCI

2017-03-03 Thread Bruce Ashfield
On 2017-03-02 04:23 PM, Saul Wold wrote: This address the following warning: From: /srv/sdb/releases/master/builds/4.9/tmp/work-shared/intel-corei7-64/kernel-source/.kernel-meta/configs/standard/intel/features/soc/baytrail/baytrail.cfg Requested value: CONFIG_DW_DMAC_PCI=m Actual value:

Re: [linux-yocto] [yocto-2.2.1][PATCH] Revert "tty: serial: 8250: add CON_CONSDEV to flags"

2017-03-03 Thread Bruce Ashfield
merged Bruce On 2017-02-27 12:48 AM, Dengke Du wrote: From: Herbert Xu Upstream commit: 6741f551a0b26479de2532ffa43a366747e6dbf3 This commit needs to be reverted because it prevents people from using the serial console as a secondary console with input being

Re: [yocto] any rumblings about a newer YP powerpc reference board than mpc8315e-rdb?

2017-03-03 Thread Bruce Ashfield
On Fri, Mar 3, 2017 at 9:07 AM, Robert P. J. Day wrote: > On Fri, 3 Mar 2017, Andy Pont wrote: > > > Ross Burton wrote... > > > > >> it seems of limited value for YP to have a powerpc reference board, > > >> mpc8315e-rdb, that is essentially impossible to procure. is there

Re: [yocto] any rumblings about a newer YP powerpc reference board than mpc8315e-rdb?

2017-03-03 Thread Bruce Ashfield
On 2017-03-03 8:41 AM, Burton, Ross wrote: On 3 March 2017 at 13:24, Robert P. J. Day > wrote: it seems of limited value for YP to have a powerpc reference board, mpc8315e-rdb, that is essentially impossible to procure. is there

Re: [yocto] kernel-dev manual, section 2.6.2, do tags like "systemtap" exist?

2017-02-27 Thread Bruce Ashfield
On Mon, Feb 27, 2017 at 5:27 AM, Robert P. J. Day wrote: > > section 2.6.2 refers to how to display changes based on a tag, and > uses the alleged tag name "systemtap" ... do tags like that even exist > anymore? i see no such tag in my current build directories. >

Re: [yocto] couple questions about kernel-dev manual, section 2.6, "emenlow" branch

2017-02-27 Thread Bruce Ashfield
On Mon, Feb 27, 2017 at 4:54 AM, Robert P. J. Day wrote: > > still working my way through the kernel-dev manual, and a couple > oddities in section 2.6. > > first, the example given uses the (alleged) standard/emenlow branch, > which i'm pretty sure doesn't exist

[yocto] [PATCH 2/2] yocto-bsp: remove 4.4 bbappend

2017-02-26 Thread Bruce Ashfield
The 4.4 kernel has been dropped, so we remove the associated bbappends. Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> --- .../recipes-kernel/linux/linux-yocto_4.4.bbappend | 26 -- 1 file changed, 26 deletions(-) delete mode 100644 meta-yocto-bsp/r

[yocto] [PATCH 0/2] poky/yocto-bsps: kernel version updates

2017-02-26 Thread Bruce Ashfield
/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto Bruce Ashfield (2): poky: make 4.10 the qemu* default yocto-bsp: remove 4.4 bbappend meta-poky/conf/distro/poky.conf| 14 ++-- .../recipes-kernel/linux/linux-yocto_4.4.bbappend | 26 -- 2 files

Re: [linux-yocto] Request to create branches for Intel Axxia in linux-yocto-4.9

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 5:37 AM, Dragomir, Daniel wrote: Hello Bruce! I would like to request you to create two new branches in linux-yocto-4.9 repository to be able to maintain Intel Axxia BSPs and to submit kernel patches. Please create: - standard/axxia/base from standard/base -

Re: [yocto] [PATCH 0/2] poky/yocto-bsps: introduce 4.9 as the default kernel

2017-02-24 Thread Bruce Ashfield
On Wed, Feb 1, 2017 at 10:43 AM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > Hi all, > > 4.9 has been soaking for a while now, and it is ready (as far as we know) > to > be the default for the qemu* machines. > > I've also introduced a 4.9 bbappend for t

Re: [yocto] [linux-yocto] update kernel in local.conf

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 10:20 AM, Ran Shalit wrote: On Fri, Feb 24, 2017 at 4:12 PM, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: On 2017-02-24 4:02 AM, Ran Shalit wrote: Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/

Re: [linux-yocto] update kernel in local.conf

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 10:20 AM, Ran Shalit wrote: On Fri, Feb 24, 2017 at 4:12 PM, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: On 2017-02-24 4:02 AM, Ran Shalit wrote: Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/

Re: [linux-yocto] How can we reduce boot time ?

2017-02-24 Thread Bruce Ashfield
On 2017-02-23 1:43 AM, Ran Shalit wrote: Hello, Are there some steps we can do in Yocto in order to reduce boot time ? The steps you'd take with an image produced from yocto would be the same as you'd take with any linux system. Those steps are highly dependent on your target, your

Re: [linux-yocto] kernel & filesystem dependency

2017-02-24 Thread Bruce Ashfield
On 2017-02-23 2:28 AM, Ran Shalit wrote: Hello, Is it possible to upgrade kernel in local.conf with older yocto branches (daisy for example) ? Is there is something in filesystem that depends on kernel version (except kernel modules) ? Generally speaking the kernel -> userspace interactions

Re: [linux-yocto] Development host with the yocto target

2017-02-24 Thread Bruce Ashfield
On 2017-02-23 11:32 PM, Ran Shalit wrote: Hello, What's the best way to arrange development host with intel target ? Do I just need the toolchain ? Or better use all libraries too ? i.e. the excat iso running on laptop ? So you want to build an image, install that image to the intel target

Re: [yocto] [linux-yocto] update kernel in local.conf

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 4:02 AM, Ran Shalit wrote: Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" #PREFERRED_VERSION_linux-yocto ?= "4.4%" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-rt"

Re: [linux-yocto] update kernel in local.conf

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 4:02 AM, Ran Shalit wrote: Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" #PREFERRED_VERSION_linux-yocto ?= "4.4%" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-rt"

Re: [linux-yocto] [kernel-cache][PATCH 0/3] yocto-kernel-cache: update kernel config for leafhill

2017-02-22 Thread Bruce Ashfield
On 2017-02-22 3:14 AM, chong.yi.c...@intel.com wrote: From: "Chai, Chong Yi" These patches are targeted for yocto-kernel-cache yocto-4.1 branch. The changes on configs enable debugging and calibration with ISH client, fixing warning appear on terminal for USB and also

Re: [linux-yocto] upgrade kernel version

2017-02-21 Thread Bruce Ashfield
On 2017-02-21 03:16 PM, Ran Shalit wrote: Hello, I am new with yocto. I have made a reading, yet not sure about the following: I am using congatec ATOM (intel) board. On installing in it ubuntu , it worked OK with all HW interfaces. Now, I try to install yocto. I have found the following link:

Re: [linux-yocto] [PATCH linux-yocto-4.4 00/14] Add Link Time Optimization

2017-02-20 Thread Bruce Ashfield
On 2017-02-20 4:13 PM, Alejandro Hernandez wrote: Hey Bruce, On 02/14/2017 03:03 PM, Bruce Ashfield wrote: On 2017-02-13 3:41 PM, Alejandro Hernandez wrote: These set of patches enable Link Time Optimization (LTO), they are meant specifically for linux-yocto-4.4, another set (rebased

<    2   3   4   5   6   7   8   9   10   11   >