Nincs leírás

David Reyna 1b34e3c007 toaster: update Toaster for Django 1.11 6 éve
bin 286dce008d bitbake: be more explicit when warning about locale choice 6 éve
classes d830dccf94 classes/base.bbclass: Fix missing getVarFlag parameter 8 éve
conf 751c9dc51f fetch/local: Drop FILESDIR 7 éve
contrib 435c6fb838 dump_cache.py: use python3 as interpreter 7 éve
doc 6775e2de90 bitbake-user-manual-metadata: include a space on a append example 6 éve
lib 1b34e3c007 toaster: update Toaster for Django 1.11 6 éve
.gitignore 80f525e5cb toaster tests: gitignore and use absolute path for log file 9 éve
AUTHORS 7898f9a20f misc: Update the email address to a working one. 14 éve
COPYING ea7a304080 Add proper GPLv2 headers to all BitBake files 17 éve
ChangeLog 0cc632761e *: Fix typo in documentation 14 éve
HEADER ea7a304080 Add proper GPLv2 headers to all BitBake files 17 éve
LICENSE 20db6b6553 lib/bb/siggen: show word-diff for single-line values containing spaces 7 éve
MANIFEST.in b335437993 Initial switch from distutils to setuptools. 15 éve
README 28249c4270 README: new readme file including main aspects of the project 6 éve
TODO 69634847f4 Linefeed to test commits 12 éve
toaster-requirements.txt 1b34e3c007 toaster: update Toaster for Django 1.11 6 éve

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/