aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-12-17 12:15:48 -0700
committerChris Larson <chris_larson@mentor.com>2010-12-17 12:15:54 -0700
commit40778a6e9e82c7ea4673a74fc19574430fa63e8d (patch)
tree98b610946f3b86cfa911e4fb2a2e224a3f60ae37 /TODO
parent2bc893dc407bf608cac7e12673161b75b712da83 (diff)
downloadbitbake-40778a6e9e82c7ea4673a74fc19574430fa63e8d.tar.gz
Move LAYERDIR expansion hack into DataSmart
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index e97842753..cfc9ee964 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,4 @@
- Reimplement the interactive mode as a proper ui
-- 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