Aucune description

Richard Purdie c84d1929b3 tests/fetch: Switch from git.infradead.org to a YP mirror il y a 3 ans
bin 4d7017a48c bitbake-worker child process create group before registering SIGTERM handler il y a 4 ans
classes 3bba0dbd52 bitbake: remove True option to getVar calls il y a 5 ans
conf 751c9dc51f fetch/local: Drop FILESDIR il y a 7 ans
contrib 5e43070e30 bitbake: Strip old editor directives from file headers il y a 5 ans
doc 648ec12d77 bitbake-user-manual: Update multiconfig syntax and explanation of BBMULTICONFIG il y a 4 ans
lib fd279f857c tests/fetch: Switch from git.infradead.org to a YP mirror il y a 3 ans
.gitattributes 6065540cb9 .gitattributes: Add to improve git diff for minified css/js files il y a 5 ans
.gitignore 80f525e5cb toaster tests: gitignore and use absolute path for log file il y a 8 ans
AUTHORS 7898f9a20f misc: Update the email address to a working one. il y a 13 ans
ChangeLog 0cc632761e *: Fix typo in documentation il y a 13 ans
LICENSE ff237c3333 bitbake: Add initial pass of SPDX license headers to source code il y a 5 ans
LICENSE.GPL-2.0-only ff237c3333 bitbake: Add initial pass of SPDX license headers to source code il y a 5 ans
LICENSE.MIT ff237c3333 bitbake: Add initial pass of SPDX license headers to source code il y a 5 ans
MANIFEST.in 9b4a9e5459 HEADER: Drop it il y a 5 ans
README 28249c4270 README: new readme file including main aspects of the project il y a 6 ans
TODO 69634847f4 Linefeed to test commits il y a 12 ans
toaster-requirements.txt b081b78a33 toaster: bump django version to match build tools il y a 5 ans

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/