Re: [linux-yocto] [PATCH 07/10] stmicro: Add support for the STMMAC Ethernet controller family

2015-07-01 Thread Darren Hart
On 7/1/15 9:57 AM, Saul Wold wrote: This is needed for the x1000 SOC platform This is on the SoC itself? Not an additional chip on the board? Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/stmicro/stmmac.cfg | 6 ++

Re: [linux-yocto] [PATCH 03/10] cfg/intel: Add Intel Vendor Specific enabler

2015-07-01 Thread Darren Hart
On 7/1/15 9:57 AM, Saul Wold wrote: As part of the larger breaking up of x86 put the Intel Vendor Enablers in their own file Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/cfg/intel.cfg | 19 +++ meta/cfg/kernel-cache/cfg/intel.scc | 1 + 2

Re: [linux-yocto] [PATCH 04/10] common-pc-drivers: Move CONFIG_HOTPLUG_PCI from cfg/x86

2015-07-01 Thread Darren Hart
On 7/1/15 9:57 AM, Saul Wold wrote: As part of the broader refactor move this item out of the core cpu configuration items I agree this shouldn't be in the arch definition, but common-pc-drivers seems a bit too far the other way. There is a cfg/pci bucket. Seems to me that would be a good

Re: [linux-yocto] Fwd: With my layer, Systemd not invoking my application at startup

2015-07-01 Thread Saul Wold
Not sure why, but this email just came through, may have been moderated. I would suggest you ask this on the yo...@yoctoproject.org as this list (linux-yocto) is primary for Kernel related patches and does not have alot of systemd people. A couple of notes: For User addition you should use

[linux-yocto] With my layer, Systemd not invoking my application at startup

2015-07-01 Thread Vipin Nair
Hi All, I have created a layer (my first layer) and have build it with WindRiver media which uses Systemd for the startup services. As per my application need, I have to create a new user on the final image and change the owner permissions of certain files to the new user. Since I could not get

Re: [linux-yocto] With my layer, Systemd not invoking my application at startup

2015-07-01 Thread Vipin Nair
Any update on this. I am not sure if my mail reached the Yocto project group, as I have not recieved any acknowledgment till now. Kindly let me know if I have to register somewhere to be eligible to post query on this group. Thanks Vipin On Sat, Jun 27, 2015 at 7:09 PM, Vipin Nair

[linux-yocto] Fwd: With my layer, Systemd not invoking my application at startup

2015-07-01 Thread Vipin Nair
Hi All, I have created a layer (my first layer) and have build it with WindRiver media which uses Systemd for the startup services. As per my application need, I have to create a new user on the final image and change the owner permissions of certain files to the new user. Since I could not get

Re: [linux-yocto] The linux-yocto version for Yocto 1.9

2015-07-01 Thread Luo Zhenhua
Hi Saul, Thanks a lot. Best Regards, Zhenhua -Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Wednesday, July 01, 2015 10:18 PM To: Luo Zhenhua-B19537; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] The linux-yocto version for Yocto 1.9 On

Re: [linux-yocto] [PATCH 05/10] cfg/x86_base: Create new base config for x86 Architectures

2015-07-01 Thread Saul Wold
On 07/01/2015 10:55 AM, Darren Hart wrote: On 7/1/15 9:57 AM, Saul Wold wrote: Place the core x86 architecture kernel config items into a new base config that the other x86 related architectures will use Signed-off-by: Saul Wold s...@linux.intel.com ---

[linux-yocto] [PATCH 04/10] common-pc-drivers: Move CONFIG_HOTPLUG_PCI from cfg/x86

2015-07-01 Thread Saul Wold
As part of the broader refactor move this item out of the core cpu configuration items Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-yocto] [PATCH 02/10] cfg/amd: Add AMD Vendor Specific enabler

2015-07-01 Thread Saul Wold
As part of the larger breaking up of x86 put the AMD CPU Enablers in their own file Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/cfg/amd.cfg | 9 + meta/cfg/kernel-cache/cfg/amd.scc | 1 + 2 files changed, 10 insertions(+) create mode 100644

[linux-yocto] [PATCH 05/10] cfg/x86_base: Create new base config for x86 Architectures

2015-07-01 Thread Saul Wold
Place the core x86 architecture kernel config items into a new base config that the other x86 related architectures will use Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/cfg/x86_base.cfg | 9 + meta/cfg/kernel-cache/cfg/x86_base.scc | 4 2 files changed,

[linux-yocto] [PATCH 06/10] features/debug: Create a new feature for early printk debug

