Age | Commit message (Collapse) | Author | Files |
|
populate_staging task to populate_sysroot
This change, pulled from Poky, makes the purpose of the staging directory more
obvious and the taskname more true to what it now actually does.
The layout version number is increased due to the change in layout but code to
convert existing directories and insert a symlink for backwards compatibility
is included.
This patch also includes fixes for all recipes which reference the directory.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
|
|
|
|
|
|
|
|
Store md5 and sha256 sums in a ini file and verify
it with a local file. This code has been tested (manually)
on OSX and should be integrated into either OE or BitBake
|
|
bugs.openembedded.org
Abuse the class attribute even further and check for severities. We are
able to find all 2006 bugs of OpenEmbedded and all 282 bugs of OpenMoko
|
|
|
|
This file can extract the bug number and status from a
query page of bugzilla. And will be used by the "automatic
test monkey class"
|
|
use getattr to get the function by name
|
|
-do not have an argument for the getter methods
-return the file list verbosely
|
|
Start parsing the packages using ipkg.py and implement
a simple comparing of two packages.
Todo:
-Remove, analyse the error when comparing
-Find a way to invoke the method by name (__call__ or such)
-Compare post install, pre install scripts
-Find the source for different md5sums (files, control script, header, files)
|
|
Implement diffing the content of two directories
and showing the difference. as mithro pointed out
the splitting could be done in one loop and I have
other optimisations in my head as well, but this way
it just looks sexy and is intuitive.
|
|
Add a work in progress ipkg-diff utilitiy to show
differences between two directory of ipk packages files.
Currently it does nothing.
|