Go to file
Sreeju Selvaraj a14718dfae meta-intel/common: Upgrade DPDK to v1.7.0
Added support for DPDK v1.7.0.

Added PACKAGECONFIG mechanism to explicitly disable the use of fuse
and qat which are dependencies for example apps dpdk_qat and vhost.

Added config variables CONFIG_EXAMPLE_DPDK_QAT and
CONFIG_EXAMPLE_DPDK_VHOST to enable or disable the compilation of
example apps dpdk_qat and vhost.

Resolved the installation failure found in example app ip_pipeline by
cherry-picking the patch from dpdk.org.

Resolved the test failure found in example app ring_pmd_autotest by
cherry-picking the patches from dpdk.org.

Signed-off-by: Sreeju Selvaraj <sreeju.armughanx.selvaraj@intel.com>
Acked-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2014-10-01 22:55:45 -05:00
common meta-intel/common: Upgrade DPDK to v1.7.0 2014-10-01 22:55:45 -05:00
conf layer.conf: Avoid conflicts with sub-layers 2014-10-01 14:04:12 -05:00
meta-crownbay meta-crownbay: Use the v3.17 kernel by default for crownbay-noemgd 2014-09-30 10:01:03 -05:00
meta-crystalforest meta-crystalforest: Update README with new build settings 2014-08-27 11:44:11 -05:00
meta-emenlow meta-emenlow: Use the v3.17 kernel by default for emenlow-noemgd 2014-09-30 10:01:44 -05:00
meta-fri2 meta-fri2: Use the v3.17 kernel by default for fri2-noemgd 2014-09-30 10:02:10 -05:00
meta-isg meta-valleyisland: Update linux-yocto v3.10 SRCREV to v3.10.43 2014-09-08 16:13:02 -05:00
meta-jasperforest meta-jasperforest: Use the v3.17 kernel by default 2014-09-30 10:02:29 -05:00
meta-nuc meta-nuc: Use the v3.17 kernel by default 2014-09-30 10:02:29 -05:00
meta-romley meta-romley: Fix README mismatch mailing list name and address 2014-06-09 13:57:14 -05:00
meta-sugarbay meta-sugarbay: Use the v3.17 kernel by default 2014-09-30 10:02:29 -05:00
meta-tlk meta-tlk: using wildcard bbappend for linux-yocto 2014-06-23 09:47:57 -05:00
MAINTAINERS Remove chiefriver, sys940x & n450 BSPs 2014-03-26 22:41:49 -05:00
README intel-common: Add a README 2014-03-12 13:44:34 -07: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. For details on the intel-common BSPs, see the
conf/machine/README file.

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:

  - look in the Yocto Project Bugzilla
    (http://bugzilla.yoctoproject.org/) to see if a problem has
    already been reported

  - look through recent entries of the meta-intel
    (https://lists.yoctoproject.org/pipermail/meta-intel/) and Yocto
    (https://lists.yoctoproject.org/pipermail/yocto/) mailing list
    archives to see if other people have run into similar problems or
    had similar questions answered.

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 #<bug-id>].

  - 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.