summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)Author
2010-11-21Experimental usage of the 'progressbar' moduleChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-11Move the pysh package into the bb packageChris Larson
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>
2010-11-11Don't ship our own copy of PLY, require itChris Larson
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>
2010-11-11Add missing codegen.py to the distutils installChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-11Per Luke Leighton, drop setuptools/ez_setup usageChris Larson
They are unnecessary for us. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-06-04Fix a couple typos in setup.py.Robert P. J. Day
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-09Apply the 2to3 print function transformChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-01-22setup.py: remove removed bbimage from installed scriptsMartin Jansa
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-29Initial switch from distutils to setuptools.Chris Larson
Signed-off-by: Chris Larson <clarson@kergoth.com>
2007-08-19setup.py: Update to include bb.ui (thanks pH5)Richard Purdie
2007-01-04setup.py: use FHS compatible directoriesMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
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
2005-12-18bitbake/bb/fetch:Holger Hans Peter Freyther
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
2005-07-12bitbake/setup.py:Holger Hans Peter Freyther
-Unmess the result of parser reorginisation even more. Introduce parse_py to distutils.
2005-07-06bitbake/Holger Hans Peter Freyther
Update MANIFEST and setup.py to cope with the removal of make.py and bbread and add utils.py to the MANIFEST
2005-05-18Change the bb.__version__ to 1.2.1, and adjust setup.py to actually import ↵Chris Larson
the bb module to obtain the version it uses.
2005-03-11Adjust the version in setup.py.Chris Larson
2004-12-10Set the 'url' in setup.py to our berlios.de project.Chris Larson
2004-12-09Fix the install paths of our datafiles in setup.py.Chris Larson
2004-12-08Make bbread spit out a nicer error when it encounters an IOError.Chris Larson
2004-12-07Initial import.Chris Larson