vuplus_bitbake
20 years agouse common make module
Michael 'Mickey' Lauer [Thu, 1 Apr 2004 18:25:47 +0000 (18:25 +0000)]
use common make module

20 years agosupply filename as argument to callback
Michael 'Mickey' Lauer [Thu, 1 Apr 2004 18:25:47 +0000 (18:25 +0000)]
supply filename as argument to callback

20 years agocompilefix
Michael 'Mickey' Lauer [Thu, 1 Apr 2004 18:25:47 +0000 (18:25 +0000)]
compilefix

20 years agoSCCS merged
Chris Larson [Thu, 1 Apr 2004 18:25:47 +0000 (18:25 +0000)]
SCCS merged

20 years agoAdapt to new build vs source dir bits, and dont execute a function if hte function...
Chris Larson [Wed, 31 Mar 2004 18:14:29 +0000 (18:14 +0000)]
Adapt to new build vs source dir bits, and dont execute a function if hte function's body is empty.

20 years agoTeach the oe tools to catch Exception so they fail a bit cleaner on exceptions it...
Chris Larson [Wed, 31 Mar 2004 18:14:28 +0000 (18:14 +0000)]
Teach the oe tools to catch Exception so they fail a bit cleaner on exceptions it doesnt normally know how to handle.

20 years agoRaise an exception when a variable references itself, rather than exiting the process.
Chris Larson [Wed, 31 Mar 2004 18:14:27 +0000 (18:14 +0000)]
Raise an exception when a variable references itself, rather than exiting the process.

20 years agoAdd a parse error exception, and use that for unparsed lines rather than exiting...
Chris Larson [Wed, 31 Mar 2004 18:14:27 +0000 (18:14 +0000)]
Add a parse error exception, and use that for unparsed lines rather than exiting the process.

20 years agoImprove performance by cutting down duplication expansions.
Chris Larson [Wed, 31 Mar 2004 18:14:24 +0000 (18:14 +0000)]
Improve performance by cutting down duplication expansions.

20 years agoImplement a check for variable recursion at expansion time.
Chris Larson [Wed, 31 Mar 2004 18:14:22 +0000 (18:14 +0000)]
Implement a check for variable recursion at expansion time.

20 years agoUnbork OEDEBUG (sorta)
Chris Larson [Wed, 31 Mar 2004 18:14:21 +0000 (18:14 +0000)]
Unbork OEDEBUG (sorta)

20 years agoMake use of STAGING_DATADIR
Chris Larson [Wed, 31 Mar 2004 18:14:21 +0000 (18:14 +0000)]
Make use of STAGING_DATADIR

20 years agoFix manifest expansion.
Chris Larson [Wed, 31 Mar 2004 18:14:21 +0000 (18:14 +0000)]
Fix manifest expansion.

20 years agoCorrect path search order for md5sum in fetch.
Chris Larson [Wed, 31 Mar 2004 18:14:21 +0000 (18:14 +0000)]
Correct path search order for md5sum in fetch.

20 years agoBUGFIX: kill unnecessary empty line in function emission.
Chris Larson [Wed, 31 Mar 2004 18:14:21 +0000 (18:14 +0000)]
BUGFIX: kill unnecessary empty line in function emission.

