Re: [linux-yocto] [yocto-4.14][PATCH] cfg: add fragment on kernel selftest

2018-07-10 Thread Bruce Ashfield
On 07/08/2018 11:39 PM, Hongzhi.Song wrote: When you want to run cases under tool/testing/selftest of kernel-source, these fragments are required. merged to 4.14 Bruce Signed-off-by: Hongzhi.Song --- cfg/debug-kselftest.cfg | 68 +

Re: [linux-yocto] [PATCH] intel-x86: Add intel-x86 BSPs

2018-07-10 Thread Bruce Ashfield
On 07/10/2018 05:01 AM, Liu, Yongxin wrote: This is mainly used for Wind River intel-x86 BSP. Correct. And I had asked for this to be posted, so I could get it into the kernel-cache, where we could look for common configuration blocks, etc, and gradually move to less duplicated elements. For

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.26

2018-07-05 Thread Bruce Ashfield
On 07/05/2018 10:50 AM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous v4.12.25 kernel. And a reminder: people using 4.12.x should be getting their plans in place to

Re: [linux-yocto] [PATCH] Add scsi device handler

2018-07-05 Thread Bruce Ashfield
On 07/02/2018 10:49 PM, Changqing Li wrote: On 07/03/2018 10:16 AM, Bruce Ashfield wrote: What kernel versions is this for ? Bruce kernel version:    yocto-kernel-cahe: linux-yocto-dev   master linux-yocto-4.12  yocto-4.12 Thanks. This is now merged. Bruce //changqing

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.25

2018-07-02 Thread Bruce Ashfield
On 2018-06-27 3:00 AM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous v4.12.24 kernel. This is also a good time to note that people using 4.12.x should be getting their

Re: [linux-yocto] [PATCH] Add scsi device handler

2018-07-02 Thread Bruce Ashfield
What kernel versions is this for ? Bruce On 2018-07-02 1:34 AM, Changqing Li wrote: multipathd service depend on kernel module scsi_dh_alua/ scsi_dh_emc/scsi_dh_rdac, without these kernel modules, service start info will have FAIL info. add these device handler so that user can use it.

Re: [linux-yocto] [PATCH] igb.cfg: change igb config from m to y

2018-06-28 Thread Bruce Ashfield
On 2018-06-26 5:00 PM, mohamad.noor.alim.hus...@intel.com wrote: From: Mohamad Noor Alim Hussin Yocto Project reference board such as Minnowboard need IGB module to enable ethernet networking. It need to bundle together with kernel when use NFS boot without initramfs. Assuming the users of

Re: [linux-yocto] [yocto-4.14][PATCH] cfg/debug: add debug directory to debug or test kernel

2018-06-22 Thread Bruce Ashfield
On 2018-06-21 4:40 AM, Hongzhi.Song wrote: Look throuth all kernel fragments and sort debug/test fragments out into individual functional subdirectory. Each fragment is standalone as far as possible. Looks good to me. This is now merged to 4.14/4.15 and master. merged. Bruce --Hongzhi

Re: [yocto] [PATCH][meta-cloud-services] spice: remove spice receipe from meta-cloud-services

2018-06-21 Thread Bruce Ashfield
On 06/21/2018 02:11 AM, Changqing Li wrote: spice have been export to meta-openembedded/meta-networking, and have newer version. spice under this layer now have compile error, but spice under networking layer don't. Maybe we should not maintain 2 same spices, so delete it. I'm going to hold

Re: [linux-yocto] [PATCH 4.14&4.15] staging: octeon: Add a workaround for the issue of GCC8

2018-06-20 Thread Bruce Ashfield
On 06/20/2018 06:41 AM, Kevin Hao wrote: In function cvm_oct_xmit(), the packet length is set with code like this: pko_command.s.total_bytes = skb->len; But when building with gcc8, the pko_command.s.total_bytes doesn't emit the right value when it is used in the following codes: /*

Re: [linux-yocto] [PATCH 1/2] yaffs: Fix build failure by handling inode i_version with proper atomic API

2018-06-19 Thread Bruce Ashfield
both patches are now merged Bruce On 06/19/2018 03:58 AM, He Zhe wrote: i_version in struct inode has changed to atomic64_t in mainline kernel. This patch handles i_version with proper atomic API. Signed-off-by: He Zhe --- fs/yaffs2/yaffs_vfs.c | 8 +--- 1 file changed, 5

Re: [linux-yocto] [PATCH] mips: kernel: Move cc-disable-warning assignments down to avoid being overwritten

2018-06-18 Thread Bruce Ashfield
On 2018-06-18 10:38 PM, He Zhe wrote: On 2018年06月17日 15:22, Kevin Hao wrote: On Fri, Jun 15, 2018 at 07:12:09AM -0700, He Zhe wrote: cc-disable-warning assignments could be overwritten by CFLAGS_DSP and thus causes the follow build error with GCC 8.1.0. Move them down to the bottom. In

Re: [linux-yocto] [PATCH 4.14&4.15] MIPS: Use '+=" instead of '=' to avoid the CFLAGS override

2018-06-11 Thread Bruce Ashfield
On 2018-06-11 6:17 AM, Kevin Hao wrote: We used the CFLAGS_xxx to workaround the gcc 8 build warnings for some specific file. But CFLAGS_xxx is also used with '=' in other places of this Makefile. This override the gcc 8 workaround, so replace all the '=' with '+=" to fix this issue. merged.

