| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This setup.py doesn't actually work and due to the lack of versioning or
stability guarantees we don't endorse system-wide installation.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
setup.py currently aborts when building the documentation:
> ./setup.py build
[..]
error: [Errno 2] No such file or directory:
'/home/jab/src/x/bitbake/doc/manual'
because the doc/manual directory has been renamed to
doc/bitbake-user-manual since commit 452a62a ("doc: Rename user-manual
-> bitbake-user-manual") and its Makefile has been removed as of commit
d419907 ("user-manual: Import YP Docs templates for usermanual
improvements").
Update setup.py to reflect the new name and usage.
Signed-off-by: Andreas Bofjall <andreas@gazonk.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
Removed the old berlios BitBake project page and inserted
the BitBake page from the OE project:
http://www.openembedded.org/wiki/BitBake
Signed-off-by: Bill Traynor <wmat@alphatroop.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Yocto 2388]
Create a deploy image tool using the existing dialog including
DeployImageDialog and ImageSelectionDialog.
This tool writes bootable images to USB devices, and it can be run
directly without hob.
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* currently fails with:
running build_scripts
creating build/scripts-2.7
copying and adjusting bin/bitbake -> build/scripts-2.7
copying and adjusting bin/bitbake-layers -> build/scripts-2.7
copying and adjusting bin/bitbake-diffsigs -> build/scripts-2.7
copying and adjusting bin/bitbake-prserv -> build/scripts-2.7
error: file '/tmp/tmpfs/portage/dev-embedded/bitbake-9999/work/bitbake-9999/bitbake-selftest' does not exist
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds some basic unit testing for the codeparser and data store code. Many of
the actual test cases were taken from work by Chris Larson's OE-Signatures work but with
changes to adapt to the current bitbake APIs we need to test.
I also imported CoW tests written by Holger Freyther from the original bitbake-test
codebase: http://svn.berlios.de/wsvn/bitbake/trunk/bitbake-tests/tests/ and
some tests from the doctests that were removed in commit:
http://git.openembedded.org/bitbake/commit?id=3a11c2807972bbbddffde2fa67fc380d159da467
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
292e3430e5140b602cad86f55b5453e8cebb28a1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Without it, we get random hangs on parse failure. With it, some folks have
seen hangs even on successful cases. The former is clearly less problematic.
This is temporary, until I can finish investigating the root causes of both
issues.
Signed-off-by: Christopher Larson <kergoth@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I was getting:
Traceback (most recent call last):
File "/scratch/src/oe/bitbake/build/scripts-2.7/bitbake", line 39, in <module>
from bb import cooker
File "/scratch/src/oe/bitbake/build/lib/bb/cooker.py", line 35, in <module>
from concurrent import futures
ImportError: No module named concurrent
Command exited with non-zero status 1
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* otherwise cooker fails:
Traceback (most recent call last):
File /usr/bin/bitbake, line 39, in <module>
from bb import cooker
File /usr/lib64/python2.7/site-packages/bb/cooker.py, line 39, in <module>
import prserv.serv
ImportError: No module named prserv.serv
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
| |
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
|
|
|
|
|
| |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
|
| |
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
| |
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
|
|
|
| |
The pysh we're using is modified, and we don't want to risk it conflicting
with one from elsewhere.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
|
|
|
|
| |
PLY is publically available, so there's no point in shipping ours. We still
retain a local copy, however, so we don't lose the ability to run bitbake in
place in the source tree.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
| |
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
|
|
| |
They are unnecessary for us.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
|
| |
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
| |
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
| |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
|
|
| |
Signed-off-by: Chris Larson <clarson@kergoth.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BitBake trunk is now GPLv2 only, no mix of
MIT,FreeBSD License is left.
Update GPL headers to point to the correct
address of the FSF
Update the list of authors. Uli Luckas,
Seb Frankengul and Tim Amsell contributed to
the sourcecode as well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch courtsey RP for #438. Move the fetchers
into a separate module to ease the writing of
new fetchers and to separate the individual
implementations.
bitbake/MANIFEST:
added the new files
bitbake/setup.py:
added the fetch module
|
|
|
|
|
|
| |
-Unmess the result of parser reorginisation even more. Introduce
parse_py to distutils.
|
|
|
|
|
|
|
| |
Update MANIFEST and setup.py to cope with the removal
of make.py and bbread and add utils.py to the MANIFEST
|
|
|
|
| |
the bb module to obtain the version it uses.
|
| |
|
| |
|
| |
|
| |
|
|
|