BitBake
Sign in to saveBitBake is a task execution engine build automation tool that allows shell and Python tasks to run in parallel yet in order constrained by configured dependencies. It was originally developed for and is commonly used to build embedded Linux distributions often using a cross compiler to target a system that differs architecturally from the build host.
Wikidata facts
- Instance of
- build automation
- Part of
- OpenEmbedded
- Official website
- www.yoctoproject.org/software-item/bitbake
- Has use
- build automation
Show 6 more facts
- programmed in
- Python
- source code repository URL
- github.com/openembedded/bitbake.git
- copyright license
- GNU General Public License
- operating system
- Linux
- software version identifier
- 1.42.0
Sources (7)
via Wikidata · CC0
Article · 中文
BitBake,一種軟體組建自動化,以Python語言實作。功能類似於make,特別針對於嵌入式Linux交叉編譯器環境所設計研發,但BitBake的用途不受限於此。 它源自於Gentoo Linux的軟體包管理系統Portage。被OpenEmbedded計畫採用之後,由OpenEmbedded負責維持一段時間,並發展成獨立的軟體工具。現在BitBake由Yocto計劃與OpenEmbedded負責維護。 BitBake自動化建置處方(recipes)描述了如何抓取,配置,編譯與安裝指定的應用程式或套件。包括了該套件相依性,原始碼路徑,配置,編譯,建置,安裝與移除指令。同時在標準變數中儲存中介資料。
Abstract from DBpedia / Wikipedia · CC BY-SA