bitbake.rst 611 B

12345678910111213141516171819
  1. .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
  2. =====================
  3. BitBake Documentation
  4. =====================
  5. |
  6. BitBake was originally a part of the OpenEmbedded project. It was inspired by
  7. the Portage package management system used by the Gentoo Linux distribution. In
  8. 2004, the OpenEmbedded project was split the project into two distinct pieces:
  9. - BitBake, a generic task executor
  10. - OpenEmbedded, a metadata set utilized by BitBake
  11. Today, BitBake is the primary build tool of OpenEmbedded based projects, such as
  12. the Yocto Project.
  13. The BitBake documentation can be found :doc:`here <bitbake:index>`.