summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-05 11:29:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-05 11:29:25 -0600
commit020ac8b59ccb4e5ba466cd0adacebe729e82d8c3 (patch)
treeb848b84e881e23f5ba10dec744a30fb24b79299e
parent4cb0ef8ef1978b6dbffc35f3dc42193b54e64b37 (diff)
downloadpx4-nuttx-020ac8b59ccb4e5ba466cd0adacebe729e82d8c3.tar.gz
px4-nuttx-020ac8b59ccb4e5ba466cd0adacebe729e82d8c3.tar.bz2
px4-nuttx-020ac8b59ccb4e5ba466cd0adacebe729e82d8c3.zip
Update ChangeLogs
-rw-r--r--apps/ChangeLog.txt2
-rwxr-xr-xnuttx/ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index d6ef03509..db7265024 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1030,3 +1030,5 @@
* apps/import/Make.defs and .gitignore: Added mostly empty Make.defs
file. Something like this will be bee needed for the 'make import'
build (2014-9-5).
+ * apps/Makefile, examples/elf/Kconfig, and import/Make.defs: Copy more
+ logic from nuttx/tools/Config.mk into the Make.defs file (2014-9-5).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c5850368d..0a9d23629 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8406,4 +8406,6 @@
source tree (but still can be found in the misc/Obsoleted directory).
This port is not ready for usage but may return to the NuttX tree
at some point in the future (2014-9-5).
-
+ * tools/Makefile.export and mkexport.sh: The apps/ import build requires
+ that we extract more information from the platform Make.defs file
+ (2014-9-5).