Re: [linux-yocto] [linux-yocto 4.15] crypto: aes-generic - fix aes-generic regression on powerpc

2018-06-09 Thread Bruce Ashfield
merged. SRCREV updates will be in my next series, but obviously, you can use it now for any h/w reference updates. Bruce On 2018-06-07 10:14 PM, Kevin Hao wrote: From: Arnd Bergmann commit 6e36719fbe90213fbba9f50093fa2d4d69b0e93c upstream My last bugfix added -Os on the command line, which

Re: [linux-yocto] [4.12][PATCH 0/4] Add audio support for glk

2018-06-06 Thread Bruce Ashfield
On 2018-06-06 4:55 AM, Liwei Song wrote: These 4 upstream patches can make audio device on Geminilake work well. merged Bruce Thanks, Liwei. Gaurav K Singh (1): drm/i915/audio: Fix audio detection issue on GLK Pradeep Tewani (2): ASoC: hdac_hdmi: Add the vendor nid for Geminilake

Re: [yocto] [Resolved] Re: cgroups and iptables problems running docker - maybe my config wrong?

2018-06-06 Thread Bruce Ashfield
wrote: On 04.06.2018 17:53, Bruce Ashfield wrote: On 2018-06-01 12:15 PM, Jakob Hasse wrote: Hello Bruce, Thank you very much for the quick response. I tried to built in the kernel changes. But the iptables error persists. I double checked over the weekend, and I have no problems with linux

Re: [linux-yocto] [4.12][PATCH 0/4] Add perf support for Goldmont

2018-06-04 Thread Bruce Ashfield
On 2018-06-04 3:31 AM, Liwei Song wrote: These four patches anble perf support for Goldmont, and fix an bug when run "perf record -e cycles,intel_pt//u -b -- sleep 1" Error: PMU Hardware doesn't support sampling/overflow-interrupts. All patches upstream. merged. Bruce Thanks, Liwei.

Re: [yocto] cgroups and iptables problems running docker - maybe my config wrong?

2018-06-04 Thread Bruce Ashfield
n oe-core, chances are that it won't be easily resolved. At a glance, it isn't clear to me how systemd is causing your busybox-hwclock issue. But if you check the list, that particular package has recently been moved around/broken out. So I'd suggest making sure that all of your layers are on the correct branc

Re: [yocto] cgroups and iptables problems running docker - maybe my config wrong?

2018-05-31 Thread Bruce Ashfield
On 2018-05-31 7:00 AM, Jakob Hasse wrote: Hello, Make sure to cc meta-virtualization on questions like this, since that is where you'll get more eyes that are running docker all the time. I ran into trouble running docker on our target. 1. When I want to start docker, I first have to

Re: [linux-yocto] [4.12] [PATCH] clocksource/drivers/arm_arch_timer: Fix mem frame loop initialization

2018-05-30 Thread Bruce Ashfield
merged. Bruce On 05/30/2018 04:46 AM, quanyang.w...@windriver.com wrote: From: Matthias Kaehlcke commit d197f7988721221fac64f899efd7657c15281810 upstream The loop to find the best memory frame in arch_timer_mem_acpi_init() initializes the loop counter with itself ('i = i'), which is

Re: [linux-yocto] [yocto-4.14][PATCH] features/kernel-sample: add kernel sample support

2018-05-30 Thread Bruce Ashfield
On 05/29/2018 11:08 PM, Dengke Du wrote: Hi bruce The current poky using 4.14, so I need send to 4.14 as well. I've cherry picked the change to 4.14 as well. Bruce Thanks. On 2018年05月30日 11:18, Dengke Du wrote: When we build the kernel sample codes, we need to open the samples related

Re: [linux-yocto] [4.12] [PATCH 1/2] debugobjects: Make kmemleak ignore debug objects

2018-05-29 Thread Bruce Ashfield
merged. Bruce On 05/29/2018 01:07 AM, quanyang.w...@windriver.com wrote: From: Waiman Long commit caba4cbbd27d755572730801ac34fe063fc40a32 upstream The allocated debug objects are either on the free list or in the hashed bucket lists. So they won't get lost. However if both debug objects

Re: [linux-yocto] [master][yocto-4.15][PATCH] features/kernel-sample: add kernel sample support

2018-05-28 Thread Bruce Ashfield
On 2018-05-23 3:31 AM, Dengke Du wrote: When we build the kernel sample codes, we need to open the samples related configurations. merged. Bruce Signed-off-by: Dengke Du --- features/kernel-sample/kernel-sample.cfg | 11 +++

Re: [linux-yocto] : [yocto-4.12]: intel-socfpga: get latest patches from sdk for remote system feature

2018-05-21 Thread Bruce Ashfield
On 2018-05-16 5:14 AM, meng...@windriver.com wrote: From: Limeng Hi Bruce, Now, there are some update for intel-socfpga, Stratix10 SoC from SDK. These patches are used to implement remote system update feature. merged. Bruce Please help to meger below patches

Re: [yocto] [meta-openstack][PATCH] python-requests: remove PREFERRED_VERSION limit

