Re: [linux-yocto] [PATCH 00/70] New standard/lsi branch - linux-yocto_3.4

2013-06-11 Thread Bruce Ashfield
On 13-06-11 6:48 PM, Paul Butler wrote: On Tue, Jun 11, 2013 at 02:46:31PM -0400, Bruce Ashfield wrote: On 13-06-10 09:45 PM, Paul Butler wrote: Creating a new branch in linux-yocto_3.4 for tracking LSI BSP changes. Branched from standard/base at commit fff57da7886cf5e99c07adf6649610cb1cd89330

Re: [linux-yocto] looking for doc for in-house linux-kernel dev tree

2013-06-12 Thread Bruce Ashfield
On 13-06-12 11:27 AM, Jean-François Dagenais wrote: Hi Bruce, thanks for the answers! On 2013-06-10, at 1:04 AM, Bruce Ashfield wrote: [...] Couple of questions: - What exactly does AUTOREV do? The fetcher always gets the latest commit on the branches. During development, we want to pick

Re: [linux-yocto] [3.8] I2C Fragments and MinnowBoard Support

2013-06-12 Thread Bruce Ashfield
On 13-06-12 3:02 PM, Darren Hart wrote: Add I2C fragments for ease of use in BSP descriptions and recipe-space KERNEL_FEATURES. Add I2C_CHARDEV support to the MinnowBoard description. merged to linux-yocto-3.8 and linux-yocto-dev. Cheers, Bruce

Re: [linux-yocto] [PATCH 00/70] New standard/lsi branch - linux-yocto_3.4

2013-06-14 Thread Bruce Ashfield
On 13-06-13 01:21 PM, Paul Butler wrote: On Tue, Jun 11, 2013 at 05:48:04PM -0500, Paul Butler wrote: On Tue, Jun 11, 2013 at 02:46:31PM -0400, Bruce Ashfield wrote: On 13-06-10 09:45 PM, Paul Butler wrote: Creating a new branch in linux-yocto_3.4 for tracking LSI BSP changes. Branched from

Re: [linux-yocto] [PATCH 00/70] New standard/lsi branch - linux-yocto_3.4

2013-06-20 Thread Bruce Ashfield
On 13-06-14 08:59 PM, Paul Butler wrote: On Fri, Jun 14, 2013 at 03:48:27PM -0400, Bruce Ashfield wrote: On 13-06-13 01:21 PM, Paul Butler wrote: On Tue, Jun 11, 2013 at 05:48:04PM -0500, Paul Butler wrote: On Tue, Jun 11, 2013 at 02:46:31PM -0400, Bruce Ashfield wrote: On 13-06-10 09:45 PM

Re: [linux-yocto] [PATCH 0/3] Add support for USB touchscreens

2013-06-25 Thread Bruce Ashfield
On 13-06-24 06:48 PM, Tom Zanussi wrote: This patchset adds support for USB touchscreens that can use the 'composite' touchscreen driver. Build-tested only (nuc and crownbay) since I don't have a USB touchscreen to test. Fixes Yocto Bug 4770 - Enable USB touchscreens Looks reasonable to me. I

Re: [linux-yocto] [PULL REQUEST] new branch for linux-yocto-3.4: standard/lsi

2013-06-28 Thread Bruce Ashfield
On 13-06-28 12:06 PM, Paul Butler wrote: Bruce, I'm still working on the changes you asked for in the meta branch, but here is the pull request for the new bsp branch. I'll have to send the meta I've staged the changes as-is. Try building against it and let me know if there are problems. lay

Re: [linux-yocto] [PULL REQUEST] new branch for linux-yocto-3.4: standard/preempt-rt/lsi

2013-06-30 Thread Bruce Ashfield
On Sat, Jun 29, 2013 at 11:13 AM, Paul Butler wrote: > Probably should have added this one to the first pull request. This is > our preempt-rt branch. I ran into a minor conflict when rebasing the branch, so have a look and see if it works for you. Cheers, Bruce > > -paul > > > The following c

Re: [linux-yocto] linux-3.8 nat configuration fragment

2013-07-03 Thread Bruce Ashfield
On Wed, Jul 3, 2013 at 3:39 AM, Francesco Del Degan wrote: > Hi all, > Looking at linux-yocto 3.8 i noticed a wrong configuration fragment > for netfilter NAT. > > The kconfig option was changed from CONFIG_NF_NAT to CONFIG_NF_NAT_IPV4 > in 3.7+ kernels, so I think that > meta/cfg/kernel-cache/f

Re: [linux-yocto] [PATCH 1/6] drm-emgd-1.18.scc: add a kernel feature for emgd-1.18 driver

2013-07-03 Thread Bruce Ashfield
On Tue, Jul 2, 2013 at 4:05 PM, wrote: > From: Nitin A Kamble > > This enables one to select the emgd-1.18 kernel driver as a feature > from the kernel recipe space. > > Signed-off-by: Nitin A Kamble > --- > meta/cfg/kernel-cache/features/drm-emgd/drm-emgd-1.18.scc | 2 ++ > 1 file changed, 2

Re: [linux-yocto] [PATCH 5/6] uvcvideo: a new config for a webcam device driver

2013-07-03 Thread Bruce Ashfield
On Tue, Jul 2, 2013 at 4:05 PM, wrote: > From: Nitin A Kamble > > Add a kernel config fragment for USB video class device driver used by > many webcams. > > Signed-off-by: Nitin A Kamble > --- > meta/cfg/kernel-cache/features/usb/usb-uvcvideo.cfg | 4 > meta/cfg/kernel-cache/features/usb/

