awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openembedded avatar

openembedded/bitbake

0
View on GitHub↗
521 星标·288 分支·Python·8 次浏览www.openembedded.org↗

Bitbake

官方 bitbake Git 仓库位于 https://git.openembedded.org/bitbake/。请勿在此处提交 issue 或 pull request。

Features

  • 嵌入式系统 - Task execution engine for complex dependency management.
  • 构建系统 - Generic task execution engine for parallelized shell and Python tasks.
  • Build Tools - Make-like build tool for embedded Linux.

Star 历史

openembedded/bitbake 的 Star 历史图表openembedded/bitbake 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Bitbake 的开源替代方案

相似的开源项目,按与 Bitbake 的功能重合度排序。
  • platformio/platformio-coreplatformio 的头像

    platformio/platformio-core

    9,299在 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
    在 GitHub 上查看↗9,299
  • pybuilder/pybuilderpybuilder 的头像

    pybuilder/pybuilder

    2,011在 GitHub 上查看↗

    Software build automation tool for Python.

    Python
    在 GitHub 上查看↗2,011
  • facebook/buck2facebook 的头像

    facebook/buck2

    4,360在 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
    在 GitHub 上查看↗4,360
  • pydoit/doitpydoit 的头像

    pydoit/doit

    2,065在 GitHub 上查看↗

    CLI task management & automation tool

    Python
    在 GitHub 上查看↗2,065
查看 Bitbake 的所有 30 个替代方案→

常见问题解答

openembedded/bitbake 是做什么的?

官方 bitbake Git 仓库位于 https://git.openembedded.org/bitbake/。请勿在此处提交 issue 或 pull request。

openembedded/bitbake 的主要功能有哪些?

openembedded/bitbake 的主要功能包括:嵌入式系统, 构建系统, Build Tools。

openembedded/bitbake 有哪些开源替代品?

openembedded/bitbake 的开源替代品包括: 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.