2018-05-21 Thread Bruce Ashfield
lder version found in meta-virtualization and used by docker. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> * Now meta-oe upreved python-requests to 2.18.4, remove PREFERRED_VERSION limit

Re: [linux-yocto] : [yocto-4.12]: intel-socfpga: get latest patches from sdk for remote system feature

2018-05-18 Thread Bruce Ashfield
On 2018-05-18 9:16 PM, Li, Meng wrote: Hi Bruce, I guess you intent to merge these patches into standard/base after updating kernel to 4.12.24. is it right? Correct. I'm waiting for my round of -stable updates to be confirmed before I send more changes. I expect these can merge over the

Re: [linux-yocto] LIC_FILES_CHKSUM error

2018-05-18 Thread Bruce Ashfield
later today, but you can find it on my zedd/kernel poky-contrib branch: yow-bashfiel-d4 [/home/bruc...poky/build]> git show 84928b372cae commit 84928b372caead127670262e6f8395933140b173 Author: Bruce Ashfield <bruce.ashfi...@windriver.com> Date: Wed May 9 11:01:35 2018 -0400 linux-

Re: [linux-yocto] Not able to use apt-get command

2018-05-15 Thread Bruce Ashfield
I'd suggest by starting with the yocto documentation. The mega manual found on the yocto project website has a lot of getting started information. Also, this list is typically for kernel related issues, for general questions there are several other mailing lists. You can find the list on the

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.24

2018-05-15 Thread Bruce Ashfield
On 05/10/2018 05:30 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous v4.12.23 kernel. There are about 90 commits here, and for the 2nd release in a row, we are with

Re: [linux-yocto] [4.12][PATCH] ALSA: hda - Skip jack and others for non-existing PCM streams

2018-05-15 Thread Bruce Ashfield
On 05/13/2018 02:39 AM, Liwei Song wrote: From: Takashi Iwai commit 8a7d6003df41cb16f6b3b620da044fbd92d2f5ee upstream. When CONFIG_SND_DYNAMIC_MINORS isn't set, there are only limited number of devices available, and HD-audio, especially with HDMI/DP codec, will fail to create

Re: [linux-yocto] [master][yocto-4.15][PATCH] features/intel-pmc: add Intel pmc core support

2018-05-10 Thread Bruce Ashfield
On 2018-05-10 1:47 AM, Dengke Du wrote: From: Liwei Song <liwei.s...@windriver.com> Add PMC Driver support for Intel Core SoC. merged. Bruce Signed-off-by: Liwei Song <liwei.s...@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> Signed-off-by:

Re: [linux-yocto] [PATCH] features/virtualization: add docker support

2018-05-10 Thread Bruce Ashfield
meta virtualization is already carrying a fragment for docker enablement, which is identical to these ones .. so I assume that is the source for them. Is there a reason that the meta-virt variant isn't working in your configuration ? Bruce On 2018-05-10 2:37 AM, Dengke Du wrote: Add docker

Re: [linux-yocto] [4.12][PATCH] ACPI / watchdog: Fix off-by-one error at resource assignment

2018-05-08 Thread Bruce Ashfield
merged. Bruce On 05/08/2018 05:30 AM, Liwei Song wrote: From: Takashi Iwai commit b1abf6fc49829d89660c961fafe3f90f3d843c55 upstream. The resource allocation in WDAT watchdog has off-one-by error, it sets one byte more than the actual end address. This may eventually lead to

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.23

2018-05-08 Thread Bruce Ashfield
On 04/30/2018 04:22 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous v4.12.22 kernel. There about 150 commits here, with no real multi-commit topics, meaning things

Re: [yocto] Can't compile out of tree kernel module when CONFIG_SYSTEM_TRUSTED_KEYRING is set in the kernel configuration

