Difference between revisions of "Kernel Configuration Files"

From CDOT Wiki
Jump to: navigation, search
(Project News)
(Links/Bugs/Tracking)
 
(5 intermediate revisions by the same user not shown)
Line 33: Line 33:
 
Goals for each release and plans for reaching those goals:
 
Goals for each release and plans for reaching those goals:
 
<!-- Note: Each student must have unique goals. These goals may be ''related'' to other students' work, but must be ''distinct'' and ''attainable'' regardless of the state of the other students' work. For example, under the umbrella of one project title, one student may work on packaging a piece of software and another may work on documentation, or one may work on solving one bug and another on solving another bug, but two students must not work on the same bug or depend on the other students' work in order to be able to complete their own project. -->
 
<!-- Note: Each student must have unique goals. These goals may be ''related'' to other students' work, but must be ''distinct'' and ''attainable'' regardless of the state of the other students' work. For example, under the umbrella of one project title, one student may work on packaging a piece of software and another may work on documentation, or one may work on solving one bug and another on solving another bug, but two students must not work on the same bug or depend on the other students' work in order to be able to complete their own project. -->
* 0.1 - Initial packaging and extensive testing. Optimized kernel package sent for review in Pidora.
+
* 0.1 - Test kernel config file modifications on Koji.
* 0.2 - Review issues addressed, package through the review process.
+
* 0.2 - Test select optimized good configurations on the Raspberry Pi.
* 0.3 - Package in Pidora.
+
* 0.3 - Submit optimized package for inclusion in Pidora.
  
 
== Communication ==
 
== Communication ==
Line 46: Line 46:
 
=== Links/Bugs/Tracking ===
 
=== Links/Bugs/Tracking ===
 
<!-- Add a link to any page(s) related to your work, including the bug numbers (on bugzilla or trac) -->
 
<!-- Add a link to any page(s) related to your work, including the bug numbers (on bugzilla or trac) -->
 +
[https://db.tt/CEa801jO Optimized Pidora Kernel Download]
  
 
=== Source Code Control ===
 
=== Source Code Control ===
 
<!-- Add a link to source code URLs, including git/mercurial/svn/cvs repositories -->
 
<!-- Add a link to source code URLs, including git/mercurial/svn/cvs repositories -->
[https://github.com/jmcarman/linux github]
 
  
 
=== Blogs ===
 
=== Blogs ===

Latest revision as of 01:49, 28 November 2013

Kernel Configuration Files

Project Description

Optimizing Pidora's Kernel Configuration Files for the Raspberry Pi

Project Leader

Jason Carman

Project Contributor(s)

Project Details

The build process for the kernel uses a configuration file to control which kernel capabilities are built into the kernel itself, which are built as loadable modules, and which are not built. This project involves reviewing the Pidora kernel configuration to optimize it for the widest possible range of use-cases while ensuring a fairly small kernel image size.

Project Plan

Tracking

Key contacts

Andrew Green

Goals by Release

Goals for each release and plans for reaching those goals:

  • 0.1 - Test kernel config file modifications on Koji.
  • 0.2 - Test select optimized good configurations on the Raspberry Pi.
  • 0.3 - Submit optimized package for inclusion in Pidora.

Communication

Mailing Lists

Fedora Project Kernel

Upsteam Wiki and Web

Links/Bugs/Tracking

Optimized Pidora Kernel Download

Source Code Control

Blogs

Jason's Blog

Non-Seneca Participants

Planets

CDOT Planet

Project News

2013-10-08: Began Project