summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2003-09-20Delete: bin/oebuild.oldChris Larson
2003-09-20Add -f/--files to oeinstall.Chris Larson
2003-09-18Remove debugging bits that shouldnt have existed.Chris Larson
2003-09-18Create image deploy dir if it doesnt exist.Chris Larson
2003-09-18Add oe.which() function.Chris Larson
2003-09-18Use oe.build to spawn the image cmd.Chris Larson
2003-09-18(no commit message)Chris Larson
2003-09-17BUGFIX: proper default of 'packages' to all oe's in OEFILES.Chris Larson
2003-09-17Alter oemake syntax. see oemake --help for details.Chris Larson
2003-09-16Correct behavior of die and oefatal.Chris Larson
2003-09-16Critical BUGFIX: Add 'directory' handling to unpack for cvs and bk sources.Chris Larson
2003-09-16Dont remove the log after success, its useful to have around.Chris Larson
2003-09-16Delete: bin/build/oesetChris Larson
2003-09-16Delete: bin/build/oenoteChris Larson
2003-09-16Delete: bin/build/oefatalChris Larson
2003-09-16Delete: bin/build/oedebugChris Larson
2003-09-16Auto mergedChris Larson
2003-09-16Add autotools oeclass, and move the bin/build bits away.Chris Larson
2003-09-16Pass 'dirs' param in the reverse directly at export_functions time.Chris Larson
2003-09-16Remove unnecessary debug output.Chris Larson
2003-09-16Move unpack into base oeclass.Chris Larson
2003-09-16Delete: bin/build/oebuild.shChris Larson
2003-09-16Better log handling in exec_func_shell, and call 'sh', not 'bash'.Chris Larson
2003-09-16(no commit message)Chris Larson
2003-09-12Allow PN-PV files dirChris Larson
2003-09-09BUGFIX: perms on sed'd libtool binariesChris Larson
2003-09-09Add libtool handling to oe_runconf. First, locates any ltmain.sh files in th...Chris Larson
2003-09-08BUGFIX: the set_additional_vars was called before update_data, so overrides o...Chris Larson
2003-09-04Return to previous dir after fetchingChris Larson
2003-09-04Correct patcher dependencyChris Larson
2003-09-04Add some more target filesystem pathsChris Larson
2003-09-04(no commit message)Chris Larson
2003-09-02Convenience functionChris Larson
2003-09-02Add __str__ method to digraph for diagnostic purposes.Chris Larson
2003-07-31Update oebuild and oemake usage informationChris Larson
2003-07-30BUGFIX: Make --cmd work for oemake (-c worked previously, just not --cmd)Chris Larson
2003-07-30Remove the necessity to append do_ to commands to clean up UI.Chris Larson
2003-07-30Complete TODO: Allow specifying TOPDIR via the environment or .conf file, wit...Chris Larson
2003-07-30Complete TODO item, allow -c/--cmd option for oemake to specify the task to e...Chris Larson
2003-07-30Check for .oe files in current dir in oemake execution.Chris Larson
2003-07-30Complete TODO items related to execution of oebuild with a single commandline...Chris Larson
2003-07-28Prevent an infinate recursion caseChris Larson
2003-07-28Allow deletion of prepends/appends itemsChris Larson
2003-07-28Remove debug outputChris Larson
2003-07-28Give .oe files the ability to add items to oefiles (needed for upstream opera...Chris Larson
2003-07-28BUGFIX: vars_from_fn handling in the case of a filename only containing filen...Chris Larson
2003-07-28Revamp bits of the variable set from filenameChris Larson
2003-07-28Preserve current pathChris Larson
2003-07-28Allow seperate build dir from srcChris Larson
2003-07-28Adjustments to current path to facilitate better interaction in an upstream s...Chris Larson