20 years agoMove some variable sets out of the parser, add support for anonymous functions (execu...
Chris Larson [Wed, 31 Mar 2004 18:14:20 +0000 (18:14 +0000)]
Move some variable sets out of the parser, add support for anonymous functions (executed as a queue at the end of the parse), and fix a FILE variable bug.

20 years agoManifest updates.. preparing to actually make use of it.
Chris Larson [Wed, 31 Mar 2004 18:14:19 +0000 (18:14 +0000)]
Manifest updates.. preparing to actually make use of it.

20 years agosupport python function expansion
Michael 'Mickey' Lauer [Wed, 31 Mar 2004 10:27:26 +0000 (10:27 +0000)]
support python function expansion

20 years agorun fakeroot from ${STAGING_BINDIR}
erich [Wed, 31 Mar 2004 04:48:46 +0000 (04:48 +0000)]
run fakeroot from ${STAGING_BINDIR}

20 years agoAlterations to OE data behavior.
Chris Larson [Sun, 28 Mar 2004 22:35:06 +0000 (22:35 +0000)]
Alterations to OE data behavior.

20 years agoAdd commented set of the export flag on some vars, in case it becomes necessary.
Chris Larson [Sun, 28 Mar 2004 22:35:06 +0000 (22:35 +0000)]
Add commented set of the export flag on some vars, in case it becomes necessary.

20 years agosupport 'fakeroot' attribute for functions
Michael 'Mickey' Lauer [Sun, 28 Mar 2004 22:16:48 +0000 (22:16 +0000)]
support 'fakeroot' attribute for functions

20 years agoadd version check
Michael 'Mickey' Lauer [Sat, 27 Mar 2004 23:48:46 +0000 (23:48 +0000)]
add version check

20 years agoChange a few remnant a.has_key(b) users to b in a.
Chris Larson [Sat, 27 Mar 2004 14:39:57 +0000 (14:39 +0000)]
Change a few remnant a.has_key(b) users to b in a.

20 years agoTeach oemake to obey OEMASK.
Chris Larson [Tue, 23 Mar 2004 23:08:27 +0000 (23:08 +0000)]
Teach oemake to obey OEMASK.

20 years agoBUGFIX: bug that resulted in ${TOPDIR} being unexpanded in a certain error path.
Chris Larson [Tue, 23 Mar 2004 19:15:03 +0000 (19:15 +0000)]
BUGFIX: bug that resulted in ${TOPDIR} being unexpanded in a certain error path.

20 years agorefactor some things out into functions
Michael 'Mickey' Lauer [Tue, 23 Mar 2004 19:15:01 +0000 (19:15 +0000)]
refactor some things out into functions
goal is to either be able to include oemake into the gui/frontend tools and reuse the functions
or to factor the things out into a make.py file in bin/oe. Opinions on what to choose?

20 years agofix name
Michael 'Mickey' Lauer [Tue, 23 Mar 2004 19:15:01 +0000 (19:15 +0000)]
fix name

20 years agocheck column
Michael 'Mickey' Lauer [Tue, 23 Mar 2004 19:15:01 +0000 (19:15 +0000)]
check column
add parameter for collapsing/expanding all

20 years agoHandle empty fields specified with '-'
Chris Larson [Tue, 16 Mar 2004 20:29:21 +0000 (20:29 +0000)]
Handle empty fields specified with '-'

20 years agoAdd another field to the manifest, what the package name is, that provides the file.
Chris Larson [Tue, 16 Mar 2004 20:29:21 +0000 (20:29 +0000)]
Add another field to the manifest, what the package name is, that provides the file.

20 years agoOutput do_stage in the proof of concept file manifest parser.
Chris Larson [Tue, 16 Mar 2004 18:48:56 +0000 (18:48 +0000)]
Output do_stage in the proof of concept file manifest parser.

20 years agoBUGFIX: make oeread usable again.
Chris Larson [Tue, 16 Mar 2004 05:07:59 +0000 (05:07 +0000)]
BUGFIX: make oeread usable again.

20 years ago(no commit message)
Chris Larson [Tue, 16 Mar 2004 04:58:19 +0000 (04:58 +0000)]

20 years agoUpdate the way we execute python functions, so on failure we actually see what functi...
Chris Larson [Mon, 15 Mar 2004 20:16:57 +0000 (20:16 +0000)]
Update the way we execute python functions, so on failure we actually see what function and line number the failure occurred at.  Also put said execution into its own scope to prevent namespace pollution.

20 years agogive a reason when a task fails
Michael 'Mickey' Lauer [Sat, 13 Mar 2004 13:45:16 +0000 (13:45 +0000)]
give a reason when a task fails

20 years agoFix the attempts to unpack the wrong filename tarball when tag is set.
Chris Larson [Thu, 11 Mar 2004 22:52:30 +0000 (22:52 +0000)]
Fix the attempts to unpack the wrong filename tarball when tag is set.

20 years agoFix fetching sources for tag (not branch) cvs checkouts.
Chris Larson [Thu, 11 Mar 2004 22:46:29 +0000 (22:46 +0000)]
Fix fetching sources for tag (not branch) cvs checkouts.

20 years agoAlter cvs fetching.. when date isnt set, set it to today.
Chris Larson [Thu, 11 Mar 2004 18:51:14 +0000 (18:51 +0000)]
Alter cvs fetching.. when date isnt set, set it to today.

20 years agopackages synchronize themselves
Michael 'Mickey' Lauer [Mon, 8 Mar 2004 21:47:50 +0000 (21:47 +0000)]
packages synchronize themselves
expand all after rescanning

20 years agomisc
Michael 'Mickey' Lauer [Mon, 8 Mar 2004 21:47:50 +0000 (21:47 +0000)]
misc

20 years agogetVar
Michael 'Mickey' Lauer [Mon, 8 Mar 2004 21:47:50 +0000 (21:47 +0000)]
getVar

20 years agoadd expandAll
Michael 'Mickey' Lauer [Mon, 8 Mar 2004 21:47:50 +0000 (21:47 +0000)]
add expandAll

20 years agoversion number increment
Michael 'Mickey' Lauer [Sat, 6 Mar 2004 18:02:06 +0000 (18:02 +0000)]
version number increment

20 years agoitems are now grouped not only by virtual but also by multiple
Michael 'Mickey' Lauer [Sat, 6 Mar 2004 18:02:06 +0000 (18:02 +0000)]
items are now grouped not only by virtual but also by multiple
(even if there is only one version available, maybe change that later)

20 years ago(no commit message)
Chris Larson [Fri, 5 Mar 2004 17:35:38 +0000 (17:35 +0000)]

20 years agoRevert a re match change that borked patch application.
Chris Larson [Wed, 3 Mar 2004 08:54:34 +0000 (08:54 +0000)]
Revert a re match change that borked patch application.

20 years agoAdd initial pass at mirror support.
Chris Larson [Wed, 3 Mar 2004 08:13:18 +0000 (08:13 +0000)]
Add initial pass at mirror support.

20 years agoupdate
Michael 'Mickey' Lauer [Fri, 27 Feb 2004 00:03:36 +0000 (00:03 +0000)]
update

20 years agostatustest
Michael 'Mickey' Lauer [Fri, 27 Feb 2004 00:03:36 +0000 (00:03 +0000)]
statustest

20 years agoincrement verson
Michael 'Mickey' Lauer [Fri, 27 Feb 2004 00:03:36 +0000 (00:03 +0000)]
increment verson

20 years ago(no commit message)
Michael 'Mickey' Lauer [Fri, 27 Feb 2004 00:03:36 +0000 (00:03 +0000)]

20 years agotest
Michael 'Mickey' Lauer [Thu, 26 Feb 2004 17:08:38 +0000 (17:08 +0000)]
test

20 years agopackageview is now a custom widget
Michael 'Mickey' Lauer [Thu, 26 Feb 2004 17:08:38 +0000 (17:08 +0000)]
packageview is now a custom widget

20 years agomore info
Michael 'Mickey' Lauer [Thu, 26 Feb 2004 17:08:38 +0000 (17:08 +0000)]
more info

20 years agoinsert columns for check and status
Michael 'Mickey' Lauer [Thu, 26 Feb 2004 17:08:38 +0000 (17:08 +0000)]
insert columns for check and status

20 years ago(no commit message)
Michael 'Mickey' Lauer [Thu, 26 Feb 2004 17:08:38 +0000 (17:08 +0000)]

20 years agoupdate
Michael 'Mickey' Lauer [Wed, 25 Feb 2004 18:18:37 +0000 (18:18 +0000)]
update

20 years ago(no commit message)
Michael 'Mickey' Lauer [Wed, 25 Feb 2004 18:18:37 +0000 (18:18 +0000)]

20 years agomake compatible with python 2.2
Michael 'Mickey' Lauer [Mon, 23 Feb 2004 14:29:08 +0000 (14:29 +0000)]
make compatible with python 2.2

20 years agouse oe.data to parse
Michael 'Mickey' Lauer [Sat, 21 Feb 2004 14:29:22 +0000 (14:29 +0000)]
use oe.data to parse

20 years agomore information in listview, will refactor into own class soon
Michael 'Mickey' Lauer [Sat, 21 Feb 2004 14:29:22 +0000 (14:29 +0000)]
more information in listview, will refactor into own class soon

20 years agomore columns, s/package/provider/
Michael 'Mickey' Lauer [Sat, 21 Feb 2004 14:29:22 +0000 (14:29 +0000)]
more columns, s/package/provider/

20 years agoadjust
Michael 'Mickey' Lauer [Sat, 21 Feb 2004 14:29:22 +0000 (14:29 +0000)]
adjust

20 years agostart rescan on launch
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 22:45:50 +0000 (22:45 +0000)]
start rescan on launch

