Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-05-06 Thread Om Prakash PAL
Hi Bruce, I am getting some problem in do_install: NOTE: Running task 1535 of 1710 (ID: 517, /home/apallan/yocto/poky-edison-6.0/meta-u8500/recipes-kernel/linux/linux-u8500.bb, do_install) NOTE: package linux-u8500-3.2+git1+0a81a5eaa7a5c1216cbd087bec5ec7cd8a448383-r10: task do_install:

Re: [yocto] Porting of specific Kernel/Driver into yocto.

2012-05-06 Thread Bruce Ashfield
On 12-05-06 5:43 AM, Om Prakash PAL wrote: Hi Bruce, I am getting some problem in do_install: NOTE: Running task 1535 of 1710 (ID: 517, /home/apallan/yocto/poky-edison-6.0/meta-u8500/recipes-kernel/linux/linux-u8500.bb, do_install) NOTE: package

[yocto] [PATCH 1/7][KERNEL] meta: add usb/base feature

2012-05-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add a feature to enable 'base' support for USB. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/features/usb/base.cfg |3 +++ meta/cfg/kernel-cache/features/usb/base.scc |4 2 files changed, 7 insertions(+), 0

[yocto] [PATCH 2/7][KERNEL] meta: add usb/xhci-hcd feature

2012-05-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add an 'xhci-hcd' feature that turns on the kernel options required to support xhci (USB 3.0). Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/features/usb/xhci-hcd.cfg |1 + meta/cfg/kernel-cache/features/usb/xhci-hcd.scc |

[yocto] [PATCH 3/7][KERNEL] meta: add usb/ehci-hcd feature

2012-05-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add an 'ehci-hcd' feature that turns on the kernel options required to support ehci (USB 2.0). Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/features/usb/ehci-hcd.cfg |1 + meta/cfg/kernel-cache/features/usb/ehci-hcd.scc |

[yocto] [PATCH 4/7][KERNEL] meta: add usb/ohci-hcd feature

2012-05-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add an 'ohci-hcd' feature that turns on the kernel options required to support ohci (USB 1.x). Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/features/usb/ohci-hcd.cfg |1 + meta/cfg/kernel-cache/features/usb/ohci-hcd.scc |

[yocto] [PATCH 5/7][KERNEL] meta: add usb/uhci-hcd feature

2012-05-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add a 'uhci-hcd' feature that turns on the kernel options required to support uhci (USB 1.x). Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/features/usb/uhci-hcd.cfg |1 + meta/cfg/kernel-cache/features/usb/uhci-hcd.scc |

[yocto] [PATCH 6/7][KERNEL] meta/crownbay: use usb features

2012-05-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Use the available usb features and remove the associated config settings from the top-level crownbay feature. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg |6 --

[yocto] [PATCH 7/7][KERNEL] meta: add mei feature

2012-05-06 Thread tom . zanussi
From: Tom Zanussi tom.zanu...@intel.com Add an 'mei' feature that turns on the kernel options required to support the Intel Management Engine Interface. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- meta/cfg/kernel-cache/features/amt/mei/mei.cfg |3 +++

Re: [yocto] [PATCH 0/7][KERNEL] add usb and mei features

2012-05-06 Thread Bruce Ashfield
On 12-05-06 12:53 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com This adds a few new features, one each for usb/[xeou]hci-hcd and another for amt/mei, and refactors existing config options into a new usb/base, which are then used in crownbay. v2: after suggestions from