aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 13:15:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 13:15:57 +0000
commit424d1af00f29a81ec98b9b91bc518b70fb8e2013 (patch)
tree8469e7567ec46216353e9eed9b5320b79f51b3e9 /apps/ChangeLog.txt
parent3fe53af6be14a28174eec48b5740dbbe7c1f818a (diff)
downloadpx4-firmware-424d1af00f29a81ec98b9b91bc518b70fb8e2013.tar.gz
px4-firmware-424d1af00f29a81ec98b9b91bc518b70fb8e2013.tar.bz2
px4-firmware-424d1af00f29a81ec98b9b91bc518b70fb8e2013.zip
Some fixes to apps/builtin/registry need to handle some additional cases
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5456 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 8999047ef..09a4f634d 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -440,8 +440,11 @@
files. It makes sense for 'leaf' Makefiles to have this dependency,
but it does not make sense for upper-level Makefiles.
* namedapp/: Renamed to builtins in preparation for another change.
- * .context: Removed the .context kludge. This causes lots of problems
+ * .context: Removed the .context kludge. This caused lots of problems
when changing configurations because there is no easy way to get the
system to rebuild the context. Now, the context will be rebuilt
whenever there is a change in either .config or the Makefile.
+ * builtin/registry: Updated new built-in registration logic to handle
+ cases where (1) old apps/.config is used, and (2) applications ared
+ removed, not just added.