20 years agorefactoring
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 22:45:50 +0000 (22:45 +0000)]
refactoring

20 years agonew stuff
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 22:45:50 +0000 (22:45 +0000)]
new stuff

20 years agodon't use language or pyuic breaks parsing the <slots>
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 22:45:50 +0000 (22:45 +0000)]
don't use language or pyuic breaks parsing the <slots>

20 years agoadd appcaption
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 22:45:50 +0000 (22:45 +0000)]
add appcaption

20 years ago(no commit message)
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 22:45:50 +0000 (22:45 +0000)]

20 years agomove events to oe/event - we need them from various places
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 16:05:12 +0000 (16:05 +0000)]
move events to oe/event - we need them from various places

20 years agoadd event classes to this file
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 16:05:12 +0000 (16:05 +0000)]
add event classes to this file

20 years agodummy functions for NYI stuff
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 13:43:12 +0000 (13:43 +0000)]
dummy functions for NYI stuff

20 years agoadd import guard
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 13:43:12 +0000 (13:43 +0000)]
add import guard

20 years ago(no commit message)
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 13:43:12 +0000 (13:43 +0000)]

20 years agorename and add an image
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 13:25:00 +0000 (13:25 +0000)]
rename and add an image

20 years agorename
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 13:25:00 +0000 (13:25 +0000)]
rename