Re: [linux-yocto] [PATCH 4/6] v4l2: config fragment for enabling v4l2 interface to camera devices

2013-07-03 Thread Bruce Ashfield
On Tue, Jul 2, 2013 at 4:05 PM, wrote: > From: Nitin A Kamble > > This config fragment enables the v4l2 kernel interface to camera > devices. With it standard v4l2 user level utilities can connect with the > camera. > > Signed-off-by: Nitin A Kamble > --- > meta/cfg/kernel-cache/features/media

Re: [linux-yocto] [PATCH 6/6] .gitignore: do not ignore meta directory

2013-07-03 Thread Bruce Ashfield
On Tue, Jul 2, 2013 at 4:05 PM, wrote: > From: Nitin A Kamble > I've queued a similar patch for linux-yocto-dev already, and tweaked the tools for any new repos. But will take this for 3.8, since apparently I missed it. Bruce > Signed-off-by: Nitin A Kamble > --- > .gitignore | 2 +- > 1 fi

Re: [linux-yocto] [PATCH 3/3] emgd-1.18 fix build issues with v3.8 kernel

2013-07-03 Thread Bruce Ashfield
On Tue, Jul 2, 2013 at 3:51 PM, wrote: > From: Nitin A Kamble > > These changes are done according to these existing commits in the v3.8 tree > > b0071efe827f68cf173e1a8868b70618e9aca7d7 > 760285e7e7ab282c25b5e90816f7c47000557f4f > 56550d94cbaeaa195cb98c95d012b301cbd65a8d > 314e51b9851b4f4e8ab30

Re: [linux-yocto] [PATCH 0/6] commits for meta branch of v3.8 kernel repo

2013-07-03 Thread Bruce Ashfield
On Tue, Jul 2, 2013 at 4:05 PM, wrote: > From: Nitin A Kamble > > Here are commits for the meta branch of the v3.8 kernel repository > > * new kernel feature: drm-emgd-1.18 > * remove obsoleted kernel feature: drm-emgd > * new kernel features for webcam: meda-camera, uvcvideo, v4l2. These featur

Re: [linux-yocto] [PATCH] meta: minnow: Enable INPUT_EVDEV

2013-07-03 Thread Bruce Ashfield
On Tue, Jul 2, 2013 at 3:19 PM, Darren Hart wrote: > Enable INPUT_EVDEV for the GPIO buttons to work through the event > system. Minor refactoring. merged. Bruce > > Signed-off-by: Darren Hart > --- > meta/cfg/kernel-cache/bsp/minnow/minnow-dev.cfg |1 + > meta/cfg/kernel-cache/bsp/minnow

Re: [linux-yocto] [PATCH 4/6] v4l2: config fragment for enabling v4l2 interface to camera devices

2013-07-08 Thread Bruce Ashfield
On Mon, Jul 8, 2013 at 3:11 PM, Kamble, Nitin A wrote: > > >> -Original Message- >> From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- >> boun...@yoctoproject.org] On Behalf Of Bruce Ashfield >> Sent: Wednesday, July 03, 2013 8:42 PM >>

Re: [linux-yocto] [PATCH 3/3] emgd-1.18 fix build issues with v3.8 kernel

2013-07-08 Thread Bruce Ashfield
On 13-07-08 03:23 PM, Kamble, Nitin A wrote: -Original Message- From: linux-yocto-boun...@yoctoproject.org [mailto:linux-yocto- boun...@yoctoproject.org] On Behalf Of Bruce Ashfield Sent: Wednesday, July 03, 2013 9:01 PM To: Development list for the linux-yocto*.git Linux kernel

Re: [linux-yocto] [PATCH] Restored NAT Feature

2013-07-10 Thread Bruce Ashfield
On Tue, Jul 9, 2013 at 9:05 AM, Francesco Del Degan wrote: > > The netfilter NAT feature has changed starting from 3.7 kernels, > because ipv6 NAT introduction. Looks fine to me. I've staged the change locally, and will push it out in the next day or so (I've got some other pending changes to san

Re: [linux-yocto] reboot system after kernel panic

2013-07-10 Thread Bruce Ashfield
On Wed, Jul 10, 2013 at 3:49 AM, Lai Eddy wrote: > I want my system reboot after kernel panic, > have add "kernel.panic=1" to the end of /etc/sysctl.conf > but the system still keep halted after panic > anything I can do to force the system reboot ASAP after panic? What's your BSP ? I've seen boa

Re: [linux-yocto] [PATCH v2 0/6] meta branch commits for emgd-1.18 & webcam support

2013-07-10 Thread Bruce Ashfield
On Tue, Jul 9, 2013 at 4:07 PM, wrote: > From: Nitin A Kamble > > This is a updated pull request, for adding > 1. emgd-1.18 feature. The associated emgd-1.18 branch is already in the repo. > 2. Add features for webcam UVC driver & video4linux2 driver > 3. Miscellaneous cleanup for .gitignore

Re: [linux-yocto] [PATCH v2 0/6] meta branch commits for emgd-1.18 & webcam support

2013-07-13 Thread Bruce Ashfield
On Wed, Jul 10, 2013 at 2:32 PM, Bruce Ashfield wrote: > On Tue, Jul 9, 2013 at 4:07 PM, wrote: >> From: Nitin A Kamble >> >> This is a updated pull request, for adding >> 1. emgd-1.18 feature. The associated emgd-1.18 branch is already in the >> repo. &

Re: [linux-yocto] [PATCH] Restored NAT Feature

2013-07-13 Thread Bruce Ashfield
On Wed, Jul 10, 2013 at 2:30 PM, Bruce Ashfield wrote: > On Tue, Jul 9, 2013 at 9:05 AM, Francesco Del Degan > wrote: >> >> The netfilter NAT feature has changed starting from 3.7 kernels, >> because ipv6 NAT introduction. > > Looks fine to me. I've staged t

