Bez popisu

Richard Purdie 0e4b3e2ea9 cooker/siggen: Empty siggen cache during parsing před 4 roky
bin b7483a7738 bitbake-worker child process create group before registering SIGTERM handler před 4 roky
classes 3bba0dbd52 bitbake: remove True option to getVar calls před 5 roky
conf 751c9dc51f fetch/local: Drop FILESDIR před 7 roky
contrib 104572438d contrib/dump_cache.py: make it can dump everything před 6 roky
doc cd8d4ec8ec bitbake-user-manual: Added section on modifying variables před 5 roky
lib d411b097d8 cooker/siggen: Empty siggen cache during parsing před 4 roky
.gitattributes 6065540cb9 .gitattributes: Add to improve git diff for minified css/js files před 5 roky
.gitignore 80f525e5cb toaster tests: gitignore and use absolute path for log file před 8 roky
AUTHORS 7898f9a20f misc: Update the email address to a working one. před 13 roky
ChangeLog 0cc632761e *: Fix typo in documentation před 13 roky
HEADER 34ed28a412 bitbake: Drop duplicate license boilerplace text před 4 roky
LICENSE ac556588fa bitbake: Add initial pass of SPDX license headers to source code před 4 roky
LICENSE.GPL-2.0-only ac556588fa bitbake: Add initial pass of SPDX license headers to source code před 4 roky
LICENSE.MIT ac556588fa bitbake: Add initial pass of SPDX license headers to source code před 4 roky
MANIFEST.in ac556588fa bitbake: Add initial pass of SPDX license headers to source code před 4 roky
README 28249c4270 README: new readme file including main aspects of the project před 6 roky
TODO 69634847f4 Linefeed to test commits před 12 roky
toaster-requirements.txt b081b78a33 toaster: bump django version to match build tools před 5 roky

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/