2018-05-02 Thread Bruce Ashfield
On Wed, May 2, 2018 at 5:05 PM, Martin Townsend wrote: > Hi, > > I get the following error when compiling a kernel module using the > latest version of Rocko (The kernel is not linux-yocto but NXP's > freescale linux-imx, maybe this could be a factor) : > > ERROR:

Re: [linux-yocto] [kernel-cache] [yocto-4.12] [PATCH] bsp/axxiaarm*: Enable SMP and VMFS support

2018-05-01 Thread Bruce Ashfield
merged. Bruce On 4/25/2018 9:39 AM, Daniel Dragomir wrote: Signed-off-by: Daniel Dragomir --- bsp/axxiaarm/axxiaarm.cfg | 4 bsp/axxiaarm64/axxiaarm64.cfg | 7 +++ 2 files changed, 11 insertions(+) diff --git a/bsp/axxiaarm/axxiaarm.cfg

Re: [linux-yocto] [yocto-4.12] [standard/*/axxia/base] [PATCH v2] tools/perf: Include inttypes.h to avoid error in cs-etm.c

2018-05-01 Thread Bruce Ashfield
merged Bruce On 4/30/2018 5:24 AM, Daniel Dragomir wrote: PRIx64 macro was not defined and this error occours: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |[CS_ETM_MAGIC] = " Magic number %"PRIx64"\n", | ^~ This was

Re: [yocto] LINUX_VERSION issue in recipe

2018-04-27 Thread Bruce Ashfield
On 4/27/2018 5:34 PM, Andre McCurdy wrote: On Fri, Apr 27, 2018 at 3:44 AM, Damien LEFEVRE wrote: Hi, This must be a stupid basic question. I have the following recipe append: keymaps_1.0.bbappend

Re: [linux-yocto] [yocto-4.12] [standard/*/axxia/base] [PATCH] tools/perf: Include inttypes.h to avoid error in cs-etm.c

2018-04-27 Thread Bruce Ashfield
On 4/25/2018 10:31 PM, qwang2 wrote: On 2018年04月25日 21:38, Bruce Ashfield wrote: On 04/25/2018 09:39 AM, Daniel Dragomir wrote: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |    [CS_ETM_MAGIC] = "   Magic number  %"

Re: [linux-yocto] [yocto-4.12] [standard/*/axxia/base] [PATCH] tools/perf: Include inttypes.h to avoid error in cs-etm.c

2018-04-25 Thread Bruce Ashfield
On 04/25/2018 09:39 AM, Daniel Dragomir wrote: | util/cs-etm.c:1264:40: error: expected '}' before 'PRIx64' |[CS_ETM_MAGIC] = " Magic number %"PRIx64"\n", | ^~ Is this something my -stable merges, or other BSP work has introduced ?

Re: [linux-yocto] [kernel-cache] [yocto-4.12] [PATCH] bsp/axxiaarm*: Change LSI references to AXXIA

2018-04-20 Thread Bruce Ashfield
merged. Bruce On 04/19/2018 02:54 PM, Daniel Dragomir wrote: Also, disable PPS support for axxiarm BSP. Signed-off-by: Daniel Dragomir --- bsp/axxiaarm/axxiaarm.cfg | 17 - bsp/axxiaarm/edac.cfg | 2 +-

Re: [yocto] meta-virtualization -> docker not packaged when using PACKAGE_CLASSES ?= "package_deb"

2018-04-19 Thread Bruce Ashfield
988 Apr 19 16:55 docker_18.03.0+git708b068d3095c6a6be939eb2da78c921d2e945e2-r0_amd64.deb Cheers, Bruce Mark -Ursprüngliche Nachricht- Von: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] Im Auftrag von Bruce Ashfield Gesendet: Montag, 9. April 2018 16:3

Re: [linux-yocto] [PATCH 1/2] driver: of: configfs: fix a building warning

2018-04-18 Thread Bruce Ashfield
On 2018-04-18 10:17 AM, meng...@windriver.com wrote: From: Limeng Build kernel for arm64 platform, there is a waring as below: w/waring/warning/ drivers/of/configfs.c:153:34: note: format string is defined here pr_debug("%s: buf=%p max_count=%u\n", __func__,

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

2018-04-18 Thread Bruce Ashfield
On 2018-04-18 12:06 PM, Daniel Dragomir wrote: Hello Bruce! I made the rebase on top of 4.12.22 tag. You can pull the patches from https://github.com/axxia/axxia_yocto_linux_4.12_pull.git merged! Bruce Pull standard/axxia/base-1.1v4 -> standard/axxia/base

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

2018-04-17 Thread Bruce Ashfield
On 04/12/2018 12:29 PM, Daniel Dragomir wrote: Hello Bruce! I made the changes you asked and I ran regression testings on 3 INTEL boards (arm64: cortexa57 and cortexa53; arm: cortexa15). I attached to the mailing list only the patches I made changes. I also added a new patch to change all LSI

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.22

2018-04-17 Thread Bruce Ashfield
thanks Paul, this is now merged. I'll follow up with SRCREV updates once a bit more of my changes have merged. Bruce On 04/16/2018 08:52 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing

Re: [linux-yocto] [PATCH] features/net/team: Add Ethernet TEAM drivers

2018-04-17 Thread Bruce Ashfield
merged. Bruce On 04/16/2018 04:53 AM, wenzong@windriver.com wrote: From: Wenzong Fan Add Ethernet TEAM drivers for supporting libteam: The Team softdev Linux driver provides a mechanism to team multiple NICs (ports) into a single logical one (teamdev) at L2

Re: [linux-yocto] [PATCH 1/2] netatop: Initial integration

2018-04-15 Thread Bruce Ashfield
On 2018-04-14 11:27 AM, He Zhe wrote: On 2018年04月10日 03:19, Bruce Ashfield wrote: On 2018-04-05 3:08 PM, Bruce Ashfield wrote: On 2018-03-28 11:25 PM, He Zhe wrote: This is a net statistics collector for atop from: http://atoptool.nl/netatop.php https://atoptool.nl/download/netatop-2.0

Re: [linux-yocto] : [yocto-4.12]: intel-socfpga: get latest patches from sdk

2018-04-09 Thread Bruce Ashfield
On 2018-04-03 10:37 PM, meng...@windriver.com wrote: From: Limeng Hi Bruce, Now, there are some update for intel-socfpga, Stratix10 SoC from SDK. There are some primary features update as below: - cpu on with PSCI function - reboot support - watchdog support - update

Re: [linux-yocto] [PATCH 1/2] netatop: Initial integration

2018-04-09 Thread Bruce Ashfield
On 2018-04-05 3:08 PM, Bruce Ashfield wrote: On 2018-03-28 11:25 PM, He Zhe wrote: This is a net statistics collector for atop from: http://atoptool.nl/netatop.php https://atoptool.nl/download/netatop-2.0.tar.gz Two changes: Adjust pathes for netatop.h and netatopversion.h Add module_init

Re: [yocto] meta-virtualization -> docker not packaged when using PACKAGE_CLASSES ?= "package_deb"

2018-04-09 Thread Bruce Ashfield
On 04/06/2018 09:13 AM, Mark Junghanns wrote: Hello, I encountered a funny behavior the other day. While trying to integrate Docker into my image using the openembedded meta-virtualization layer, I happened to not being able to get my image finalized. Usually I build with

Re: [linux-yocto] [PATCH 05/25] FogBugz #532583-1: hwmon: Update A10SR HWMON register calls

2018-04-05 Thread Bruce Ashfield
On 2018-04-05 7:02 PM, Trevor Woerner wrote: On Thu, Apr 5, 2018 at 11:09 AM, Bruce Ashfield <bruce.ashfi...@windriver.com <mailto:bruce.ashfi...@windriver.com>> wrote: On 04/04/2018 07:48 AM, Trevor Woerner wrote: What's a FogBugz? The bug tracker for the u

Re: [linux-yocto] [4.12][PATCH] ahci: Add Intel Cannon Lake PCH-H PCI ID

2018-04-05 Thread Bruce Ashfield
On 2018-04-03 4:04 AM, Liwei Song wrote: From: Mika Westerberg commit f919dde0772a894c693a1eeabc77df69d6a9b937 upstream. merged Bruce Add Intel Cannon Lake PCH-H PCI ID to the list of supported controllers. Signed-off-by: Mika Westerberg

Re: [yocto] defconfig file (or fragment files) not used

2018-04-04 Thread Bruce Ashfield
On 2018-04-04 5:58 AM, Vincent Daanen wrote: Hi, On 03/30/2018, Bruce Ashfield wrote Is this using master of oe-core ? Is this a setup that I can configure and build here ? If I can easily reproduce it, I can offer better suggestions. I'm using rocko version Do you need more info to help

Re: [linux-yocto] [PATCH][linux-yocto-4.8] bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN

2018-04-02 Thread Bruce Ashfield
On 2018-04-02 8:18 AM, Ovidiu Panait wrote: commit 37435f7e80ef9adc32a69013c18f135e3f434244 upstream commit taken from: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=37435f7e80ef9adc32a69013c18f135e3f434244 An UNKNOWN_VALUE is not supposed to be derived from

Re: [yocto] defconfig file (or fragment files) not used

2018-03-30 Thread Bruce Ashfield
On 2018-03-30 9:08 AM, Vincent Daanen wrote: Hi On 03/29/18 16:12 PM, Bruce Ashfield wrote: [cut] Do you have all of the CAN* Kconfig dependencies in your defconfig ? No only the ones I need If you don't, the kernel config subsystem will turn them off. Also note that a 'defconfig

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Bruce Ashfield
On 03/28/2018 12:27 PM, Vincent Daanen wrote: Hi, I want to add CAN driver support to the kernel. Here is the procedure I followed: 1. Generate a .config file 2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig 3. Update it: set at the end the config to enable CAN as follows #

Re: [linux-yocto] [yocto-kernel-cache][PATCH] yocto-kernel-cache: bump yocto-4.8 kver to v4.8.28

2018-03-27 Thread Bruce Ashfield
merged! Bruce On 03/26/2018 11:06 AM, Armin Kuster wrote: From: Armin Kuster Signed-off-by: Armin Kuster --- kver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kver b/kver index 4a3b4a0..3abdb28 100644 --- a/kver +++ b/kver @@

Re: [linux-yocto] [kernel-cache][PATCH] features/wifi: Add WiFi driver fragments for various vendors/interfaces

2018-03-22 Thread Bruce Ashfield
On 03/22/2018 12:00 PM, Bruce Ashfield wrote: On 03/22/2018 04:49 AM, Nathan Rossi wrote: On 22 March 2018 at 15:33, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: On 03/20/2018 10:10 AM, Nathan Rossi wrote: This change adds WiFi driver configuration fragments. The fragments are

Re: [linux-yocto] [kernel-cache][PATCH] features/wifi: Add WiFi driver fragments for various vendors/interfaces

2018-03-22 Thread Bruce Ashfield
On 03/22/2018 04:49 AM, Nathan Rossi wrote: On 22 March 2018 at 15:33, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: On 03/20/2018 10:10 AM, Nathan Rossi wrote: This change adds WiFi driver configuration fragments. The fragments are split into vendor and interface files to

Re: [linux-yocto] [PATCH v4.14] linux-yocto: Fix the Ethernet broken on mpc8315e-rdb board

2018-03-21 Thread Bruce Ashfield
On 03/21/2018 02:32 AM, Kevin Hao wrote: This patch series fix the Ethernet broken on the mpc8315erdb board introduced by commit b6b5e8a69118 ("gianfar: Disable EEE autoneg by default"). The two kernel patches are based some suggestions from Andrew Lunn(PHY maintainer), and I have sent them to

Re: [linux-yocto] [kernel-cache][PATCH] features/wifi: Add WiFi driver fragments for various vendors/interfaces

2018-03-21 Thread Bruce Ashfield
On 03/20/2018 10:10 AM, Nathan Rossi wrote: This change adds WiFi driver configuration fragments. The fragments are split into vendor and interface files to allow for easy selection of drivers for specific interface types (USB, PCI, SDIO) which is useful for BSPs with specific interfaces. The

Re: [linux-yocto] [PATCH 077/269] kernel/irq/manage.c: Fix irq_set_affinity to allow use with buslocks

2018-03-21 Thread Bruce Ashfield
On 03/02/2018 12:46 PM, Daniel Dragomir wrote: From: David Mercado Modify irq_set_affinity() to allow usage of bus locks with "slow bus" IRQ controllers. This only affects those BSPs that use bus locks in their IRQ controllers, such as the LSI Axxia GIC. The

Re: [linux-yocto] [PATCH 052/269] arch/arm: arm changes to support the axxia BSP

2018-03-21 Thread Bruce Ashfield
On 03/02/2018 12:46 PM, Daniel Dragomir wrote: From: Charlie Paul These files were changed to support the LSI axxia 5500 board. I'm finally looking at these, sorry for the delay. See some questions below. I have questions, since this commit log has no details. :D

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.21

2018-03-19 Thread Bruce Ashfield
On 2018-03-18 11:18 PM, Bruce Ashfield wrote: On 2018-03-18 11:10 PM, Bruce Ashfield wrote: On 2018-03-14 2:37 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of th

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.21

2018-03-18 Thread Bruce Ashfield
On 2018-03-18 11:10 PM, Bruce Ashfield wrote: On 2018-03-14 2:37 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous v4.12.20 kernel. There about 90 co

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.21

2018-03-18 Thread Bruce Ashfield
On 2018-03-14 2:37 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous v4.12.20 kernel. There about 90 commits here, with the main thing being addition of the mainline

Re: [linux-yocto] [yocto-kernel-cache][PATCH] features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG

2018-03-16 Thread Bruce Ashfield
On 2018-03-16 2:36 AM, Victor Kamensky wrote: On Wed, 14 Mar 2018, Bruce Ashfield wrote: On 2018-03-14 11:54 AM, Victor Kamensky wrote: On Wed, 14 Mar 2018, Bruce Ashfield wrote: On 2018-03-14 10:41 AM, Victor Kamensky wrote: Hi Bruce, On Wed, 14 Mar 2018, Bruce Ashfield wrote

Re: [linux-yocto] [yocto-kernel-cache][PATCH] features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG

2018-03-14 Thread Bruce Ashfield
On 2018-03-14 11:54 AM, Victor Kamensky wrote: On Wed, 14 Mar 2018, Bruce Ashfield wrote: On 2018-03-14 10:41 AM, Victor Kamensky wrote: Hi Bruce, On Wed, 14 Mar 2018, Bruce Ashfield wrote: As it turns out, Ross is reporting a big performance degradation in the kernel in footprint

Re: [linux-yocto] [yocto-kernel-cache][PATCH] features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG

2018-03-14 Thread Bruce Ashfield
On 2018-03-14 10:41 AM, Victor Kamensky wrote: Hi Bruce, On Wed, 14 Mar 2018, Bruce Ashfield wrote: As it turns out, Ross is reporting a big performance degradation in the kernel in footprint, packaging and build time. It completely slipped my mind when looking at this commit, that we went

Re: [linux-yocto] [yocto-kernel-cache][PATCH] features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG

2018-03-14 Thread Bruce Ashfield
a.l.sulli...@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> :00 100644 ... ee04ec720188... A ktypes/developer/developer.cfg :00 100644 ... cf2c0e6519d5... A ktypes/developer/developer.scc On Sat, Mar 3, 2018 at 9:03 PM, Vict

Re: [linux-yocto] [4.12][PATCH 0/1] fix S4 hang when restore system

2018-03-11 Thread Bruce Ashfield
On 2018-03-09 3:34 AM, Liwei Song wrote: Backport an upstream patch to fix S4 failed issue when restore system, Test can passed on CoffeeLake and NUC board with this patch. merged. Bruce Andy Lutomirski (1): x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3

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

2018-03-07 Thread Bruce Ashfield
On 03/07/2018 11:15 AM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is a quick 4.8.x stable update. There are only about 10 patches here as this release is primarily to set the stage for better compatibility with the existing preempt-rt content in Yocto. To that end, I've tested it

Re: [linux-yocto] [4.12][PATCH] drm/i915/cfl: Coffee Lake works on Kaby Lake PCH.

2018-03-05 Thread Bruce Ashfield
On 2018-03-05 4:01 AM, Liwei Song wrote: For linux-yocto-4.12 merged to standard/base -> BSPs. Bruce Thanks, Liwei. On 03/05/2018 04:53 PM, Liwei Song wrote: From: Rodrigo Vivi commit eb371933cf4d3495d0899880b2e0e252ce9db517 upstream. Coffee Lake CPU on Kaby

Re: [linux-yocto] [yocto-kernel-cache][PATCH] features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG

2018-03-05 Thread Bruce Ashfield
merged. Bruce On 2018-03-03 9:03 PM, Victor Kamensky wrote: Need to enable CONFIG_KERNEL_DEBUG in systemtap feature, otherwise CONFIG_DEBUG_INFO set by systemtap.cfg does not have any effect since it depends on CONFIG_KERNEL_DEBUG and is set off in resulting config. So systemtap cannot find

Re: [linux-yocto] [PATCH] aufs: fix compile warning

2018-03-05 Thread Bruce Ashfield
This is now merged. Given the description, I merged it to 4.12, 4.14 and 4.15. If the 4.14/4.15 merge is invalid, let me know so I can revert. Bruce On 2018-02-28 8:44 PM, Dengke Du wrote: From: "Kexin(Casey) Chen" Forward port linux-yocto-4.8's patch to fix the

Re: [linux-yocto] [Yocto kernel 4.1 pull request]

2018-03-05 Thread Bruce Ashfield
On 2018-03-04 7:34 PM, Armin Kuster wrote: This series includes the lsb runqemu kvm boot issue [ Yocto #12570 ], Spectre v1 and misc bug fixes 4.4 backports. The following changes since commit 1368b7448d693cedb384f6e0b9a0237adb1b8259: kaiser: x86: Fix NMI handling (2018-02-22 12:18:09

Re: [yocto] bitbake: git and patch problem

2018-03-05 Thread Bruce Ashfield
On 2018-03-05 5:33 AM, EXTERNAL van Riel Rob (ENTER, BT-CO/ENG1.1) wrote: I'm experiencing strange (at least to my eyes) behaviour from bitbake. My recipe specifies a git repository as the main SRC_URI, then, in a variant created using an append file adds a patch like this:

Re: [linux-yocto] [yocto-4.12][PATCH 0/2] a kmemleak and build warning fix for yocto-4.12

2018-03-01 Thread Bruce Ashfield
On 2018-03-01 9:17 PM, Liwei Song wrote: Hi Bruce, These are two upstream patches to fix kmemleak(patch1) and build warning(patch2) for yocto-4.12 kernel. Looks good. I've added this to my queue, but I'm working through a kernel-devsrc change and libc-headers update, so it will be a few days

Re: [linux-yocto] [PATCH] aufs: fix compile warning

2018-03-01 Thread Bruce Ashfield
Looks good. I've added this to my queue, but I'm working through a kernel-devsrc change and libc-headers update, so it will be a few days before I can get it merged. Bruce On 2018-02-28 8:44 PM, Dengke Du wrote: From: "Kexin(Casey) Chen" Forward port

Re: [linux-yocto] kernel patches for intel-Stratix10 SoC development board

2018-02-26 Thread Bruce Ashfield
create mode 100644 drivers/video/fbdev/altvipfb.c create mode 100644 include/dt-bindings/reset/altr,rst-mgr-s10.h create mode 100644 include/linux/altera_hwmutex.h -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Saturday, February 24, 2018 12:08 PM To

Re: [linux-yocto] [PATCH linux-yocto v4.15] yaffs2: Adjust the timer callback and init functions

2018-02-23 Thread Bruce Ashfield
On 2018-02-23 12:32 AM, Kevin Hao wrote: The timer callback argument type has been changed by commit 354b46b1a0ad ("timer: Switch callback prototype to take struct timer_list * argument") and init_timer_on_stack() is also removed by commit 9c6c273aa424 ("timer: Remove init_timer_on_stack() in

Re: [linux-yocto] [PATCH linux-yocto v4.14 & v4.15] yaffs2: include rawnand.h instead of nand.h

2018-02-23 Thread Bruce Ashfield
On 2018-02-23 12:31 AM, Kevin Hao wrote: The nand.h has been renamed to rawnand.h by commit d4092d76a4a4 ("mtd: nand: Rename nand.h into rawnand.h"), adjust the yaffs2 code according to this change. Thanks Kevin, this is now merged. I'll send SRCREV updates in my next consolidated pull

Re: [linux-yocto] kernel patches for intel-Stratix10 SoC development board

2018-02-23 Thread Bruce Ashfield
On 2018-02-17 11:26 PM, Li, Meng wrote: Hi Bruce, Please help to merge these kernel patches into linux-yocto kernel, branch is standard/base Thanks, Limeng The following changes since commit 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c:   Linux 4.12 (2017-07-02 16:07:02 -0700) are available

Re: [linux-yocto] kernel patches for intel-Stratix10 SoC development board

2018-02-20 Thread Bruce Ashfield
On 2018-02-17 11:26 PM, Li, Meng wrote: Hi Bruce, Please help to merge these kernel patches into linux-yocto kernel, branch is standard/base Ack'd. I'm working through some other 4.12 issues at the moment, but once the 4.12.20 is merged into master of oe-core, I'll queue and push these

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.20

2018-02-18 Thread Bruce Ashfield
On 2018-02-15 7:33 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous v4.12.19 kernel. As hinted at in the previous release, there was a desire to clear the queue of

Re: [yocto] [PATCH 2/3] poky: update default kernel to v4.15

2018-02-16 Thread Bruce Ashfield
On 2018-02-16 1:14 AM, akuster808 wrote: On 02/15/2018 08:54 PM, Anuj Mittal wrote: Hi Bruce, On 02/07/2018 12:34 AM, Bruce Ashfield wrote: Updating the default kernel for qemu* to be v4.15. This allows easy integration of the latest fixes/features for new BSPs. 4.14 is also available

Re: [yocto] kernel fragment not applied while other fragments are applied

2018-02-13 Thread Bruce Ashfield
On 02/13/2018 05:00 AM, Mircea Gliga wrote: Hi Short story: I'm using rocko and have a recipe for Linux kernel 4.14.14 based on linux-yocto.inc, some kernel fragments end up in the resulting .config, other don't, if regenerate fragments using menuconfig + diffconfig seems ok. Long story:

Re: [linux-yocto] [yocto-kernel-cache][PATCH 0/5] Cleanup Intel configs

2018-02-12 Thread Bruce Ashfield
On 02/08/2018 04:26 AM, Anuj Mittal wrote: Right now, older Intel platforms have their own configs in bsp/. Intel-common bsp config in turn combines all these .scc files along with other set of features supported for Intel platforms. Some of these configurations are duplicated across multiple

[yocto] [PATCH 3/3] poky-tiny: bump to v4.14

2018-02-06 Thread Bruce Ashfield
Updating poky-tiny to the latest LTS kernel as the default version. Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> --- meta-poky/conf/distro/poky-tiny.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-pok

[yocto] [PATCH 2/3] poky: update default kernel to v4.15

2018-02-06 Thread Bruce Ashfield
Updating the default kernel for qemu* to be v4.15. This allows easy integration of the latest fixes/features for new BSPs. 4.14 is also available as a LTS kernel option. Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> --- meta-poky/conf/distro/poky.conf | 2 +- 1 file chan

[yocto] [PATCH 1/3] poky-lsb: update default kernel to v4.14

2018-02-06 Thread Bruce Ashfield
4.14 is a LTS/LTSI kernel and we are dropping anything older than 4.12 in master. As such, we make 4.14 the default for poky-lsb. Signed-off-by: Bruce Ashfield <bruce.ashfi...@windriver.com> --- meta-poky/conf/distro/poky-lsb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[yocto] [PATCH 0/3] meta-poky: update default kernel versions to match oe-core

2018-02-06 Thread Bruce Ashfield
:26:49 -0500) 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 Bruce Ashfield (3): poky-lsb: update default kernel to v4.14 poky: update default kernel to v4.15 poky-tiny

Re: [yocto] Running Docker

2018-02-05 Thread Bruce Ashfield
float, not soft. Bruce All the Best, Jakob On 05.02.2018 19:05, Bruce Ashfield wrote: On 02/02/2018 11:21 AM, Jakob Hasse wrote: Hello, file says: # file /usr/bin/docker /usr/bin/docker: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so

Re: [linux-yocto] [PATCH 4.12-rt 0/2] Two small fixes for rt/base on yocto-4.12

2018-02-05 Thread Bruce Ashfield
On 2018-02-05 2:56 PM, Paul Gortmaker wrote: Two small fixlets for real world issues on standard/preempt-rt/base in the linux-yocto-4.12 repository: The 1st fixes an issue where the LTP testcase timerfd01 failed. The second resolves a known issue where AUFS causes false positives of a lockdep

Re: [yocto] Running Docker

2018-02-05 Thread Bruce Ashfield
On 02.02.2018 17:14, Bruce Ashfield wrote: On 2018-02-02 10:57 AM, Jakob Hasse wrote: Hello Bruce, Thank you for the advice with the morty branch, this worked perfectly. Now, however, docker is installed on my Yocto-system but I can't run it: ~# docker -sh: /usr/bin/docker: No such file

Re: [linux-yocto] [yocto-4.12][PATCH 0/4] enable Cannon Lake PCH gpio support

2018-02-05 Thread Bruce Ashfield
On 01/25/2018 08:55 PM, Liwei Song wrote: Hi Bruce, These patches include a kernel-cache patch to enable kernel option CONFIG_PINCTRL_CANNONLAKE. Other patches are upstream patches to enable Cannon Lake PCH gpio support. Please review and merge them. merged. Bruce Thanks, Liwei. Mika

Re: [yocto] Running Docker

2018-02-02 Thread Bruce Ashfield
cker run hello-world")? On my Ubuntu machine, this works, I installed docker and docker.io via apt, then I could run "docker run hello-world". All the Best and many thanks in advance! Jakob On 26.01.2018 14:05, Bruce Ashfield wrote: On 2018-01-26 6:52 AM, Jakob Hasse wrote: Hello,

Re: [linux-yocto] [yocto-4.12][PATCH 0/4] enable Cannon Lake PCH gpio support

2018-02-01 Thread Bruce Ashfield
On 2018-02-01 9:02 PM, Liwei Song wrote: ping... I've been working on 4.14, 4.15 as well as CVE backports, so this is still pending, but will be merged shortly. Bruce On 01/26/2018 09:55 AM, Liwei Song wrote: Hi Bruce, These patches include a kernel-cache patch to enable kernel option

Re: [linux-yocto] Kernel 4.14 support in Yocto

2018-01-31 Thread Bruce Ashfield
On 2018-01-31 11:37 AM, Dragomir Daniel wrote: Hi Bruce! There is any plans to support 4.14 Kernel in Yocto (in rocko or future releases)? The next Yocto release I'll be removing (from master), all of the older linux-yocto trees and replacing them with a 4.14 and a 4.15 linux-yocto tree.

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