Re: [linux-yocto] [PATCH v2] ti81xx: Fix buffer overflow error in sysfs pin-mux interface.

2013-07-17 Thread Bruce Ashfield
On 13-07-17 11:08 AM, Graeme Smecher wrote: This bug was introduced in commit d00bf72d119d98b2a19b48b2eebdc8b5b657284d. The declaration of the "mode" variable didn't reserve enough space for ti816x or ti814x strings. The result was corruption when displaying files in /sys/kernel/debug/omap_mux.

Re: [linux-yocto] [PATCH v2] ti81xx: Fix buffer overflow error in sysfs pin-mux interface.

2013-07-18 Thread Bruce Ashfield
On 13-07-18 2:14 AM, Graeme Smecher wrote: Hi Bruce, On 17/07/13 10:22 PM, Bruce Ashfield wrote: On 13-07-17 11:08 AM, Graeme Smecher wrote: This bug was introduced in commit d00bf72d119d98b2a19b48b2eebdc8b5b657284d. The declaration of the "mode" variable didn't reserve e

Re: [linux-yocto] How to maintain a yocto linux style kernel repo

2013-07-31 Thread Bruce Ashfield
On 13-07-31 10:46 AM, Andreas Schultz wrote: Hi, I've managed to rebuild a complete yocto linux kernel git tree from the kernel-cache. Good to hear. But how do move forward from here with upgrades? Lets assume my kernel tree was based on 3.8.1 and want to import 3.8.2. It looks like on the

Re: [linux-yocto] How to maintain a yocto linux style kernel repo

2013-07-31 Thread Bruce Ashfield
On 13-07-31 12:07 PM, Andreas Schultz wrote: Hi, - Original Message - On 13-07-31 10:46 AM, Andreas Schultz wrote: Hi, I've managed to rebuild a complete yocto linux kernel git tree from the kernel-cache. Good to hear. But how do move forward from here with upgrades? Lets assume

Re: [linux-yocto] [PATCH 0/1] a commit for linux-ycoto v3.8 repo meta branch

2013-08-08 Thread Bruce Ashfield
On 13-08-07 7:49 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble Here is a commit to change the kernel options for emgd-1.18 kernel feature. This change is driven by the encoding work, which will give control to include or exclude some of the kernel modules in the final image. I've m

Re: [linux-yocto] [PATCH 0/1] a commit to resolve USB suspend issues

2013-08-08 Thread Bruce Ashfield
On 13-08-08 8:57 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble On many of the meta-intel BSPs, USB devices such as keyboards & mice were suspending and not waking up. Here is a commit to fix the issue. Merged with a minor tweak, I change the =n to # is not set. I'll update the 3.8

Re: [linux-yocto] Integrating with Yocto Build environment

2013-08-14 Thread Bruce Ashfield
On 13-08-14 02:38 AM, Manish Sharma wrote: Hi, I am planning to integrate my linux kernel module into Yocto such that whenever I create a Yocto image, my module too gets built in. I read about Yocto Build Appliance VM. Does this VM contain all the required toolchain, sysroots, headers etc req

Re: [linux-yocto] [PATCH] meta: add features/iwlegacy

2013-08-20 Thread Bruce Ashfield
On 13-08-20 12:36 PM, Ross Burton wrote: Hi, This is my first linux-yocto meta/ patch, and the first time I've looked at a kernel configuration for many years, so a good dose of review is appreciated! The current meta/ tree has iwlagn and iwlwifi, but those don't mean what they think anymore: t

Re: [linux-yocto] [PATCH] meta: add features/rfkill

