aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-01-10meta: mohonpeak bsp config and scc filesboonleong/3.10/metaOng, Boon Leong
To enable mohonpeak bsp config and scc files. Signed-off-by: Ong, Boon Leong <boon.leong.ong@intel.com>
2013-12-10remove old MEDIA config fragmentsNitin A Kamble
These are replaced by newer extensive media config fragments in earlier commits. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10common-pc-standard.scc: Enable USB webcam supportNitin A Kamble
Enable USB webcam drivers in the standard kernel of the common-pc BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10common-pc-64.scc: update as per changes in the media config fragmentsNitin A Kamble
Previous media config fragments are replaced by more extensive media fragments in earlier commits. Change the BSP config accordingly. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10minnow-standard.scc: Enable media featuresNitin A Kamble
Add media features to minnow standard kernel. The despised media.cfg can be removed from the minnow kernel recipe now. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media-all.scc: A feature including all the media featuresNitin A Kamble
Make adding all media features easy. Instead of adding the media features one by one in BSP, all can be enabled with this single media feature. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media-platform: A feature for platform media devicesNitin A Kamble
Create a feature fragment for enabling platform media devices. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media-dvb-frontends : A feature for Digital Video Broadcast DevicesNitin A Kamble
Create a feature fragment for enabling various Digital Video Broadcast devices. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media-usb-tv: A feature for USB TV media adaptersNitin A Kamble
Create a feature fragment for enabling various USB TV adapters. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media-tuners: A feature for media tuner devicesNitin A Kamble
Create a feature fragment for enabling various media tuner devices. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media-rc: A feature for remote control media devicesNitin A Kamble
Create a feature fragment for enabling various remote control media devices. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media-radio: A feature for AM/FM radio devicesNitin A Kamble
Create a feature fragment for various AM/FM radio devices. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media-pci-capture: A feature for PCI media capture devicesNitin A Kamble
Create a feature fragment for various PCI media capture devices. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media-i2c: A feature for I2C media devicesNitin A Kamble
Create a feature fragment for various i2c media devices. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media-usb-webcams: A feature for USB media devicesNitin A Kamble
Create a feature fragment for various USB webcam drivers. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10media: A feature for media infrastructureNitin A Kamble
Create a feature fragment to provide infrastructure support for V4L2, tuner, camera, and radio drivers. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10standard.scc: Add firmware loading featureNitin A Kamble
Add generic firmware loading feature for the standard type kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-10firmware: A feature for firmware loading supportNitin A Kamble
Create a feature fragment for enabling generic firmware loading support. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-12-01meta/axm5500: adds new bsp entry meta dataPaul Butler
Adding new bsp entry axm5500 to support configs for LSI axm5500 on standard/axxia/base Signed-off-by: Paul Butler <paul.butler@windriver.com>
2013-11-24bridge: enable EBTABLESMichel Thebeau
All the BRIDGE_EBT configs depend on EBTABLES. Add the additional BRIDGE_EBT configs per request. Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-11-21meta: bump kver to v3.10.19Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-11-14minnow: Remove branch statements from minnow scc filesDarren Hart
MinnowBoard now builds from standard/base, there is no need for the branch command in the scc files which create or reuse a standard/minnow branch. As the goal is to work from a single branch for all IA BSPs, this is a first step toward purging the IA BSP branches from linux-yocto. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-11-13meta: ARM: OMAP3: Add USB PHY driver for BeagleboardBruce Ashfield
The Beagleboard needs the USB PHY drivers in the kernel in order to enable USB and Ethernet functionality. This fix ensures that they are built in by tweaking the kernel config. Tested on Beagleboard xM Rev. C2. Signed-off-by: Sebastian Lenartowicz <Sebastian.Lenartowicz@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-11-12meta: Add wifi featuresDarren Hart
Create a set of wifi features. Create a common fragment for things like the MAC, CONFIG, and WIRELESS_EXT configs. Create a fragment for common drivers. Create vendor/class specific fragments where there is an obvious grouping or where a particular driver pulls in features that are not generally useful. Create a complete feature which includes all drivers, but do not move existing features (such as iwl*), these can be moved under the features/wifi directory in linux-yocto-dev and forward. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-11-12minnow: Remove old patches for Ethernet and GPIODarren Hart
Remove the patches from the BSP scc that have been moved to standard/base or to the minnow-io feature. The MinnowBoard BSP will select the minnow-io feature from "recipe-space" Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-11-12minnow-io: Add feature for MinnowBoard GPIO keys and LEDsDarren Hart
The MinnowBoard GPIO keys and leds drivers are not upstreamable in their current form, but the ACPI device description support for the correct implementation is not yet available. Include these "boardfiles" as a feature until such time as the proper ACPI description becomes available. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-11-12minnow: Remove eg20tDarren Hart
The eg20t is an anachronism, remove it from the minnow scc. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-11-03meta/common-pc: add missing dependencies for BRCMSMACLaurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-10-25meta: add haswell-wc bsp for Intel Haswell Platform (Walnut Canyon CRB) scc ↵Ong Boon Leong
and config files To create Haswell Platform (Walnut Canyon CRB) cfg & scc files for linux-yocto_3.10 meta branch. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
2013-10-25meta: add crystalforest bsp legacy block drivers configurations for ↵Chang, Rebecca Swee Fun
linux-yocto-3.10 This commit will turn on some legacy block drivers configuration, e.g. SMBus, LPC-ICH, and Watchdog timer. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
2013-10-20meta: bump kver to 3.10.17Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-10-18lxc/namespace: Clean up kernel configsYang Shi
Remove namespaces-experimental.cfg since USER_NS is not experimental anymore. Add CONFIG_USER_NS into namespaces.cfg. Add CONFIG_MACVLAN into lxc to avoid the below missing report from lxc-checkconfig:
2013-10-08lxc: Add lxc kernel configYang Shi
Add lxc-enable.scc used by lxc feature template and lxc kernel configs. Signed-off-by: Yang Shi <yang.shi@windriver.com>
2013-10-08x86_32: Enable X86_32 and disable 64BIT explicitlyYang Shi
Due to the change of x86 Kconfig, ARCH=x86 means X86_64 only, so enable X86_32 and disable 64BIT for 32 bit x86 BSPs explicitly. Signed-off-by: Yang Shi <yang.shi@windriver.com> Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
2013-10-05boot-live.cfg: Add CONFIG_ZISO=yJason Wessel
The oe-core live class now fully support compressed ISO images this is the corresponding kernel change. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2013-10-02standard.scc: include features/input/input.sccNitin A Kamble
Include the input.scc to get the CONFIG_INPUT_EVDEV enabled. The evdev kernel driver is needed to create /dev/input/event* devices. These devices are used by Xserver to connect to keyboard & mouse kind of input devices. Without this change some of the BSPs need AutoAddDevices = false in their xorg.conf, which is considered as an undesired hack around the issue. Fixes Bug: [YOCTO #5279] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-10-02input.scc .cfg: add a new feature for input devicesNitin A Kamble
Right now the CONFIG_INPUT_* options are scattered at various places in config fragments. The plan is to get them in one place for cleanliness. To begin with a new feature is created with name input.scc. And it is populated with the needed CONFIG_INPUT_EVDEV . Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-10-01meta: add missing mips64 configuration fragmentsBruce Ashfield
We have BSPs that reference these cfg fragments, but they were not added to the tree in that same commit. This causes a processing error of the 64 bit mips BSPs Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-09-25common-pc-64: add kernel CONFIG options for sugarbay platformNitin A Kamble
Add these Kernel driver config options for Sugarbay platform. - i915 graphics - 8250 serial port - usb webcam drivers - generic power management support to enable proper suspend/resume Fixes Bug: [YOCTO #5117] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-09-25common-pc-wifi.cfg: add support for broadcom wifi driversNitin A Kamble
This enables broadcom wifi driver modules for the common-pc(-64) machines. Fixes Bug: [YOCTO #5238] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-09-17meta: remove ftrace/ftrace-disable featureTom Zanussi
The only users were the mips machines, which don't use it any more, and it doesn't really make sense to completely disable ftrace anyway (just don't enable it if you don't want it). Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-09-17mips: have the mips BSPs disable function tracing instead of ftraceTom Zanussi
The problem the mips machines apparently ran into was due to CONFIG_FUNCTION_TRACER et al - no need to disable all of the tracing infrastructure (CONFIG_FTRACE) to disable that. Also, the ftrace-disable feature they were using disabled CONFIG_DEBUG_KERNEL too, which is just a switch to allow other options to be enabled but doesn't enable anything on itself, so no need for that either. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-09-17meta: add ftrace/ftrace-function-tracer-disable featureTom Zanussi
This turns off CONFIG_FUNCTION_TRACER, CONFIG_FUNCTION_GRAPH_TRACER, and CONFIG_DYNAMIC_FTRACE, which can cause problems on some architectures such as mips Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-09-17mti-malta64: Default to support o32 and n32 userspace binariesJackie Huang
Include cfg/mips64.scc to add the support for o32 and n32 userspace binaries. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-09-13meta/common-pc-64: Add USB 3.0 supportDarren Hart
The 64 bit common-pc BSP will not by default enable USB 3.0 devices because it was missing the xhci fragment with the CONFIG_USB_XHCI_HCD option. This is generally safe for a generic BSP as the driver is properly probed and detected. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-09-13meta/common-pc*: Refactor common-pc-64 to reuse common-pc driversDarren Hart
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: Darren Hart <dvhart@linux.intel.com>
2013-09-13meta/common-pc: Split out CPU and Drivers config fragmentsDarren Hart
Enable reuse of the drivers fragment by separating it out from the CPU specific CONFIG options. Split common-pc.cfg into common-pc-cpu.cfg and common-pc-drivers.cfg. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-09-13meta/common-pc: Cleanup common-pc.cfg and common-pc-gfx.cfgDarren Hart
These fragments were suffering from an identity crisis. Help them along by keeping graphics in graphics and non-graphics in the core cfg. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-09-13meta/common-pc: Add common Wifi driversDarren Hart
Add ATH9K, RT2X00, and RT2800PCI by popular demand. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-09-13meta/common-pc: Add common Realtek and Atheros Ethernet driversDarren Hart
Add the 8139*, R8169, and ATL1E drivers per popular demand. Signed-off-by: Darren Hart <dvhart@linux.intel.com>