Nenhuma descrição

Richard Purdie 899f0a022b tinfoil: Add back ability to parse on top of a datastore 4 anos atrás
bin 7639623073 bitbake: Update to version 1.46 4 anos atrás
classes a8e7e91340 base.bbclass: fix 'python should use 4 spaces indentation' warnings 4 anos atrás
conf 751c9dc51f fetch/local: Drop FILESDIR 7 anos atrás
contrib 766587c0ba knotty: Update hash equivalence logging 4 anos atrás
doc 4780df48d5 bitbake-user-manual: immediate-variable-expansion: Correct description 4 anos atrás
lib 4618da2094 tinfoil: Add back ability to parse on top of a datastore 4 anos atrás
.gitattributes 6065540cb9 .gitattributes: Add to improve git diff for minified css/js files 5 anos atrás
.gitignore 80f525e5cb toaster tests: gitignore and use absolute path for log file 8 anos atrás
AUTHORS 7898f9a20f misc: Update the email address to a working one. 13 anos atrás
ChangeLog 0cc632761e *: Fix typo in documentation 13 anos atrás
LICENSE ff237c3333 bitbake: Add initial pass of SPDX license headers to source code 5 anos atrás
LICENSE.GPL-2.0-only ff237c3333 bitbake: Add initial pass of SPDX license headers to source code 5 anos atrás
LICENSE.MIT ff237c3333 bitbake: Add initial pass of SPDX license headers to source code 5 anos atrás
MANIFEST.in 9b4a9e5459 HEADER: Drop it 5 anos atrás
README 28249c4270 README: new readme file including main aspects of the project 6 anos atrás
TODO 69634847f4 Linefeed to test commits 12 anos atrás
toaster-requirements.txt b081b78a33 toaster: bump django version to match build tools 5 anos atrás

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/