2015-07-01 Thread Saul Wold
Add new .scc and .cfg for enabling early printk debugging from one place. Other general kernel debugging could also be placed here, but subsystem or driver specific debug configuration items should be in their respecitive subsystem or driver .cfg (or additioanl drivernamedbg.cfg or what ever you

Re: [linux-yocto] [PATCH 09/10] features/usb/serial-vendors: Add new set of configs for USB_SERIAL devices

2015-07-01 Thread Darren Hart
On 7/1/15 9:57 AM, Saul Wold wrote: This config fragment will enable the various vendor module code for different USB serial devices to enable serial over usb. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/usb/serial-vendor.cfg | 17 +

[linux-yocto] [PATCH 01/10] snd_hda_intel: Convert to module based configuration

2015-07-01 Thread Saul Wold
Sound devices can be completely modularized instead of fully in the kernel as they are not needed during the boot / startup time Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/sound/snd_hda_intel.cfg | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

Re: [linux-yocto] [PATCH 05/10] cfg/x86_base: Create new base config for x86 Architectures

2015-07-01 Thread Darren Hart
On 7/1/15 9:57 AM, Saul Wold wrote: Place the core x86 architecture kernel config items into a new base config that the other x86 related architectures will use Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/cfg/x86_base.cfg | 9 +

[linux-yocto] [PATCH 08/10] features/pwm: Create new feature for PWM

2015-07-01 Thread Saul Wold
This will enable PWM Subsystem and adds a selection of drivers for Intel devices. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/pwm/intel_pwm.cfg | 6 ++ meta/cfg/kernel-cache/features/pwm/intel_pwm.scc | 5 + meta/cfg/kernel-cache/features/pwm/pwm.cfg

[linux-yocto] [PATCH 07/10] stmicro: Add support for the STMMAC Ethernet controller family

2015-07-01 Thread Saul Wold
This is needed for the x1000 SOC platform Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/stmicro/stmmac.cfg | 6 ++ meta/cfg/kernel-cache/features/stmicro/stmmac.scc | 2 ++ 2 files changed, 8 insertions(+) create mode 100644

[linux-yocto] [PATCH 09/10] features/usb/serial-vendors: Add new set of configs for USB_SERIAL devices

2015-07-01 Thread Saul Wold
This config fragment will enable the various vendor module code for different USB serial devices to enable serial over usb. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/usb/serial-vendor.cfg | 17 +

[linux-yocto] The linux-yocto version for Yocto 1.9

2015-07-01 Thread Luo Zhenhua
Hi all, May I know which linux-yocto version is planned for Yocto 1.9 release? I try to find the information in below WIKI page, but can't find corresponding message. https://wiki.yoctoproject.org/wiki/Yocto_1.9_Features https://wiki.yoctoproject.org/wiki/Yocto_1.9_Schedule Best Regards,

Re: [linux-yocto] [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family

2015-07-01 Thread Darren Hart
On 7/1/15 4:06 PM, Saul Wold wrote: This is needed for the meta-quark BSP which is used by the Galileo Board. Still would like to see this in features/net - or some discussion as to why not. Signed-off-by: Saul Wold s...@linux.intel.com ---

[linux-yocto] [PATCH v3 10/11] features/misc/bosch-pressure-sensor: Add config fragment

2015-07-01 Thread Saul Wold
Add the config fragments for the Bosch Pressure Sensor, since this driver is contained in drivers/misc add it here as features/misc. Signed-off-by: Saul Wold s...@linux.intel.com --- v2: added v3: fix typo meta/cfg/kernel-cache/features/misc/bosch-pressure-sensor-i2c.cfg | 2 ++

[linux-yocto] [PATCH v2 10/11] features/misc/bosch-pressure-sensor: Add config fragment

2015-07-01 Thread Saul Wold
Add the config fragments for the Bosch Pressure Sensor, since this driver is contained in drivers/misc add it here as features/misc. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/misc/bosch-pressure-sensor-i2c.cfg | 2 ++

[linux-yocto] [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family

2015-07-01 Thread Saul Wold
This is needed for the meta-quark BSP which is used by the Galileo Board. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/stmicro/stmmac.cfg | 6 ++ meta/cfg/kernel-cache/features/stmicro/stmmac.scc | 2 ++ 2 files changed, 8 insertions(+) create mode 100644

[linux-yocto] [PATCH v2 09/11] features/pci/pci.cfg: Extend to be more complete

2015-07-01 Thread Saul Wold
This will allow for more sharing as part of the upcoming refactor of core x86 and x86_64. Currently this is a copy/paste from existing configuration and we need to better understand why the HOTPLUG_PCI_PCIE needs explict disablement. Signed-off-by: Saul Wold s...@linux.intel.com ---

[linux-yocto] [PATCH v2 08/11] features/usb/serial-all: Add new set of configs for USB_SERIAL devices

2015-07-01 Thread Saul Wold
This config fragment will enable the various vendor module code for different USB serial devices to enable serial over usb. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/usb/serial-all.cfg | 17 +

[linux-yocto] [PATCH v2 07/11] features/pwm: Create new feature for PWM

2015-07-01 Thread Saul Wold
This will enable PWM Subsystem and adds a selection of drivers for Intel devices. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/pwm/intel_pwm.cfg | 6 ++ meta/cfg/kernel-cache/features/pwm/intel_pwm.scc | 5 + meta/cfg/kernel-cache/features/pwm/pwm.cfg

[linux-yocto] [PATCH v2 04/11] cfg/x86_base: Create new base config for x86 Architectures

2015-07-01 Thread Saul Wold
Place the core x86 architecture kernel config items into a new base config that the other x86 related architectures will use Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/cfg/x86_base.cfg | 7 +++ meta/cfg/kernel-cache/cfg/x86_base.scc | 4 2 files changed, 11

[linux-yocto] [PATCH v2 03/11] cfg/intel: Add Intel Vendor Specific enabler

2015-07-01 Thread Saul Wold
As part of the larger breaking up of x86 put the Intel Vendor Enablers in their own file Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/cfg/intel.cfg | 19 +++ meta/cfg/kernel-cache/cfg/intel.scc | 1 + 2 files changed, 20 insertions(+) create mode

[linux-yocto] [PATCH v2 02/11] cfg/amd: Add AMD Vendor Specific enabler

2015-07-01 Thread Saul Wold
As part of the larger breaking up of x86 put the AMD CPU Enablers in their own file Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/cfg/amd.cfg | 9 + meta/cfg/kernel-cache/cfg/amd.scc | 1 + 2 files changed, 10 insertions(+) create mode 100644

[linux-yocto] [PATCH v2 05/11] features/debug: Create a new feature for early printk debug

2015-07-01 Thread Saul Wold
Add new .scc and .cfg for enabling early printk debugging from one place. Other general kernel debugging could also be placed here, but subsystem or driver specific debug configuration items should be in their respecitive subsystem or driver .cfg (or additioanl drivernamedbg.cfg or what ever you

Re: [linux-yocto] [PATCH v2 03/11] cfg/intel: Add Intel Vendor Specific enabler

2015-07-01 Thread Darren Hart
On 7/1/15 4:06 PM, Saul Wold wrote: As part of the larger breaking up of x86 put the Intel Vendor Enablers in their own file Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/cfg/intel.cfg | 19 +++ meta/cfg/kernel-cache/cfg/intel.scc | 1 + 2

Re: [linux-yocto] [PATCH v3 11/11] Quark/X1000: Add new SOC and BSP

2015-07-01 Thread Saul Wold
Some how I had a typo in these two patches, I fixed the typos and just resent these two as v3, the rest of the series is still v2. I saw Darren's comments and will wait for Bruce's comments next week. Sau! On 07/01/2015 04:35 PM, Saul Wold wrote: Add the new intel-quark bsp type using the

[linux-yocto] [PATCH v2 01/11] snd_hda_intel: Convert to module based configuration

2015-07-01 Thread Saul Wold
Sound devices can be completely modularized instead of fully in the kernel as they are not needed during the boot / startup time Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/sound/snd_hda_intel.cfg | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

[linux-yocto] [PATCH v2 00/11] Introduce new quark BSP with refactor and additional features

2015-07-01 Thread Saul Wold
Bruce: This patch set introduces several new feautres and begins a refactor of the x86 cfg files to have a common base. This also introduces the Quark/X1000 BSP with basic drivers enabled. Updates in v2: - addressed issues raised by Darren - Moved PCI related to features/pci - removed

Re: [linux-yocto] [PATCH v2 00/11] Introduce new quark BSP with refactor and additional features

2015-07-01 Thread Darren Hart
On 7/1/15 4:06 PM, Saul Wold wrote: Bruce: This patch set introduces several new feautres and begins a refactor of the x86 cfg files to have a common base. This also introduces the Quark/X1000 BSP with basic drivers enabled. Updates in v2: - addressed issues raised by Darren -

Re: [linux-yocto] [PATCH v3 11/11] Quark/X1000: Add new SOC and BSP

2015-07-01 Thread Saul Wold
On 07/01/2015 05:28 PM, Darren Hart wrote: On 7/1/15 4:35 PM, Saul Wold wrote: Add the new intel-quark bsp type using the refactored x86_base and Intel Vendor enablers. Create a new soc for the x1000 SOC package. Signed-off-by: Saul Wold s...@linux.intel.com --- v2: Updated for additional

Re: [linux-yocto] [PATCH v3 11/11] Quark/X1000: Add new SOC and BSP

2015-07-01 Thread Darren Hart
On 7/1/15 4:35 PM, Saul Wold wrote: Add the new intel-quark bsp type using the refactored x86_base and Intel Vendor enablers. Create a new soc for the x1000 SOC package. Signed-off-by: Saul Wold s...@linux.intel.com --- v2: Updated for additional refactor related changes - use pci.scc

Re: [linux-yocto] [PATCH v3 11/11] Quark/X1000: Add new SOC and BSP

2015-07-01 Thread Darren Hart
On 7/1/15, 5:36 PM, Saul Wold s...@linux.intel.com wrote: On 07/01/2015 05:28 PM, Darren Hart wrote: On 7/1/15 4:35 PM, Saul Wold wrote: Add the new intel-quark bsp type using the refactored x86_base and Intel Vendor enablers. Create a new soc for the x1000 SOC package. Signed-off-by: Saul