Go to file
Darren Hart 45582cbb1c Add Intel core2 and corei7 BSPs and tune files
Introduce two new generic BSPs that parallel the updated core2 and new
corei7 tune files in oe-core. These BSPs provided optimized tune flags
for Intel Core and Atom CPUs since 2006 in the 32 bit core2 BSP and since
Nehalem and Silvermont (Bay Trail) in the 64 bit corei7 BSP.

These establish a suitable balance between compatibility and performance
optimization.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@intel.com>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-01-27 16:56:13 -08:00
classes Separate packagedir for GL components of EMGD BSPs 2013-09-18 08:13:06 -05:00
common Add linux-yocto-dev bbappend 2014-01-27 16:55:19 -08:00
conf Add Intel core2 and corei7 BSPs and tune files 2014-01-27 16:56:13 -08:00
meta-chiefriver meta-chiefriver: Use the symlink to the actual image in README 2014-01-06 11:43:45 -06:00
meta-crownbay meta-crownbay: Use the symlink to the actual image in README 2014-01-06 11:44:47 -06:00
meta-crystalforest meta-crystalforest: Use the symlink to the actual image in README 2014-01-06 11:45:48 -06:00
meta-emenlow meta-emenlow: Fix gma500 kernel feature name for v3.8 & dev kernels 2014-01-20 09:15:28 -06:00
meta-fri2 meta-fri2: Use the symlink to the actual image in README 2014-01-06 11:34:28 -06:00
meta-isg linux-yocto-3.10: Update SRCREVs for 3.10.19 for remaining BSPs 2013-12-20 23:26:48 -06:00
meta-jasperforest meta-jasperforest: Use the symlink to the actual image in README 2014-01-06 11:47:17 -06:00
meta-n450 meta-n450: Use the symlink to the actual image in README 2014-01-06 11:48:01 -06:00
meta-nuc meta-nuc: Use the symlink to the actual image in README 2014-01-06 11:48:45 -06:00
meta-romley meta-romley: Use the symlink to the actual image in README 2014-01-06 11:49:45 -06:00
meta-sugarbay sugarbay: linux-yocto-dev: update the webcam feature name 2014-01-15 12:58:49 -06:00
meta-sys940x meta-sys940x: Use the symlink to the actual image in README 2014-01-06 11:51:34 -06:00
meta-tlk meta-tlk: enable for linux-yocto_3.10 2013-11-08 09:19:59 -06:00
MAINTAINERS meta-intel: Clarify and relocate patch submission guidelines 2014-01-15 12:59:32 -06:00
README meta-intel: Clarify and relocate patch submission guidelines 2014-01-15 12:59:32 -06:00

meta-intel

This is the location for Intel maintained BSPs.

Please see the README files contained in the individual BSP layers for BSP-specific information.

If you have problems with or questions about a particular BSP, please contact the maintainer listed in the MAINTAINERS file directly (cc:ing the Yocto mailing list puts it in the archive and helps other people who might have the same questions in the future), but please try to do the following first:

If you believe you have encountered a bug, you can open a new bug and enter the details in the Yocto Project Bugzilla (http://bugzilla.yoctoproject.org/). If you're relatively certain that it's a bug against the BSP itself, please use the 'Yocto Project Components: BSPs | meta-intel' category for the bug; otherwise, please submit the bug against the most likely category for the problem - if you're wrong, it's not a big deal and the bug will be recategorized upon triage.

Guidelines for submitting patches

Please submit any patches against meta-intel BSPs to the meta-intel mailing list (meta-intel@yoctoproject.org). Also, if your patches are available via a public git repository, please also include a URL to the repo and branch containing your patches as that makes it easier for maintainers to grab and test your patches.

There are patch submission scripts available that will, among other things, automatically include the repo URL and branch as mentioned. Please see the Yocto Project Development Manual sections entitled 'Using Scripts to Push a Change Upstream and Request a Pull' and 'Using Email to Submit a Patch' for details.

Regardless of how you submit a patch or patchset, the patches should at minimum follow the suggestions outlined in the 'How to Submit a Change' secion in the Yocto Project Development Manual. Specifically, they should:

  • Include a 'Signed-off-by:' line. A commit can't legally be pulled in without this.

  • Provide a single-line, short summary of the change. This short description should be prefixed by the BSP or recipe name, as appropriate, followed by a colon. Capitalize the first character of the summary (following the colon).

  • For the body of the commit message, provide detailed information that describes what you changed, why you made the change, and the approach you used.

  • If the change addresses a specific bug or issue that is associated with a bug-tracking ID, include a reference to that ID in your detailed description in the following format: [YOCTO #].

  • Pay attention to line length - please don't allow any particular line in the commit message to stretch past 72 characters.

  • For any non-trivial patch, provide information about how you tested the patch, and for any non-trivial or non-obvious testing setup, provide details of that setup.

Doing a quick 'git log' in meta-intel will provide you with many examples of good example commits if you have questions about any aspect of the preferred format.

The meta-intel maintainers will do their best to review and/or pull in a patch or patchset within 24 hours of the time it was posted. For larger and/or more involved patches and patchsets, the review process may take longer.