aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-09-24eg20t: update config optionstzanussi/eg20-cfg-cleanupTom Zanussi
Some of the eg20t options have been renamed or are obsolete, change accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-21meta: kconfig warning cleanupBruce Ashfield
During the final audit of 3.0.x configs, some additional warnings were found and fixed. The end result is cleaner configs, but no runtime visible changes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-09-19meta: add blktrace featureTom Zanussi
Add a 'blktrace feature' that turns on kernel support for blktrace, a block I/O tracing tool. Added to 'standard' alongside similar tracing tool config. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-10meta: create seperate feature for 10/100 LAN supportRahul Saxena
Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
2011-09-10meta: Remove 10/100 LAN support.Rahul Saxena
10/100 LAN will be configured by seperate files Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
2011-09-05meta: re-enable utrace feature for linux-yoctoTom Zanussi
Re-enable the 'utrace feature' that turns on the kernel options required for utrace, used mainly to enable userspace tracing for systemtap. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-03meta: re-enable systemtap feature for linux-yoctoTom Zanussi
Re-enable the 'systemtap feature' that turns on the kernel options required for systemtap, a system-wide tracing tool. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-02meta: update kver to v3.0.4Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-09-02meta: remove unused eg20t configuration fragmentsBruce Ashfield
Signed-off-by: Rahul Saxena <rahul.saxena@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-09-02meta: remove duplicate statementSaxena, Rahul
The fishriver bsp is including its configuration twice. We can safely remove the duplicate. Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
2011-09-02meta: remove configuration warningsBruce Ashfield
Cleaning the configuration of the qemu base board descriptions to remove obselete options, re-use common config features and declare options as being valid for the BSPs to define. With this change the kernel configuration audit is clean for all the qemu machines. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-09-02meta/qemuppc: board description fixesBruce Ashfield
The qemuppc rt board description did not match the recent change to a board specific branch on the end of the preempt-rt kernel type. This resulted in kernel configuration validation errors since the board description didn't match the tree and was discarded. This updates the .scc file to have a proper branch and series description. The .cfg file is also update to remove obselete config values and provide a clean configuration audit. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-24meta: bumping kver to 3.0.3Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-24meta/common-pc: add CONFIG_BLK_DEV_IDECD=y to configurationBruce Ashfield
Adding this option allows qemu to boot the live images. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-24meta/atom-pc: update boot live cfgBruce Ashfield
Adding CONFIG_BLK_DEV_IDECD=y to enable live booting on more platforms (and simulation). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-23meta/beagleboard: adding CONFIG_USB_MUSB_OMAP2PLUS=yBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-22meta: add APM Emulation option to beagleboardLiming Wang
apmd daemon needs this option to work, so add this to beagleboard kernel config file. Signed-off-by: Liming Wang <liming.wang@windriver.com>
2011-08-17bsp/fri2: use EMGD featureTom Zanussi
Add kernel options needed for enabling EMGD. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-17bsp/fri2: merge emgd branchTom Zanussi
Add scc commands to merge the yocto/emgd branch into the fri2 BSP. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-15meta/crownbay: enable hpetTom Zanussi
The crownbay reference board has HPET hardware - enable it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-11routerstationpro: remove CONFIG_PREEMPT* definitionsDarren Hart
The routerstationpro.cfg is a nearly complete .config and needs to be pruned. Among a lot of other things, it defines various CONFIG_PREEMPT* settings which conflict with the preempt-rt settings. Remove them as they should be ktype policy, not bsp specific settings. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: sugarbay preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: common-pc[-64] preempt-rt no branch fixDarren Hart
Modify the common-pc* defintions to re-use the preempt-rt/base branch, since there are currently no board specific changes required for support. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: jasperforest preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: fri2 preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: fishriver preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: emenlow preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: crownbay preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: arm-versatile-926ejs preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: mti-malta32-be preempt-rt supportDarren Hart
Create the definition to enable preempt-rt support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: qemu-ppc32 preempt-rt supportDarren Hart
Create the preempt-rt definition for qemuppc support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta-rt: rsp preempt-rt supportDarren Hart
Create the preempt-rt definition for routerstation pro support. This 5D configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Note: This board is currently known to have issues with preempt-rt. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: mpc8315 preempt-rt supportDarren Hart
Create the preempt-rt definition for mpc8315 support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: beagleboard preempt-rt supportDarren Hart
Create the preempt-rt definition for beagleboard support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11meta/rt: use CONFIG_PREEMPT_RT_FULL for 3.0 kernelsDarren Hart
The 3.0 preempt-rt patches use CONFIG_PREEMPT_RT_FULL instead of CONFIG_PREEMPT_RT. Without this fix, the preemmpt-rt kernels build with CONFIG_PREEMPT_NONE. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-11boot: move -Os patch to standard branchBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-10meta/rt: remove explicit patch referencesBruce Ashfield
The "patch <foo>" lines in the -rt series are meant to be references, since the commits are not optional and have been directly merged. Temporarly commenting them out to prevent double application of changes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-09meta/rt: updating to rt8Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-03meta: atom-pc update definition to re-use preempt-rtBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-29meta: define atom-pc preempt-rtBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-28rt: update to 3.0-rt5Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-26meta: propping utrace from 2.6.37 - config onlyBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-26meta: relocating features/small to /smallBruce Ashfield
In the yocto 1.1 kernel, small was relocated from a feature to a top level config. We should maintain this going forward. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-21meta: update kver to v3.0 for audit purposesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20checkpoint dir: metaBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20checkpoint dir: metaBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20checkpoint dir: metaBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20checkpoint dir: meta/scriptsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-20This is the cache of the kernel patches for the "next" kernel layer.Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-11Linux 3.0-rc7Linus Torvalds