Compliancy Discussion: Difference between revisions

From Yocto Project
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
== Yocto Project Aligned ==
== Yocto Project Aligned ==


To use this term in connection with any product or project or in
To use this term in connection with any product or project or in marketing materials you need to:
marketing materials you need to:


* Be working towards and supporting the aims and objectives of the Yocto Project. These include decreasing the fragmentation of embedded ecosystem and focus around a common shared set of tools, formats and best practices. We want to avoid multiple groups of people repeating the same work and have one set of great tools rather than multiple tools with drawbacks.
* Be working towards and supporting the aims and objectives of the Yocto Project. These include decreasing the fragmentation of embedded ecosystem and focus around a common shared set of tools, formats and best practices. We want to avoid multiple groups of people repeating the same work and have one set of great tools rather than multiple tools with drawbacks.
* Be promoting the OpenEmbedded Architecture, layer model and BSP format over other systems
* Be promoting the OpenEmbedded Architecture, layer model and BSP format
* Be making visible contributions in the OpenEmbedded and component projects of the Yocto Project  
* Be making visible contributions in the OpenEmbedded and component projects of the Yocto Project  
* Aim for compatibility and interoperability between different metadata layers.
* Aim for compatibility and interoperability between different metadata layers.
* Be an open source project, charity organisation or small business or consultancy. Larger companies (80+ employees) should really be members of the project.
* Be an open source project, charity organisation, small business or consultancy or member of the project. Larger companies (80+ employees) may also meet this criteria but are strongly recommended to be members of the project.


== Yocto Project Powered ==
== Yocto Project Powered ==


To use this term in connection with any product or project or in
To use this term in connection with any product or project or in marketing materials you need to:
marketing materials you need to:


* Be able to satisfy all the criteria for "Yocto Project Aligned" (except company size/type)
* Be able to satisfy all the criteria for "Yocto Project Aligned"
* Be an open source project, charity organisation or a member of the Yocto Project
* Be an open source project, charity organisation or a member of the Yocto Project
* Be able to answer 'Yes' to all the required criteria in the compliancy checklist.
* Be able to answer 'Yes' to all the criteria in the compliancy checklist.
* Have considered the recommendations and documented this in the test docuemtation about what was actually tested.


== Yocto Project Powered Compliancy Checklist ==
== Yocto Project Powered Compliancy Checklist ==


* Does the project have clearly identifiable components that correspond to BitBake and OpenEmbedded-Core if these are present? (Y/N)
* If the project includes build system functionality, are BitBake and OpenEmbedded-Core included as components? (Y/N)
* Have all patches applied to BitBake and OpenEmbedded-Core components been discussed with the open source community? (Y/N)
* If present, can the directories containing BitBake and OpenEmbedded-Core be clearly identified within the system and only contain those components?
* Do all layers build against OE-Core? (Y/N)
* Have all patches applied to BitBake and OpenEmbedded-Core (if present) been discussed with the open source community? (Y/N)
* Do all layers contain a README file which details the origin of the layer, its maintainer, where to submit changes for it and what dependencies or version requirements it has? (Y/N)
* Do all layers present build cleanly against OpenEmbedded-Core with only the dependencies/requirements listed in their documentation? (Y/N)
* Does any hardware support follow the format defined in the Yocto Project Board Support Package (BSP) Developers Guide? (Y/N)
* Does any hardware support follow the format defined in the Yocto Project Board Support Package (BSP) Developers Guide? (Y/N)
* Are hardware support, configuration (distro) policy and recipe meatdata clearly separated into different layers which can be used separately? (Y/N)
* Are hardware support, configuration (distro) policy and recipe meatdata clearly separated into different layers which do not depend on each other? (Y/N)
* Are the combinations of layers which were tested clearly documented? (Y/N)
* Is clear documentation of which combinations of layers, recipes and machines were tested included? (Y/N)
 
* Where any item in the "Yocto Project Powered Compliancy Recommendations" list is not true, is this documented in the testing documentation? (Y/N)


== Yocto Project Powered Compliancy Recommendations ==
== Yocto Project Powered Compliancy Recommendations ==


It is recommended that people try to meet the following items but this is not required to be Yocto Project Powered, it is just a recommendation:
* Linux kernels are either based around LTSI kernel versions or are more recent that the last LTSI release
 
* Everything should build successfully with the standard toolchain from OE-Core where the architecture is one supported by OE-Core as standard?
* (O) Are Linux kernels either based around LTSI kernel versions or more recent that the last LTSI release? (Y/N)
* (O) Does all code basically work with the standard toolchain from OE-Core (it may be unoptimised) where the architecture is one supported by OE-Core as standard? (Y/N)

Revision as of 16:41, 16 May 2012

Yocto Project Aligned

To use this term in connection with any product or project or in marketing materials you need to:

  • Be working towards and supporting the aims and objectives of the Yocto Project. These include decreasing the fragmentation of embedded ecosystem and focus around a common shared set of tools, formats and best practices. We want to avoid multiple groups of people repeating the same work and have one set of great tools rather than multiple tools with drawbacks.
  • Be promoting the OpenEmbedded Architecture, layer model and BSP format
  • Be making visible contributions in the OpenEmbedded and component projects of the Yocto Project
  • Aim for compatibility and interoperability between different metadata layers.
  • Be an open source project, charity organisation, small business or consultancy or member of the project. Larger companies (80+ employees) may also meet this criteria but are strongly recommended to be members of the project.

Yocto Project Powered

To use this term in connection with any product or project or in marketing materials you need to:

  • Be able to satisfy all the criteria for "Yocto Project Aligned"
  • Be an open source project, charity organisation or a member of the Yocto Project
  • Be able to answer 'Yes' to all the criteria in the compliancy checklist.

Yocto Project Powered Compliancy Checklist

  • If the project includes build system functionality, are BitBake and OpenEmbedded-Core included as components? (Y/N)
  • If present, can the directories containing BitBake and OpenEmbedded-Core be clearly identified within the system and only contain those components?
  • Have all patches applied to BitBake and OpenEmbedded-Core (if present) been discussed with the open source community? (Y/N)
  • Do all layers contain a README file which details the origin of the layer, its maintainer, where to submit changes for it and what dependencies or version requirements it has? (Y/N)
  • Do all layers present build cleanly against OpenEmbedded-Core with only the dependencies/requirements listed in their documentation? (Y/N)
  • Does any hardware support follow the format defined in the Yocto Project Board Support Package (BSP) Developers Guide? (Y/N)
  • Are hardware support, configuration (distro) policy and recipe meatdata clearly separated into different layers which do not depend on each other? (Y/N)
  • Is clear documentation of which combinations of layers, recipes and machines were tested included? (Y/N)
  • Where any item in the "Yocto Project Powered Compliancy Recommendations" list is not true, is this documented in the testing documentation? (Y/N)

Yocto Project Powered Compliancy Recommendations

  • Linux kernels are either based around LTSI kernel versions or are more recent that the last LTSI release
  • Everything should build successfully with the standard toolchain from OE-Core where the architecture is one supported by OE-Core as standard?