Holger Freyther [Mon, 18 May 2009 18:03:50 +0000 (20:03 +0200)]
[parser] Prepare to cease out getFunc
getFunc is now a method of the data node, hopefully we can kill the other
version soon.
Richard Purdie [Fri, 12 Feb 2010 14:41:28 +0000 (14:41 +0000)]
[parser] Preserve include vs. require behaviour
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Holger Freyther [Mon, 18 May 2009 17:50:14 +0000 (19:50 +0200)]
[parser] Firs set of AST nodes with construction and eval
First set of ConfHandling with AST nodes. The include can
use a speed up and things might need to be migrated... into
this class.
Holger Freyther [Mon, 18 May 2009 17:53:53 +0000 (19:53 +0200)]
[parser] Add documentation about usage of this code
Holger Freyther [Mon, 18 May 2009 17:56:36 +0000 (19:56 +0200)]
[parser] Move the finalise into the ast as well
Holger Freyther [Mon, 18 May 2009 17:24:07 +0000 (19:24 +0200)]
[parser] Cary a Statement Node through the parsing
When parsing we will collect a number of statements
that can be evaluated...The plan is to be evaluate
things twice (old+new) and then compare the result,
it should be the same.
Holger Freyther [Fri, 12 Feb 2010 14:14:49 +0000 (14:14 +0000)]
[parser] Move evaluating into the ast class...
Bernhard Reutner-Fischer [Mon, 8 Feb 2010 17:50:33 +0000 (18:50 +0100)]
providers.py: sort eligible providers by DEFAULT_PREFERENCE
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer [Mon, 8 Feb 2010 17:50:34 +0000 (18:50 +0100)]
runqueue.py: improve printing dependent tasks
Print names instead of Task-IDs (and not mentioning they're task ids).
Previously we printed e.g.:
Dependency loop #1 found:
Task 89 (/there/src/oe/openembedded/recipes/busybox/busybox-native_1.15.2.bb, do_configure) (depends: Set([88, 282, 92, 87]))
Now we say
Dependency loop #1 found:
Task 89 (/there/src/oe/openembedded/recipes/busybox/busybox-native_1.15.2.bb, do_configure) (dependent Task-IDs ['busybox-native, do_patch', 'update-rc.d, do_populate_staging', 'busybox-native, do_populate_staging', 'shasum-native.bb, do_populate_staging', 'busybox-native, do_unpack'])
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer [Mon, 8 Feb 2010 17:49:49 +0000 (18:49 +0100)]
taskdata.py: fix typo in debug message
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer [Mon, 8 Feb 2010 17:49:48 +0000 (18:49 +0100)]
providers.py: commentary typo fix
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Richard Purdie [Wed, 27 Jan 2010 12:40:02 +0000 (12:40 +0000)]
build.py: No need for this gross hack now (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Khem Raj [Sat, 23 Jan 2010 03:23:00 +0000 (19:23 -0800)]
BBHandler: pass lineno and fn to handleMethod
* lineno and fn are needed in handleMethod
to restore the functionality as it was before.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Chris Larson <clarson@kergoth.com>
Richard Purdie [Fri, 22 Jan 2010 16:16:15 +0000 (16:16 +0000)]
bitbake: Don't import xmlrpc server unless needed
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Martin Jansa [Fri, 22 Jan 2010 13:20:18 +0000 (14:20 +0100)]
setup.py: remove removed bbimage from installed scripts
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Martin Jansa [Fri, 22 Jan 2010 13:20:17 +0000 (14:20 +0100)]
parse_py/ConfHandler.py: missing colon after else
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 22 Jan 2010 09:00:44 +0000 (09:00 +0000)]
bin/bitbake: Add import server
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 22 Jan 2010 00:04:24 +0000 (00:04 +0000)]
cooker: Drop unneeded import
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 21 Jan 2010 23:53:43 +0000 (23:53 +0000)]
bbimage: Drop, nobody should be using that now as its pointless
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 21 Jan 2010 23:50:22 +0000 (23:50 +0000)]
bitbake: Fix UI failure exception handling with python 2.6
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 21 Jan 2010 23:50:09 +0000 (23:50 +0000)]
knotty: Improve task failure message handling using the uihelper code
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 21 Jan 2010 23:47:26 +0000 (23:47 +0000)]
runqueue.py: Use fcntl to make the worker pipes non-blocking
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Khem Raj [Thu, 21 Jan 2010 22:06:43 +0000 (14:06 -0800)]
contrib/vim: Update with the changes from Ricardo Salveti and other fixes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 21 Jan 2010 16:00:21 +0000 (16:00 +0000)]
bitbake/event: If the server disappears, we just exit too
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 21 Jan 2010 15:59:16 +0000 (15:59 +0000)]
runqueue: When a task fails, make sure the server still processes events from other workers
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 21 Jan 2010 13:14:25 +0000 (13:14 +0000)]
ConfHandler: Fix require vs. include behaviour
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Holger Freyther [Sun, 17 May 2009 13:56:40 +0000 (15:56 +0200)]
[parser] Move more stuff out the feeder
Holger Freyther [Sun, 17 May 2009 11:00:42 +0000 (13:00 +0200)]
[parse] Move inherit handling to method
Holger Freyther [Sun, 17 May 2009 10:55:18 +0000 (12:55 +0200)]
[parsers] Move out more functions
Holger Freyther [Sun, 17 May 2009 10:42:43 +0000 (12:42 +0200)]
[parser] Move more stuff out to separate methods...
Holger Freyther [Sun, 17 May 2009 10:32:36 +0000 (12:32 +0200)]
[parser] Move the handling of a method to a function
We want to convert this into a proper AST. So move all
such operations to methods... Later change them to generate
a node... and create that node from here.
Holger Freyther [Sun, 17 May 2009 04:19:39 +0000 (06:19 +0200)]
[parse] Unify opening a file...
Holger Freyther [Sun, 17 May 2009 04:06:14 +0000 (06:06 +0200)]
[parser] Kill obtain/localpath from the parser
With obtain it was possible to use an existing fetcher to
download a bb or config file. In practive no one has used it
and it was likely broken in regard to depends_cache... Remove
it for now, simplfiy the code.
Theodore A. Roth [Mon, 2 Mar 2009 20:08:09 +0000 (12:08 -0800)]
usermanual.xml: Add section for ?= var setting.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 21 Jan 2010 10:44:21 +0000 (10:44 +0000)]
Fix bb.plain and bb.warn function, initial patch from Petri Lehtinen <petri.lehtinen+bitbake-dev@inoi.fi>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Martin Jansa [Sat, 16 Jan 2010 21:58:15 +0000 (22:58 +0100)]
git: remove repodir usage after
57b3a9a86bf8c6940187c6a899cedbbbb484884a
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 21 Jan 2010 10:26:32 +0000 (10:26 +0000)]
runqueue: Fix typo
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Wed, 20 Jan 2010 12:16:40 +0000 (12:16 +0000)]
Improve BBCLASSEXTEND handling for skipped packages and report better parsing statistics
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 15:31:52 +0000 (15:31 +0000)]
taskdata: Improve error message if incorrectly formatted tasks are found (from poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 15:30:22 +0000 (15:30 +0000)]
data_smart.py: Fix error where update-rc.d would not get added to the dependency tree (from Poky)
If there was a variable such as:
X_${Y}_append = "Z" The "Z" would be lost if X_${Y} was unset. This was due to a bug in the renameVar
function used by expandKeys().
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 15:29:26 +0000 (15:29 +0000)]
BBHandler: Only add do_ prefix to tasks if its not already present (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 15:28:37 +0000 (15:28 +0000)]
providers: Apply modified version of a patch from Martin Jansa <martin.jansa@gmail.com> to allow wildcards at the end of PREFERRED_VERSION strings
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 15:07:59 +0000 (15:07 +0000)]
Drop version requirement to 2.5 apart from XMLRPC mode
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 14:49:50 +0000 (14:49 +0000)]
fetch: Add GIT_PROXY_COMMAND to runfetchcmd function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 14:49:27 +0000 (14:49 +0000)]
bitdoc: Fixup against recent core changes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 13:22:00 +0000 (13:22 +0000)]
runqueue.py: Improve IPC between worker threads and the server allowing proper event handling
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 10:27:29 +0000 (10:27 +0000)]
ui: Convert remaining event handlers to use isinstance
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 09:56:25 +0000 (09:56 +0000)]
event.py: Convert to using pickle for events and isinstance in knotty UI handler
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 09:55:21 +0000 (09:55 +0000)]
server/xmlrpc: Fix idle timeout handling and missing parameter
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 09:53:51 +0000 (09:53 +0000)]
event.py: Drop unused events
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 19 Jan 2010 09:47:36 +0000 (09:47 +0000)]
event.py: Pass the datastore to the fire command, don't build it into events
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 18 Jan 2010 22:14:01 +0000 (22:14 +0000)]
server: Improve idle handling timeouts
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 18 Jan 2010 17:40:10 +0000 (17:40 +0000)]
Add none server type to avoid xmlrpc in the default case
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 18 Jan 2010 11:53:55 +0000 (11:53 +0000)]
Merge branch 'contrib-rday' of ssh://git@git.openembedded.net/bitbake
Conflicts:
doc/bitbake.1
Robert P. J. Day [Sat, 16 Jan 2010 17:45:39 +0000 (12:45 -0500)]
Fix a couple copy-and-paste errors in fetcher comments.
Robert P. J. Day [Sat, 16 Jan 2010 17:37:51 +0000 (12:37 -0500)]
"pserver" is not a valid type for a CVS fetch, it's now a possible
method instead. This just gets rid of a historical holdover.
Robert P. J. Day [Sat, 16 Jan 2010 09:51:59 +0000 (04:51 -0500)]
Fix an obvious copy-and-paste error in the documentation for a
local fetch, and remove the option for a "patch" type URL, since
patches use a "file" type URL.
Robert P. J. Day [Sat, 16 Jan 2010 09:50:51 +0000 (04:50 -0500)]
Fix a number of obvious documentation typoes.
Robert P. J. Day [Sat, 16 Jan 2010 09:47:33 +0000 (04:47 -0500)]
Remove the now-obsolete reference to "bbread".
Robert P. J. Day [Sat, 16 Jan 2010 09:37:55 +0000 (10:37 +0100)]
Fix typoes
Robert P. J. Day [Wed, 13 Jan 2010 20:40:40 +0000 (15:40 -0500)]
Correct a number of misspellings of "seperate".
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Richard Purdie [Thu, 14 Jan 2010 18:52:43 +0000 (18:52 +0000)]
Solidify server class creation
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 18 Dec 2009 17:41:37 +0000 (17:41 +0000)]
.gitignore: Ignore backup files
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 18 Dec 2009 17:41:21 +0000 (17:41 +0000)]
Move xmlrpcserver.py into lib/bb/server as xmlrpc.py
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 18 Dec 2009 17:08:41 +0000 (17:08 +0000)]
fetch: Clean up debug
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Guo Hongruan [Tue, 15 Dec 2009 09:10:13 +0000 (17:10 +0800)]
Enable --ignore-deps options to access regular expression string
1. Add a function named re_match_strings(target,strings), to match
target using the string in strings which can be regular expression
Paul Eggleton [Mon, 14 Dec 2009 10:15:55 +0000 (10:15 +0000)]
git: Allow fetching a single subdirectory from a git repository
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Mon, 14 Dec 2009 09:31:11 +0000 (09:31 +0000)]
fetch/__init__.py: Remove uneeded debug
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Mon, 14 Dec 2009 09:23:56 +0000 (09:23 +0000)]
git.py: Trap empty return values and error (from Poky)
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Mon, 14 Dec 2009 09:22:27 +0000 (09:22 +0000)]
fetch/git.py: Add fullclone parameter to allow WORKDIRs to contain full git repositories (from Poky)
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Mon, 14 Dec 2009 09:20:49 +0000 (09:20 +0000)]
fetch/git.py: Move variable init into the localpath function
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Sun, 22 Nov 2009 00:10:08 +0000 (00:10 +0000)]
cooker.py: Fix variable name: targets doesn't exist, should be item
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Sun, 22 Nov 2009 00:04:45 +0000 (00:04 +0000)]
fetch/git.py: BB_GIT_CLONE_FOR_SRCREV updates
Based on a patch from Martin Jansa <Martin.Jansa@gmail.com>:
* Add a _sortable_buildindex attribute and return the index separate from
the revision
* This means the git.py internal cache is no longer needed
* Adds the returned value to the cache so if the mechanism for
selecting the index changes, the values increase.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Sat, 21 Nov 2009 23:38:18 +0000 (23:38 +0000)]
fetch/__init__.py: Replace _sortable_revision_valid attribute with an init call for fetchers to clean up logic
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Martin Jansa [Tue, 17 Nov 2009 07:24:52 +0000 (08:24 +0100)]
Optional LOCALCOUNT for recipe
* Instead of autoincrement from persistent cache when srcrev is changed.
* Should be used by distributions with multiple builders, where consistent
PV is needed.
* Can be used instead of PR bump in PVs like this "0.0+${PR}+gitr${SRCPV}"
* BB_LOCALCOUNT_OVERRIDE to enable setting LOCALCOUNT for recipe
* This way LOCALCOUNTs can be specified directly in recipes instead of
separated distro config (as not all want to use them). And will be
used only when BB_LOCALCOUNT_OVERRIDE set in distro config.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Denys Dmytriyenko [Mon, 12 Oct 2009 04:00:47 +0000 (04:00 +0000)]
utils.py: add special handling for version delimiters
Make version comparison work properly for pre-releases and release-candidates,
when there is an extra suffix in the field, such as:
PV = "2.6.29+2.6.30-rc5-${PR}+gitr${SRCREV}"
More details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/26691
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Fri, 6 Nov 2009 16:34:35 +0000 (16:34 +0000)]
fetch/__init__.py: Allow SRC_URI to be overridden in fetcher go() function
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Chris Conroy [Mon, 21 Sep 2009 20:07:40 +0000 (16:07 -0400)]
providers.py: Fix package sorting order to reflect priorities
I found that the code that sorts packages does not respect the priority
order.
By iterating over sortpkg_pn.keys() instead of pkg_pn.keys(), it
produces the expected order based on the priorities I have set.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Wed, 4 Nov 2009 00:47:09 +0000 (00:47 +0000)]
git.py: Search mirrors for tarballs before fetching, not just local directories
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Wed, 4 Nov 2009 00:42:17 +0000 (00:42 +0000)]
fetch/__init__.py: Try and make the sortable_revision code mode readable
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Tue, 3 Nov 2009 22:19:40 +0000 (22:19 +0000)]
BBHandler.py: Use exec_func, not exec_func_python
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Sat, 17 Oct 2009 19:15:21 +0000 (20:15 +0100)]
Improve anonymous python function handling sp functions use the methodpool and are no longer concatenated
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Fri, 23 Oct 2009 09:39:43 +0000 (10:39 +0100)]
fetch/svk: Fix up breakage. Evidently nobody uses svk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 23 Oct 2009 09:25:30 +0000 (10:25 +0100)]
build.py: Make sure the logfile exists before checking its size. Previously this broke upon recursive calls.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 23 Oct 2009 09:23:25 +0000 (10:23 +0100)]
Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Sat, 17 Oct 2009 18:48:34 +0000 (19:48 +0100)]
fetch/__init__.py: Fix a bug where errors could corrupt bitbake internal state wrt SRCREVINACTION (from Poky)
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Sat, 17 Oct 2009 18:46:48 +0000 (19:46 +0100)]
fetch/__init__.py: Remove hardcoded use of SRC_URI - OE.dev was adjusted for this a long time ago (from Poky)
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Sat, 17 Oct 2009 18:30:34 +0000 (19:30 +0100)]
BBHandler: Drop unused internal __functions__ variable
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Sat, 17 Oct 2009 18:29:48 +0000 (19:29 +0100)]
knotty: Add new event from compare reivions code
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Sat, 17 Oct 2009 18:28:35 +0000 (19:28 +0100)]
build.py: Optimisation to remove zero sized log files (from Poky)
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Sat, 17 Oct 2009 18:27:31 +0000 (19:27 +0100)]
runqueue.py: Small optimisation in set creation removing an update call (from Poky)
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Sat, 17 Oct 2009 18:05:57 +0000 (19:05 +0100)]
cache.py: Add check for leakage of SRCREVINACTION variable (from Poky)
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Richard Purdie [Sat, 17 Oct 2009 18:02:09 +0000 (19:02 +0100)]
Add a compare-versions command which returns whether the SRCREV versions have changed since bitbake was last run (from Poky)
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Søren Holm [Thu, 1 Oct 2009 13:23:59 +0000 (15:23 +0200)]
shell: Add install command
Add an install command similiar to the other existing commands.
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Chris Larson [Thu, 16 Jul 2009 17:49:49 +0000 (10:49 -0700)]
cache: only invalidate for non-existent depends if they used to exist.
Previously, if a file listed in the cached __depends did not exist, it would
always invalidate the cache. Now it only does so if the cached version
existed, and the current does not. In this way, we can support storing
entries in __depends for files which may or may not exist, and ensure that
creating such a file results in cache invalidation. Specifically, this is for
the amend.inc implementation.
Signed-off-by: Chris Larson <clarson@mvista.com>
Chris Larson [Thu, 10 Sep 2009 18:49:50 +0000 (11:49 -0700)]
Only print python exception tracebacks if debugging is enabled.
Uses sys.excepthook to replace the toplevel exception handler with a version
that obeys the debug level of the 'default' messaging domain. A non-zero
value there will result in displaying the full traceback.
Signed-off-by: Chris Larson <clarson@mvista.com>
Chris Larson [Sun, 13 Sep 2009 05:42:45 +0000 (22:42 -0700)]
Add a RecipeParsed event, which can be used as an alternative to anonymous functions.
Signed-off-by: Chris Larson <clarson@mvista.com>
Chris Larson [Thu, 27 Aug 2009 19:20:10 +0000 (12:20 -0700)]
daemonize: Kill the forcing of umask to 0 in our children.
It forces the daemon umask to the module level UMASK variable, which defaults
to 0, so the bitbake daemons end up with a umask of 0. Fixed by setting UMASK
to None and making it only run umask when it's not None, so our children will
inherit the parent umask
Signed-off-by: Chris Larson <clarson@mvista.com>
Chris Larson [Wed, 29 Jul 2009 20:26:56 +0000 (13:26 -0700)]
Initial switch from distutils to setuptools.
Signed-off-by: Chris Larson <clarson@kergoth.com>
Marcin Juszkiewicz [Fri, 24 Jul 2009 18:54:17 +0000 (20:54 +0200)]
AUTHORS: update my email