awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
openembedded avatar

openembedded/bitbake

0
View on GitHub↗
521 stars·288 forks·Python·13 viewswww.openembedded.org↗

Bitbake

The official bitbake Git is at https://git.openembedded.org/bitbake/. Do not open issues or file pull requests here.

Features

  • Embedded Systems - Task execution engine for complex dependency management.
  • Build Systems - Generic task execution engine for parallelized shell and Python tasks.
  • Build Tools - Make-like build tool for embedded Linux.

Star history

Star history chart for openembedded/bitbakeStar history chart for openembedded/bitbake

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Bitbake

Similar open-source projects, ranked by how many features they share with Bitbake.
  • platformio/platformio-coreplatformio avatar

    platformio/platformio-core

    9,299View on GitHub↗

    PlatformIO Core is a toolset for embedded software development that manages the compilation, flashing, and debugging of firmware for various microcontroller targets. It provides a cross-platform build system that automates the process of transforming source code into binaries and transferring them to hardware via serial protocols. The system uses a plugin-based architecture to extend hardware platform support and incorporates a manifest-driven approach to resolve and install the specific toolchains, frameworks, and libraries required for different board definitions. Capabilities cover the fu

    Python
    View on GitHub↗9,299
  • pybuilder/pybuilderpybuilder avatar

    pybuilder/pybuilder

    2,011View on GitHub↗

    Software build automation tool for Python.

    Python
    View on GitHub↗2,011
  • facebook/buck2facebook avatar

    facebook/buck2

    4,360View on GitHub↗

    Buck2 is a programmable monorepo build tool and hermetic build system designed to manage large-scale projects with complex target graphs and multi-language dependencies. It functions as a remote execution framework and dependency graph analyzer, providing an artifact caching engine to ensure reproducible and consistent build results across different environments. The system distinguishes itself through an incremental computation engine that recomputes only the specific nodes in a dependency graph invalidated by changes. It utilizes content-addressable storage for build artifact caching and su

    Rust
    View on GitHub↗4,360
  • pydoit/doitpydoit avatar

    pydoit/doit

    2,065View on GitHub↗

    CLI task management & automation tool

    Python
    View on GitHub↗2,065
See all 30 alternatives to Bitbake→

Frequently asked questions

What does openembedded/bitbake do?

The official bitbake Git is at https://git.openembedded.org/bitbake/. Do not open issues or file pull requests here.

What are the main features of openembedded/bitbake?

The main features of openembedded/bitbake are: Embedded Systems, Build Systems, Build Tools.

What are some open-source alternatives to openembedded/bitbake?

Open-source alternatives to openembedded/bitbake include: pybuilder/pybuilder — Software build automation tool for Python. scons/scons — SCons - a software construction tool. facebook/buck2 — Buck2 is a programmable monorepo build tool and hermetic build system designed to manage large-scale projects with… platformio/platformio-core — PlatformIO Core is a toolset for embedded software development that manages the compilation, flashing, and debugging… pydoit/doit — CLI task management & automation tool. afiskon/stm32f103c8t6-examples.