No Description

Stacy Gaikovaia fec2b85689 main: Handle cooker daemon startup error 3 years ago
bin f421de9eff bitbake: Bump version to 1.48.0 ready for the new release 3 years ago
classes a8e7e91340 base.bbclass: fix 'python should use 4 spaces indentation' warnings 4 years ago
conf b94dec477a bitbake.conf: Drop unneeded variables from bitbake.conf 3 years ago
contrib 0457482e25 bitbake: Add parsing torture test 3 years ago
doc a7c47f1eac sphinx: rename Makefile.sphinx 3 years ago
lib fec2b85689 main: Handle cooker daemon startup error 3 years ago
.gitattributes 6065540cb9 .gitattributes: Add to improve git diff for minified css/js files 5 years ago
.gitignore 80f525e5cb toaster tests: gitignore and use absolute path for log file 8 years ago
AUTHORS 7898f9a20f misc: Update the email address to a working one. 13 years ago
ChangeLog 0cc632761e *: Fix typo in documentation 13 years ago
LICENSE ff237c3333 bitbake: Add initial pass of SPDX license headers to source code 4 years ago
LICENSE.GPL-2.0-only ff237c3333 bitbake: Add initial pass of SPDX license headers to source code 4 years ago
LICENSE.MIT ff237c3333 bitbake: Add initial pass of SPDX license headers to source code 4 years ago
MANIFEST.in 9b4a9e5459 HEADER: Drop it 4 years ago
README 28249c4270 README: new readme file including main aspects of the project 6 years ago
TODO 69634847f4 Linefeed to test commits 12 years ago
toaster-requirements.txt ee15e78c6f toaster-requirements.txt: require Django 2.2 3 years ago

README

Bitbake
=======

BitBake is a generic task execution engine that allows shell and Python tasks to be run
efficiently and in parallel while working within complex inter-task dependency constraints.
One of BitBake's main users, OpenEmbedded, takes this core and builds embedded Linux software
stacks using a task-oriented approach.

For information about Bitbake, see the OpenEmbedded website:
http://www.openembedded.org/

Bitbake plain documentation can be found under the doc directory or its integrated
html version at the Yocto Project website:
http://yoctoproject.org/documentation

Contributing
------------

Please refer to
http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
for guidelines on how to submit patches, just note that the latter documentation is intended
for OpenEmbedded (and its core) not bitbake patches (bitbake-devel@lists.openembedded.org)
but in general main guidelines apply. Once the commit(s) have been created, the way to send
the patch is through git-send-email. For example, to send the last commit (HEAD) on current
branch, type:

git send-email -M -1 --to bitbake-devel@lists.openembedded.org

Mailing list:

http://lists.openembedded.org/mailman/listinfo/bitbake-devel

Source code:

http://git.openembedded.org/bitbake/