- Embedded Linux Development using Yocto Projects(Second Edition)
- Otavio Salvador Daiane Angolini
- 103字
- 2021-07-02 15:08:39
Using BitBake
BitBake is a task scheduler that parses Python and shell script mixed code. The code parsed generates and runs tasks, which are basically a set of steps ordered per the code's dependencies.
It evaluates all available configuration files and recipe data (known as metadata), managing dynamic variable expansion, dependencies, and code generation. It keeps track of all tasks being processed in order to ensure completion, maximizing the use of processing resources to reduce build time and being predictable. The development of BitBake is centralized in the bitbake-devel@lists.openembedded.org mailing list, and its code can be found in the bitbake subdirectory of Poky.
推薦閱讀
- Hands-On Internet of Things with MQTT
- 構建高質量的C#代碼
- 過程控制工程及仿真
- 自動檢測與轉換技術
- 網絡組建與互聯
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- Lightning Fast Animation in Element 3D
- 人工智能趣味入門:光環板程序設計
- Machine Learning Algorithms(Second Edition)
- Building Google Cloud Platform Solutions
- 深度學習原理與 TensorFlow實踐
- 軟測之魂
- Wireshark Revealed:Essential Skills for IT Professionals
- Hands-On Agile Software Development with JIRA
- 微控制器的選擇與應用