summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-30 07:37:21 +0000
committerKoen Kooi <koen@openembedded.org>2006-07-30 07:37:21 +0000
commitc747cddf8c3ee10ce89ce9e7c63137bf3dade129 (patch)
tree99ba17d078b03442c4e75d45b2652656dd27a85d
parent82cce5b0ea263907af22ef5d12b2cceebd5346dc (diff)
downloadopenembedded-c747cddf8c3ee10ce89ce9e7c63137bf3dade129.tar.gz
classes/packaged-staging.bbclass: update BUGS and TODO
-rw-r--r--classes/packaged-staging.bbclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
index a58426c0bb..af2443773b 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -8,12 +8,15 @@
# BUGS:
-# * no state saving mechanism is present, so a failed do stage has pstage/ and staging/ swapped
-# * doesn't check for existing packages
# * does not distinguish between -native, -cross and other packages
# * is oblivious to CROSSDIR
# * breaks when a recipe needs stuff from STAGING_DIR to be present during do_stage, broken behaviour IMO
+# TODO:
+# * also make packages for CROSSDIR
+# * rebuild package-index each run for regular packages to pull in the Depends:
+# * also build a feed for native and cross packages
+
# Summary:
# This class will have two modes of operation:
# LEETVARNAME1: repopulated staging from scratch for each packages