summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-06-10 08:32:03 -0700
committerChris Larson <chris_larson@mentor.com>2010-06-10 08:32:03 -0700
commit4718d128a522ba450fecea0a87ee55a5a296dd2c (patch)
treebb2d5b2f3e0772aca59a619070e3ebccfdbff614
parent681b73fcc04e22e692ed61650ad53c800b64cace (diff)
downloadbitbake-contrib-4718d128a522ba450fecea0a87ee55a5a296dd2c.tar.gz
Add fatal bits and LAYERDIR bits to TODO
Signed-off-by: Chris Larson <chris_larson@mentor.com>
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 92ef528e2..7a710c684 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
+- Move the LAYERDIR expansion hack into DataSmart, as that's where code that
+ depends upon its internals belongs
+- Continue dropping fatal/SystemExit/sys.exit usage in favor of raising
+ appropriate exceptions
- Continue pylint / pyflakes / pychecker / pep8 fixups
- Drop os.system usage in favor of direct subprocess usage or a subprocess
wrapper