2013-08-21 Thread Bruce Ashfield
On 13-08-21 01:21 PM, Darren Hart wrote: On Wed, 2013-08-21 at 17:20 +0100, Ross Burton wrote: Add standalone CONFIG_RFKILL feature for cross-BSP/driver use. I try to be cautious when it comes to single line CONFIG fragments (you can see as how this doesn't scale very well). How is this goin

Re: [linux-yocto] [PATCH] meta: features/drm-gma500/drm-gma3600: add

2013-08-21 Thread Bruce Ashfield
On 13-08-21 01:31 PM, Darren Hart wrote: On Wed, 2013-08-21 at 17:42 +0100, Ross Burton wrote: Add feature fragment for the GMA3600/GMA3650 GPU, as used in the Cedar Trail platform. Signed-off-by: Ross Burton --- meta/cfg/kernel-cache/features/drm-gma500/drm-gma3600.cfg |1 + hrm u

Re: [linux-yocto] [PATCH] meta: add genericx86 BSP

2013-08-21 Thread Bruce Ashfield
On 13-08-21 01:33 PM, Darren Hart wrote: On Wed, 2013-08-21 at 17:57 +0100, Ross Burton wrote: This BSP aims at supporting a broad range of Intel platforms, from Atom up to Xeon. As such the kernel includes a range of drivers, and the corresponding machine configuration in meta-yocto-bsp includ

Re: [linux-yocto] [PATCH] meta: add features/rfkill

2013-08-21 Thread Bruce Ashfield
On 13-08-21 04:20 PM, Darren Hart wrote: On Wed, 2013-08-21 at 16:12 -0400, Bruce Ashfield wrote: On 13-08-21 01:21 PM, Darren Hart wrote: On Wed, 2013-08-21 at 17:20 +0100, Ross Burton wrote: Add standalone CONFIG_RFKILL feature for cross-BSP/driver use. I try to be cautious when it comes

Re: [linux-yocto] [PATCH] meta: add features/iwlegacy

2013-08-21 Thread Bruce Ashfield
On 13-08-20 12:36 PM, Ross Burton wrote: Hi, This is my first linux-yocto meta/ patch, and the first time I've looked at a kernel configuration for many years, so a good dose of review is appreciated! The current meta/ tree has iwlagn and iwlwifi, but those don't mean what they think anymore: t

Re: [linux-yocto] [PATCH] meta: add features/rfkill

2013-08-21 Thread Bruce Ashfield
On 13-08-21 12:20 PM, Ross Burton wrote: Add standalone CONFIG_RFKILL feature for cross-BSP/driver use. I merged this patch for 3.8 and 3.10, and also included it automatically for the standard and preempt-rt kernel types. It'll go out with my next batch of updates. Bruce Signed-off-by: Ro

Re: [linux-yocto] [PATCH] common-pc: add xHCI, Intel wifi, and Intel GPU support

2013-08-22 Thread Bruce Ashfield
On 13-08-22 10:47 AM, Ross Burton wrote: These are fairly ubiquitous among modern Intel platforms, so add them to common-pc. Queued for 3.8 and 3.10. Bruce Signed-off-by: Ross Burton --- meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc |8 1 file changed, 8 insertions(+)

Re: [linux-yocto] [PATCH] meta: features/drm-gma500: merge in GMA600, add GMA3600

2013-08-22 Thread Bruce Ashfield
On 13-08-22 05:22 AM, Ross Burton wrote: Enable GMA3600 (as used in the Cedar Trail platform), and merge in the GMA600 fragment. Looks good to me. I've queued it here for 3.8 and 3.10. Bruce Signed-off-by: Ross Burton --- meta/cfg/kernel-cache/features/drm-gma500/drm-gma500.cfg |4 ++

Re: [linux-yocto] [PATCH 0/1] [PATCH] meta: mohonpeak cfg add request

2013-08-26 Thread Bruce Ashfield
On 13-08-24 11:39 AM, boon.leong@intel.com wrote: From: Ong Boon Leong This commit is meant to add "mohonpeak" bsp under meta/cfg/kernel-cache/bsp. Rangeley Program has decided to change its bsp name from "rangeley" to "mohonpeak" in linux-yocto-3.4 meta branch. So, can the maintainer for

Re: [linux-yocto] 3.10 and lttng-modules

2013-08-26 Thread Bruce Ashfield
On 13-08-26 7:33 PM, Darren Hart wrote: Hi Bruce, The world build for genericx86 tripped over a compilation failure for lttng-modules: ... | CC [M] /build/yocto/master/genericx86_20130826112225/build/tmp/work/genericx86-poky-linux/lttng-modules/2.2.0+gitAUTOINC+1b26381c19-r0/git/probes/lttn

Re: [linux-yocto] 3.10 and lttng-modules

2013-08-26 Thread Bruce Ashfield
On Mon, Aug 26, 2013 at 7:36 PM, Bruce Ashfield wrote: > On 13-08-26 7:33 PM, Darren Hart wrote: >> >> Hi Bruce, >> >> The world build for genericx86 tripped over a compilation failure for >> lttng-modules: >> >> ... >> | CC >> [M] >&g

Re: [linux-yocto] machine branch renamed/changed for rangeley to mohonpeak

2013-08-27 Thread Bruce Ashfield
On 13-08-27 05:02 AM, Ong, Boon Leong wrote: Dear maintainer for linux-yocto git, Rangeley PDT has decided to change the product name for the BSP from “Rangeley” to “mohonpeak”. Can we rename the following branch “standard/common-pc-64/rangeley” to “standard/common-pc-64/mohonp

Re: [linux-yocto] [PATCH 0/2] linux-yocto-3.10: revert timer_list patches

2013-08-28 Thread Bruce Ashfield
On 13-08-28 03:24 PM, Tom Zanussi wrote: The following reverts fix the problem outlined in [Yocto #5062], which manifested as a dropbearkey hang: https://bugzilla.yoctoproject.org/show_bug.cgi?id=5062 This is a temporary fix and this particular branch contains only a revert for common-pc-64-b

Re: [linux-yocto] machine branch renamed/changed for rangeley to mohonpeak

2013-08-28 Thread Bruce Ashfield
On 13-08-27 03:54 PM, Bruce Ashfield wrote: On 13-08-27 05:02 AM, Ong, Boon Leong wrote: Dear maintainer for linux-yocto git, Rangeley PDT has decided to change the product name for the BSP from “Rangeley” to “mohonpeak”. Can we rename the following branch “standard/common-pc

Re: [linux-yocto] [PATCH 1/1] meta: Add LSI axm5500sim and elpaso

2013-08-28 Thread Bruce Ashfield
On 13-08-28 02:26 PM, Paul Butler wrote: From: David Mercado Adds cfg/scc support for the LSI axm5500sim and elpaso bsps. Signed-off-by: David Mercado Signed-off-by: Paul Butler --- .../bsp/axm5500sim/axm5500sim-preempt-rt.cfg | 19 + .../bsp/axm5500sim/axm5500sim-preempt-rt.scc

Re: [linux-yocto] Locating kernel metadata

2013-08-30 Thread Bruce Ashfield
On 13-08-30 03:33 PM, Peter A. Bigot wrote: I want the ability to have a BSP layer linux-yocto_3.10.bbappend which supports a new machine by providing a BSP scc file and some BSP-specific overrides in recipe space that re-use and where necessary override features that exist in the standard meta h

Re: [linux-yocto] Rename branch standard/arm-versatile-926ejs to standard/qemuarm

2013-08-31 Thread Bruce Ashfield
On 13-08-31 2:46 PM, Elvis Dowson wrote: Hi, In preparation for adding additional qemuarm machine configurations to the linux-yocto kernels, can we rename the existing standard/arm-versatile-926ejs branch to standard/qemuarm? As I've mentioned before, there's absolutely no reason to d

Re: [linux-yocto] Locating kernel metadata

2013-08-31 Thread Bruce Ashfield
as checked out from the standard meta branch. Both definitions are correct, with my minor addition to the first one. On 08/30/2013 03:28 PM, Bruce Ashfield wrote: On 13-08-30 03:33 PM, Peter A. Bigot wrote: There are two search directories documented: * "in-tree" which ends up as ${

Re: [linux-yocto] Rename branch standard/arm-versatile-926ejs to standard/qemuarm

2013-09-01 Thread Bruce Ashfield
On Sun, Sep 1, 2013 at 9:24 AM, Elvis Dowson wrote: > > On Sep 1, 2013, at 8:08 AM, Bruce Ashfield > wrote: > >> On 13-08-31 2:46 PM, Elvis Dowson wrote: >>> Hi, >>> In preparation for adding additional qemuarm machine configurations >>>

Re: [linux-yocto] Locating kernel metadata

2013-09-01 Thread Bruce Ashfield
st not quite in the way you described, but the end result is the same. At this point I need to go try to see how to do what I want to do within the current framework. Prior to this my attempts failed because I couldn't figure out what the tools were doing with my metadata; now I have more clu

Re: [linux-yocto] [PATCH 0/1] bring a missing commit

2013-09-03 Thread Bruce Ashfield
On 13-09-03 9:07 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble This brings a missed commit from linux-yocto-3.4/3.8 repository. It wasn't missed, it was merged on purpose with the gma500. - commit 150f9a930d7348771281741f35f1c0ad16cd8a5a Author: Ross Burton Date: Thu

Re: [linux-yocto] [PATCH 0/1] bring a missing commit

2013-09-03 Thread Bruce Ashfield
On 13-09-03 9:25 PM, Kamble, Nitin A wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, September 03, 2013 6:12 PM To: Kamble, Nitin A Cc: linux-yocto@yoctoproject.org Subject: Re: [PATCH 0/1] bring a missing commit On 13-09-03 9:07 PM

Re: [linux-yocto] [PATCH 2/8] meta/common-pc: Build Ethernet and Wifi drivers as modules

2013-09-06 Thread Bruce Ashfield
On 13-09-06 7:09 PM, Paul Gortmaker wrote: [[linux-yocto] [PATCH 2/8] meta/common-pc: Build Ethernet and Wifi drivers as modules] On 06/09/2013 (Fri 15:44) Darren Hart wrote: Keep the kernel size down for the common-pc BSPs and continue standard practice, building drivers as modules. Signed-o

Re: [linux-yocto] [PATCH 5/8] meta/common-pc: Cleanup common-pc.cfg and common-pc-gfx.cfg

2013-09-06 Thread Bruce Ashfield
On 13-09-06 6:44 PM, Darren Hart wrote: These fragments were suffering from an identity crisis. Help them along by keeping graphics in graphics and non-graphics in the core cfg. ouch. nice cleanups. Bruce Signed-off-by: Darren Hart --- .../kernel-cache/bsp/common-pc/common-pc-gfx.cfg |

Re: [linux-yocto] [PATCH 7/8] meta/common-pc*: Refactor common-pc-64 to reuse common-pc drivers

2013-09-06 Thread Bruce Ashfield
On 13-09-06 6:44 PM, Darren Hart wrote: Factor out the x86_64 CPU-specific options into common-pc-64-cpu.cfg and move any missing driver CONFIGs into common-pc-drivers.cfg. Reuse the eth, wifi, gfx, and drivers config fragments from common-pc. Remove common-pc-64-graphics.cfg. Signed-off-by: Dar

Re: [linux-yocto] [PATCH 0/1] [PATCH] meta: haswellplatform cfg add request

2013-09-11 Thread Bruce Ashfield
On 13-09-10 06:48 PM, Tom Zanussi wrote: On Tue, 2013-09-10 at 11:32 +0800, boon.leong@intel.com wrote: From: Ong Boon Leong This request is about adding scc & cfg content into linux-yocto meta branch for haswellplatform. The "haswellplatform" will be used to support Intel 4th Gen Process

Re: [linux-yocto] [PATCH 1/1] meta: add haswell platform scc & config files.

2013-09-11 Thread Bruce Ashfield
On 13-09-09 11:32 PM, boon.leong@intel.com wrote: From: Ong Boon Leong To create haswell & its associated scc & cfg files under meta branch Signed-off-by Ong Boon Leong --- .../haswellplatform/haswellplatform-preempt-rt.scc | 15 + .../haswellplatform/haswellplatform-standard

Re: [linux-yocto] [PATCH] meta: add genericx86 BSP

2013-09-13 Thread Bruce Ashfield
ping again. I still haven't seen an updated, an reposted merge of this with common-pc. Did my mail client manage to drop it ? Bruce On Mon, Sep 9, 2013 at 2:06 PM, Bruce Ashfield wrote: > On Wed, Aug 21, 2013 at 4:17 PM, Bruce Ashfield > wrote: >> On 13-08-21 01:33 PM,

Re: [linux-yocto] [PATCH] meta: add genericx86 BSP

2013-09-13 Thread Bruce Ashfield
I've merged these, pushed them out and sent the pull request for the SRCREV update. Bruce -- Darren On Fri, 2013-09-13 at 09:12 -0400, Bruce Ashfield wrote: ping again. I still haven't seen an updated, an reposted merge of this with common-pc. Did my mail client manage to drop it ? Bru

Re: [linux-yocto] linux-yocto-3.8 machine: Create haswell-wc machine branch in linux-yocto-3.8

2013-09-17 Thread Bruce Ashfield
On 13-09-17 08:27 AM, Ong, Boon Leong wrote: Hi, I would like to request the community to create machine branch under linux-yocto-3.8 repo for Intel Haswell Platform Walnut Canyon CRB. I'll stage the changes tonight. Out of curiosity, is there a potential move to 3.10 in the works ? I had pla

Re: [linux-yocto] [PATCH 0/3] enable ftrace for mips

2013-09-17 Thread Bruce Ashfield
On 13-09-17 9:21 PM, Tom Zanussi wrote: This patchset enables ftrace for mips, but disables the ftrace function tracer (and dynamic ftrace). We want the basic tracing framework that FTRACE enables so that e.g. TRACEPOINTS are there and lttng can work: https://bugzilla.yoctoproject.org/show_bug.

Re: [linux-yocto] [PATCH 0/1] [PATCH] linux-yocto-3.8 meta: haswell-wc cfg add request

2013-09-17 Thread Bruce Ashfield
On 13-09-17 8:16 AM, boon.leong@intel.com wrote: From: Ong Boon Leong This patch request is to create BSP cfg & SCC files under linux-yocto meta branch. The name 'haswell-wc' refers to Intel Haswell Platform Walnut Canyon CRB. Please kindly help to pull these files into linux-yocto versio

Re: [linux-yocto] [PATCH] mti-malta64: Default to support o32 and n32 userspace binaries

2013-09-17 Thread Bruce Ashfield
On 13-09-17 2:07 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang Include cfg/mips64.scc to add the support for o32 and n32 userspace binaries. Thanks Jackie, this looks sane to me. I've merged the changes. Bruce Signed-off-by: Jackie Huang --- .../kernel-cache/bsp/mti-malta64/

Re: [linux-yocto] [PATCH 0/2] suspend/resume bugfix for genericx86-64

2013-09-25 Thread Bruce Ashfield
On 13-09-24 02:23 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble Here is a fix for suspend/resume bug for the genericx86-64 BSP. The missing kernel driver config options are pulled in the BSP. Also the power/intel.cfg config fragment is converted to use modules. merged and pushed.

Re: [linux-yocto] [Patch v2 0/1] update commit message for a commit

2013-09-25 Thread Bruce Ashfield
On 13-09-24 04:33 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble Adding more information to the commit adding broadcom wifi drivers. merged. Bruce Thanks, Nitin The following changes since commit ba7add39d0c088bc5fc4acbbcdd9a3b4f79d1958: common-pc-64: add kernel CONFIG opti

Re: [linux-yocto] [PATCH 0/1] commit for v3.8 linux-yocto repo, meta branch

2013-10-01 Thread Bruce Ashfield
On 13-10-01 8:17 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble This adds a missing evdev kernel driver support in the standard.cfg of the v3.8 kernel. This really should be in a separate config fragment and if it was in standard.cfg, it needs to be pulled out of all the BSPs that

Re: [linux-yocto] linux-yocto-3.8 "standard/common-pc-64/haswell-wc" machine: remove machine branch

2013-10-02 Thread Bruce Ashfield
On 13-10-02 05:09 AM, Ong, Boon Leong wrote: Dear maintainer, Please remove the following machine branch " standard/common-pc-64/haswell-wc " from linux-yocto-3.8: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.8/log/?h=standard/common-pc-64/haswell-wc

Re: [linux-yocto] [PATCH 0/1] [PATCH] linux-yocto-3.8 meta: update haswell-wc-standard.scc to use standard/common-pc-64/base

2013-10-04 Thread Bruce Ashfield
On 13-10-03 10:36 PM, boon.leong@intel.com wrote: From: Ong Boon Leong As advice by Bruce Ashfield, this request is about removing "branch haswell-wc" from meta/cfg/kernel-cache/bsp/haswell-wc/ haswell-wc-standard.scc. By doing this, "haswell-wc" bsp will not check-out

Re: [linux-yocto] [PATCH 0/2] emgd 1.18 upgrade to linux-yocto-3.10

2013-10-16 Thread Bruce Ashfield
On Mon, Oct 14, 2013 at 8:16 PM, Tom Zanussi wrote: > > On Mon, 2013-10-14 at 23:25 +, Kamble, Nitin A wrote: >> I was trying to build the minnow image with these changes, but I am seeing >> some build issues. I need to sort them out to get the images, or Tom I can >> try your image here. >>

Re: [linux-yocto] [PATCH 0/2] emgd 1.18 upgrade to linux-yocto-3.10

2013-10-16 Thread Bruce Ashfield
On Wed, Oct 16, 2013 at 11:39 PM, Kamble, Nitin A wrote: > > >> -Original Message----- >> From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] >> Sent: Wednesday, October 16, 2013 8:35 PM >> To: Tom Zanussi >> Cc: Kamble, Nitin A; linux-yocto@yoctoproj

Re: [linux-yocto] [PATCH 0/4][3.10] minnow-io feature branch

2013-10-19 Thread Bruce Ashfield
On 13-10-19 12:37 PM, Darren Hart wrote: On Fri, 2013-10-18 at 15:50 -0700, Darren Hart wrote: Please pull the follow branch as "minnow-io" as a feature-branch into linux-yocto 3.10. This is an update to the patches in the minnow bsp meta-data, which will be removed in a subsequent patch series.

Re: [linux-yocto] [PATCH 0/1] [PATCH] meta: add crystalforest bsp legacy block drivers configurations for linux-yocto-3.10

2013-10-21 Thread Bruce Ashfield
On Mon, Oct 21, 2013 at 3:20 AM, wrote: > From: "Chang, Rebecca Swee Fun" > > Hi all, > > I would like to clarify one thing here. The previous pull request > was meant to pull rebeccas/meta-crystalforest into linux-yocto-3.8 > meta branch. > > For this current pull request, I would like this cha

Re: [linux-yocto] [PATCH 0/5] [3.10] fix several build errors for OCF

2013-10-25 Thread Bruce Ashfield
On 13-10-20 11:12 PM, Kevin Hao wrote: This patch series fix several build errors for OCF(OpenBSD/FreeBSD Cryptographic Framework). Passed build and boot test on an intel atom board. Thanks Kevin, This is now merged. Bruce Kevin Hao (5): ocf: remove the unneeded invocation of daemonize

Re: [linux-yocto] [PATCH 0/1] meta (linux-yocto_3.10): Enable haswell-wc BSP cfg and scc

2013-10-25 Thread Bruce Ashfield
On 13-10-22 05:46 AM, boon.leong@intel.com wrote: From: Ong Boon Leong This patch is to enable haswell-wc BSP on linux-yocto_3.10 meta branch. Please pull this into linux-yocto_3.10 meta branch. I'm catching up with merges now. this is now merged, and after some build testing, I'll push i

Re: [linux-yocto] [PATCH 0/1] [PATCH] meta: add crystalforest bsp legacy block drivers configurations for linux-yocto-3.10

2013-10-25 Thread Bruce Ashfield
On 13-10-21 03:20 AM, rebecca.swee.fun.ch...@intel.com wrote: From: "Chang, Rebecca Swee Fun" Hi all, I would like to clarify one thing here. The previous pull request was meant to pull rebeccas/meta-crystalforest into linux-yocto-3.8 meta branch. For this current pull request, I would like t

Re: [linux-yocto] [PATCH 0/1] [PATCH] meta: add crystalforest bsp legacy block drivers configurations

2013-10-28 Thread Bruce Ashfield
On 13-10-28 01:22 AM, Chang, Rebecca Swee Fun wrote: Hi all, Is the following thread being dropped accidentally? It wasn't on purpose, but not completely accidentally :) There were enough questions around 3.10 versus 3.8 that I wrongly assumed that 3.10 was the way forward and we'd only merge

Re: [linux-yocto] [PATCH 0/1] meta/common-pc: add missing dependencies for BRCMSMAC

2013-10-30 Thread Bruce Ashfield
On 13-10-30 04:53 AM, Laurentiu Palcu wrote: The following changes since commit aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6: meta: add haswell-wc bsp for Intel Haswell Platform (Walnut Canyon CRB) scc and config files (2013-10-25 15:45:21 -0400) This looks fine. I'm dealing with a couple of

Re: [linux-yocto] [PATCH 0/1] meta/common-pc: add missing dependencies for BRCMSMAC

2013-11-03 Thread Bruce Ashfield
On 13-10-30 3:50 PM, Bruce Ashfield wrote: On 13-10-30 04:53 AM, Laurentiu Palcu wrote: The following changes since commit aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6: meta: add haswell-wc bsp for Intel Haswell Platform (Walnut Canyon CRB) scc and config files (2013-10-25 15:45:21 -0400

Re: [linux-yocto] [PATCH 0/3] replacement for previous [5/89]

2013-11-05 Thread Bruce Ashfield
On 13-11-05 12:24 AM, Darren Hart wrote: These and it appears all that follow have no commit message describing what they are for, where the code came from, what problem they address, etc. Please read the contributing section of the wiki and present these patches appropriately. The following is

Re: [linux-yocto] [PATCH 0/1] meta/common-pc: add missing dependencies for BRCMSMAC

2013-11-05 Thread Bruce Ashfield
On 13-11-05 12:27 AM, Darren Hart wrote: On Sun, 2013-11-03 at 23:07 -0500, Bruce Ashfield wrote: On 13-10-30 3:50 PM, Bruce Ashfield wrote: On 13-10-30 04:53 AM, Laurentiu Palcu wrote: The following changes since commit aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6: meta: add haswell-wc bsp

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-05 Thread Bruce Ashfield
On 13-11-05 6:36 PM, Darren Hart wrote: On Tue, 2013-11-05 at 17:15 -0600, Tom Zanussi wrote: On Tue, 2013-11-05 at 14:52 -0800, Darren Hart wrote: I'm working on rewriting the minnow-io feature to just apply patches. It's working but something is seriously horked with 3.10 - or my 3.10 tre

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-06 Thread Bruce Ashfield
On 11/6/2013, 4:40 PM, Darren Hart wrote: On Tue, 2013-11-05 at 22:00 -0500, Bruce Ashfield wrote: On 13-11-05 6:36 PM, Darren Hart wrote: On Tue, 2013-11-05 at 17:15 -0600, Tom Zanussi wrote: On Tue, 2013-11-05 at 14:52 -0800, Darren Hart wrote: I'm working on rewriting the minn

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-07 Thread Bruce Ashfield
On 13-11-07 02:22 AM, Darren Hart wrote: On Wed, 2013-11-06 at 21:07 -0500, Bruce Ashfield wrote: On 11/6/2013, 4:40 PM, Darren Hart wrote: On Tue, 2013-11-05 at 22:00 -0500, Bruce Ashfield wrote: On 13-11-05 6:36 PM, Darren Hart wrote: On Tue, 2013-11-05 at 17:15 -0600, Tom Zanussi wrote

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-07 Thread Bruce Ashfield
On 13-11-07 02:40 AM, Darren Hart wrote: On Wed, 2013-11-06 at 23:22 -0800, Darren Hart wrote: On Wed, 2013-11-06 at 21:07 -0500, Bruce Ashfield wrote: On 11/6/2013, 4:40 PM, Darren Hart wrote: On Tue, 2013-11-05 at 22:00 -0500, Bruce Ashfield wrote: On 13-11-05 6:36 PM, Darren Hart wrote

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-07 Thread Bruce Ashfield
On 13-11-07 11:28 AM, Darren Hart wrote: On Thu, 2013-11-07 at 08:58 -0500, Bruce Ashfield wrote: On 13-11-07 02:22 AM, Darren Hart wrote: BUT! AHA. Some git branch --contains on the commits listed in the output above reveal that "standard/minnow" HEAD is v3.10.10. Now, it is supp

Re: [linux-yocto] [PATCH 07/94] arm/configs: adding common LSI defconfig

2013-11-09 Thread Bruce Ashfield
Same comment here. I presume there are some BSP meta data updates lurking ? Bruce On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler --- arch/arm/configs/lsisim_defconfig | 48 --- 1 file changed, 15 insertions(+), 33 deletions(-) _

Re: [linux-yocto] [PATCH 06/94] powerpc/configs: adding common LSI defconfig

2013-11-09 Thread Bruce Ashfield
While it is fine that we are keeping defconfigs around, the BSP and series isn't complete until board configuration fragments are available. Is there a follow series somewhere that updates the meta data for the BSP with fragments that match the h/w options below ? Bruce On 11/7/2013, 8:12 PM,

Re: [linux-yocto] [PATCH 08/94] arm/mach-axxia: Fix irq_set_type() in arch/arm/mach-axxia/axxia-gic.c

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: David Mercado This patch fixes setting of IRQ type to all clusters. Previously was only working for first cluster. While I don't doubt that this is true, switching from i/4 to i*4 is significant. I can't see enough from the context of the patch

Re: [linux-yocto] [PATCH 09/94] powerpc/configs: Address error message when issuing reboot

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: David Mercado The default kernel config was enabling CPU Hotplug, which is a feature not currently supported by the ACP34xx. For this reason, issuing a reboot or poweroff command was resulting in a "Error taking CPU1 down: -38" error. This patch

Re: [linux-yocto] [PATCH 11/94] arm/mach-axxia: fix error with IRQ type setting at startup

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: David Mercado This patch fixes the errors reported by gic_set_type() when booting a Minor 'nit (and no need to change) .. it's a difficult habit to break, but work on not starting commit messages with "This patch ...", since everyone knows it is

Re: [linux-yocto] [PATCH 10/94] drivers/net/ethernet: add ACP wrappers back into kernel

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: David Mercado This patch adds the LSI ACP wrapper routines back into the kernel. These were previously removed as part of the acp34xx Ethernet driver updates, Can you put a shortlog of the commit that removes the driver here ? i.e. removed via

Re: [linux-yocto] [PATCH 12/94] arch/powerpc: Release the lock when ncr_read() completes.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques Without this the RTE won't load. Anymore detail ? Like the error message the user sees ? Bruce Signed-off-by: John Jacques --- arch/powerpc/sysdev/lsi_acp_ncr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/powe

Re: [linux-yocto] [PATCH 16/94] arm: AXM5516 emulation bringup boot

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler --- arch/arm/boot/compressed/head.S | 63 ++ There's more code removed here than there is added. Do we have an explanation about how it was once required, and now isn't ? i.e. the "bringup boot" shortlog made me

Re: [linux-yocto] [PATCH 17/94] arm: AXM5516 emulation bringup mach-axxia

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler --- arch/arm/Makefile | 4 ++ arch/arm/kernel/head.S | 8 +++ arch/arm/mach-axxia/Kconfig| 3 + arch/arm/mach-axxia/include/mach/debug-macro.S | 3

Re: [linux-yocto] [PATCH 19/94] drivers/tty: AXM5516 emulation bringup - amba-pl011.c

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler --- drivers/tty/serial/amba-pl011.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c index b69356c..abe91eb 100644 --- a/drivers/tty/serial/amba-pl011

Re: [linux-yocto] [PATCH 31/94] drivers/net/ethernet: Wrapper Cleanup

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques Hopefully these will go away soon (when the RTE driver is GPL'd, which is in progress). For now... I'd suggest changing the commit log to actually tell us about the change and not discuss licenses or editorialize the code. Bruce

Re: [linux-yocto] [PATCH 32/94] arm/configs: Add CONFIG_NET_NS and CONFIG_DMATEST to the default ARM configurations.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques Bruce Signed-off-by: John Jacques --- arch/arm/configs/lsi_defconfig| 4 ++-- arch/arm/configs/lsisim_defconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/configs/lsi_defconfig b/a

Re: [linux-yocto] [PATCH 33/94] drivers/tty: Handle baud rate changes. The initial port only ran at 115200.

2013-11-09 Thread Bruce Ashfield
The second part of the short log .. should be the long log. On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques Signed-off-by: John Jacques --- arch/arm/mach-axxia/clock.c | 64 + drivers/tty/serial/amba-pl011.c | 4 +-- 2 files change

Re: [linux-yocto] [PATCH 36/94] arm/mach-axxia: Don't try to initialize pcie late.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques This needs to be done earlier. Signed-off-by: John Jacques --- arch/arm/mach-axxia/axxia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-axxia/axxia.c b/arch/arm/mach-axxia/axxia.c index 5d4f58

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