20 years agocosmetics
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 13:25:00 +0000 (13:25 +0000)]
cosmetics

20 years agoadd executable
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 13:25:00 +0000 (13:25 +0000)]
add executable

20 years ago(no commit message)
Michael 'Mickey' Lauer [Wed, 18 Feb 2004 13:25:00 +0000 (13:25 +0000)]

20 years ago(no commit message)
Michael 'Mickey' Lauer [Tue, 17 Feb 2004 23:09:21 +0000 (23:09 +0000)]

20 years agomvdir
Michael 'Mickey' Lauer [Mon, 16 Feb 2004 18:07:40 +0000 (18:07 +0000)]
mvdir

20 years agodelete the spinner class and use a nice cycle generator
Michael 'Mickey' Lauer [Mon, 16 Feb 2004 18:07:40 +0000 (18:07 +0000)]
delete the spinner class and use a nice cycle generator
convert option handling from getopt to optparse

20 years agoRename: bin/daemon.py -> bin/utils/daemon.py
Michael 'Mickey' Lauer [Mon, 16 Feb 2004 18:07:40 +0000 (18:07 +0000)]
Rename: bin/daemon.py -> bin/utils/daemon.py

20 years ago(no commit message)
Michael 'Mickey' Lauer [Mon, 16 Feb 2004 18:07:40 +0000 (18:07 +0000)]

20 years agoReplacing B.has_key(A) calls with A in B.
Chris Larson [Mon, 26 Jan 2004 20:19:06 +0000 (20:19 +0000)]
Replacing B.has_key(A) calls with A in B.

20 years agoanother optimization, another few percent
Gerald Britton [Sat, 24 Jan 2004 17:58:19 +0000 (17:58 +0000)]
another optimization, another few percent

20 years ago(no commit message)
Gerald Britton [Sat, 24 Jan 2004 17:43:45 +0000 (17:43 +0000)]

20 years agoAuto merged
Gerald Britton [Sat, 24 Jan 2004 16:44:55 +0000 (16:44 +0000)]
Auto merged

20 years agoBUGFIX: silly bug in the overrides application.
Chris Larson [Sat, 24 Jan 2004 16:36:08 +0000 (16:36 +0000)]
BUGFIX: silly bug in the overrides application.

20 years agoMove compile of 'word' regex to the module scope.
Chris Larson [Sat, 24 Jan 2004 05:41:18 +0000 (05:41 +0000)]
Move compile of 'word' regex to the module scope.

20 years agoFirst pass of improvements to the data handling to improve oemake performance.
Chris Larson [Sat, 24 Jan 2004 04:50:58 +0000 (04:50 +0000)]
First pass of improvements to the data handling to improve oemake performance.

20 years agoMake oemake 'del' a package's metadata when said package's build is complete.
Chris Larson [Fri, 23 Jan 2004 21:03:23 +0000 (21:03 +0000)]
Make oemake 'del' a package's metadata when said package's build is complete.

20 years agoAdd --abort/-a back, as a no-op with a warning.
Chris Larson [Fri, 23 Jan 2004 19:10:46 +0000 (19:10 +0000)]
Add --abort/-a back, as a no-op with a warning.

20 years agooemake syntax change. abort on failure is now default, with -k commandline option...
Chris Larson [Fri, 23 Jan 2004 19:07:06 +0000 (19:07 +0000)]
oemake syntax change.  abort on failure is now default, with -k commandline option to continue as much as possible (same cmdline opt as gmake.

20 years agoAdd a spinner during oemake's .oe parsing.
Chris Larson [Fri, 23 Jan 2004 18:58:04 +0000 (18:58 +0000)]
Add a spinner during oemake's .oe parsing.

20 years agoCosmetic change.. 'succeeded' changed to 'completed', since in the context of a task...
Chris Larson [Fri, 23 Jan 2004 11:03:47 +0000 (11:03 +0000)]
Cosmetic change.. 'succeeded' changed to 'completed', since in the context of a task that may not actually need to do anything, completion is more accurate than success.

20 years agoRevamp task handling to accomidate a change to oemake. It now runs the builds direct...
Chris Larson [Fri, 23 Jan 2004 10:47:18 +0000 (10:47 +0000)]
Revamp task handling to accomidate a change to oemake.  It now runs the builds directly, bypassing oebuild.

20 years agofinished parsing of *.pkgfile
Holger Schurig [Fri, 23 Jan 2004 10:23:26 +0000 (10:23 +0000)]
finished parsing of *.pkgfile

20 years agoAlter data handling functions to skip operation on non-string metadata.
Chris Larson [Fri, 23 Jan 2004 10:02:30 +0000 (10:02 +0000)]
Alter data handling functions to skip operation on non-string metadata.