2003-09-20 |
Chris Larson | Delete: bin/oebuild.old |
tree | commitdiff |
2003-09-20 |
Chris Larson | Add -f/--files to oeinstall. |
tree | commitdiff |
2003-09-18 |
Chris Larson | Remove debugging bits that shouldnt have existed. |
tree | commitdiff |
2003-09-18 |
Chris Larson | Create image deploy dir if it doesnt exist. |
tree | commitdiff |
2003-09-18 |
Chris Larson | Add oe.which() function. |
tree | commitdiff |
2003-09-18 |
Chris Larson | Use oe.build to spawn the image cmd. |
tree | commitdiff |
2003-09-18 |
Chris Larson | (no commit message) |
tree | commitdiff |
2003-09-17 |
Chris Larson | BUGFIX: proper default of 'packages' to all oe's in... |
tree | commitdiff |
2003-09-17 |
Chris Larson | Alter oemake syntax. see oemake --help for details. |
tree | commitdiff |
2003-09-16 |
Chris Larson | Correct behavior of die and oefatal. |
tree | commitdiff |
2003-09-16 |
Chris Larson | Critical BUGFIX: Add 'directory' handling to unpack... |
tree | commitdiff |
2003-09-16 |
Chris Larson | Dont remove the log after success, its useful to have... |
tree | commitdiff |
2003-09-16 |
Chris Larson | Delete: bin/build/oeset |
tree | commitdiff |
2003-09-16 |
Chris Larson | Delete: bin/build/oenote |
tree | commitdiff |
2003-09-16 |
Chris Larson | Delete: bin/build/oefatal |
tree | commitdiff |
2003-09-16 |
Chris Larson | Delete: bin/build/oedebug |
tree | commitdiff |
2003-09-16 |
Chris Larson | Auto merged |
tree | commitdiff |
2003-09-16 |
Chris Larson | Add autotools oeclass, and move the bin/build bits... |
tree | commitdiff |
2003-09-16 |
Chris Larson | Pass 'dirs' param in the reverse directly at export_fun... |
tree | commitdiff |
2003-09-16 |
Chris Larson | Remove unnecessary debug output. |
tree | commitdiff |
2003-09-16 |
Chris Larson | Move unpack into base oeclass. |
tree | commitdiff |
2003-09-16 |
Chris Larson | Delete: bin/build/oebuild.sh |
tree | commitdiff |
2003-09-16 |
Chris Larson | Better log handling in exec_func_shell, and call 'sh... |
tree | commitdiff |
2003-09-16 |
Chris Larson | (no commit message) |
tree | commitdiff |
2003-09-12 |
Chris Larson | Allow PN-PV files dir |
tree | commitdiff |
2003-09-09 |
Chris Larson | BUGFIX: perms on sed'd libtool binaries |
tree | commitdiff |
2003-09-09 |
Chris Larson | Add libtool handling to oe_runconf. First, locates... |
tree | commitdiff |
2003-09-08 |
Chris Larson | BUGFIX: the set_additional_vars was called before updat... |
tree | commitdiff |
2003-09-04 |
Chris Larson | Return to previous dir after fetching |
tree | commitdiff |
2003-09-04 |
Chris Larson | Correct patcher dependency |
tree | commitdiff |
2003-09-04 |
Chris Larson | Add some more target filesystem paths |
tree | commitdiff |
2003-09-04 |
Chris Larson | (no commit message) |
tree | commitdiff |
2003-09-02 |
Chris Larson | Convenience function |
tree | commitdiff |
2003-09-02 |
Chris Larson | Add __str__ method to digraph for diagnostic purposes. |
tree | commitdiff |
2003-07-31 |
Chris Larson | Update oebuild and oemake usage information |
tree | commitdiff |
2003-07-30 |
Chris Larson | BUGFIX: Make --cmd work for oemake (-c worked previousl... |
tree | commitdiff |
2003-07-30 |
Chris Larson | Remove the necessity to append do_ to commands to clean... |
tree | commitdiff |
2003-07-30 |
Chris Larson | Complete TODO: Allow specifying TOPDIR via the environm... |
tree | commitdiff |
2003-07-30 |
Chris Larson | Complete TODO item, allow -c/--cmd option for oemake... |
tree | commitdiff |
2003-07-30 |
Chris Larson | Check for .oe files in current dir in oemake execution. |
tree | commitdiff |
2003-07-30 |
Chris Larson | Complete TODO items related to execution of oebuild... |
tree | commitdiff |
2003-07-28 |
Chris Larson | Prevent an infinate recursion case |
tree | commitdiff |
2003-07-28 |
Chris Larson | Allow deletion of prepends/appends items |
tree | commitdiff |
2003-07-28 |
Chris Larson | Remove debug output |
tree | commitdiff |
2003-07-28 |
Chris Larson | Give .oe files the ability to add items to oefiles... |
tree | commitdiff |
2003-07-28 |
Chris Larson | BUGFIX: vars_from_fn handling in the case of a filename... |
tree | commitdiff |
2003-07-28 |
Chris Larson | Revamp bits of the variable set from filename |
tree | commitdiff |
2003-07-28 |
Chris Larson | Preserve current path |
tree | commitdiff |
2003-07-28 |
Chris Larson | Allow seperate build dir from src |
tree | commitdiff |
2003-07-28 |
Chris Larson | Adjustments to current path to facilitate better intera... |
tree | commitdiff |
2003-07-28 |
Chris Larson | (no commit message) |
tree | commitdiff |
2003-07-25 |
Chris Larson | Update TODO |
tree | commitdiff |
2003-07-25 |
Chris Larson | Complete a few TODO items for functionality in an upstr... |
tree | commitdiff |
2003-07-14 |
Chris Larson | Update documentation, and make use of doctest, for... |
tree | commitdiff |
2003-07-10 |
Chris Larson | Rename oemake the make spawn tool to prevent namespace... |
tree | commitdiff |
2003-07-10 |
Chris Larson | BUGFIX: Handle uncompressed patches properly |
tree | commitdiff |
2003-07-09 |
Chris Larson | Move .oe/.conf obtaining into the handler rather than... |
tree | commitdiff |
2003-07-09 |
Chris Larson | Update OEFILES based on cmdline files in oemake |
tree | commitdiff |
2003-07-09 |
Chris Larson | BUGFIX: dont require write access to .conf files |
tree | commitdiff |
2003-07-09 |
Chris Larson | Allow passing 'dirs' in, in exec_func. needed by the... |
tree | commitdiff |
2003-07-09 |
Chris Larson | Revamp our _prepend/_append handling to fix the major... |
tree | commitdiff |
2003-07-07 |
Chris Larson | Teach 'include' lines from .oe/.conf/.oeclass to be... |
tree | commitdiff |
2003-07-07 |
Chris Larson | Change a copy to a deepcopy to fix a bug in package... |
tree | commitdiff |
2003-07-07 |
Chris Larson | BUGFIX: uncomment a miscommented block :) |
tree | commitdiff |
2003-07-07 |
Chris Larson | (no commit message) |
tree | commitdiff |
2003-07-03 |
Chris Larson | Teach oemake to handle wildcards in OEFILES |
tree | commitdiff |
2003-07-03 |
Chris Larson | BUGFIX: make INHERIT work. |
tree | commitdiff |
2003-07-02 |
Chris Larson | BUGFIX: oedir vs topdir was breaking filesdir |
tree | commitdiff |
2003-07-02 |
Chris Larson | BUGFIX: 1) wasnt expanding OEFILES, 2) was aborting... |
tree | commitdiff |
2003-07-02 |
Chris Larson | Add an emit_var convenience function |
tree | commitdiff |
2003-07-02 |
Chris Larson | (no commit message) |
tree | commitdiff |
2003-07-02 |
Chris Larson | Update oebuild usage information |
tree | commitdiff |
2003-07-02 |
Chris Larson | Add -v/--version cmdline opt to oebuild |
tree | commitdiff |
2003-07-02 |
Chris Larson | Turn on SCCS flag |
tree | commitdiff |
2003-07-01 |
Chris Larson | Add /usr/share/oe to the end of oepath regardless.... |
tree | commitdiff |
2003-07-01 |
Chris Larson | Add optional third argument to getVar, which results... |
tree | commitdiff |
2003-07-01 |
Chris Larson | add 'bk' as a valid version ending |
tree | commitdiff |
2003-07-01 |
Chris Larson | Add /usr/share/oe to the pythonpath. |
tree | commitdiff |
2003-07-01 |
Chris Larson | Finish up the rpm output form |
tree | commitdiff |
2003-06-30 |
Chris Larson | Updates to the srpm builder.. it actually seems to... |
tree | commitdiff |
2003-06-30 |
Chris Larson | BUGFIXES: we didnt reset some flags on certain pieces... |
tree | commitdiff |
2003-06-30 |
Chris Larson | BUGFIX: remove the duplicate event firing on start... |
tree | commitdiff |
2003-06-30 |
Chris Larson | BUGFIX: do_patch shouldnt fail when SRC_URI is unset |
tree | commitdiff |
2003-06-30 |
Chris Larson | BUGFIX: corrected a serious bug in the addtask implemen... |
tree | commitdiff |
2003-06-30 |
Chris Larson | BUGFIX in python sub in export (${@pythoncode}), import... |
tree | commitdiff |
2003-06-30 |
Chris Larson | Add src.rpm handler |
tree | commitdiff |
2003-06-30 |
Chris Larson | (no commit message) |
tree | commitdiff |
2003-06-30 |
Chris Larson | srpm class naming change |
tree | commitdiff |
2003-06-30 |
Chris Larson | Call update_data() in the .oe handler. |
tree | commitdiff |
2003-06-30 |
Chris Larson | 1) prepend content/patcher to DEPENDS, to ensure we... |
tree | commitdiff |
2003-06-30 |
Chris Larson | BUGFIX: patch wasnt being added to the 'after' list... |
tree | commitdiff |
2003-06-30 |
Chris Larson | Teach do_showdata to emit the python functions as well. |
tree | commitdiff |
2003-06-30 |
Chris Larson | Set 'nostamp' on do_showdata |
tree | commitdiff |
2003-06-30 |
Chris Larson | Add 'do_showdata' task, which does what do_showenv... |
tree | commitdiff |
2003-06-30 |
Chris Larson | Allow passing .oe files on the commandline as well... |
tree | commitdiff |
2003-06-27 |
Chris Larson | Implement an inheritence cache. |
tree | commitdiff |
2003-06-27 |
Chris Larson | Changing the behaviors of include and inherit wrt non... |
tree | commitdiff |
2003-06-27 |
Chris Larson | Pass config data into the overall build event handlers... |
tree | commitdiff |
2003-06-27 |
Chris Larson | Rename: bin/buildtest -> bin/tests/build |
tree | commitdiff |
2003-06-27 |
Chris Larson | BUGFIX: D var was being hosed. |
tree | commitdiff |
next |