Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't know where the apps/ dir will be be until install time

This commit is contained in:
Gregory Nutt
2014-02-21 15:35:53 -06:00
parent 8bcf00159d
commit bcaab16d1f
32 changed files with 35 additions and 31 deletions
+4
View File
@@ -6649,3 +6649,7 @@
Add PIO support for the SAM4E (2014-2-21). Add PIO support for the SAM4E (2014-2-21).
* configs/stm3220g-eval/nsh/defconfig: Converted to use kconfig-frontends * configs/stm3220g-eval/nsh/defconfig: Converted to use kconfig-frontends
by Alan Carvalho de Assis (2014-2-10) by Alan Carvalho de Assis (2014-2-10)
* configs/*/defconfig: Comment out all CONFIG_APPS_DIR settings. These
should not be set in the default configurations because we don't know
where the apps/ directly will reside until configuration time (2014-2-21).
+1 -1
View File
@@ -686,4 +686,4 @@ CONFIG_READLINE_ECHO=y
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -17,7 +17,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -116,7 +116,7 @@ CONFIG_ARCH_BOARD_RGMP=y
# desciptors by task_create() when a new task is started. If # desciptors by task_create() when a new task is started. If
# set, all sockets will appear to be closed in the new task. # set, all sockets will appear to be closed in the new task.
# #
#CONFIG_APPS_DIR= ## CONFIG_APPS_DIR=
CONFIG_DEBUG=y CONFIG_DEBUG=y
CONFIG_DEBUG_VERBOSE=y CONFIG_DEBUG_VERBOSE=y
CONFIG_DEBUG_SYMBOLS=y CONFIG_DEBUG_SYMBOLS=y
+1 -1
View File
@@ -116,7 +116,7 @@ CONFIG_ARCH_BOARD_RGMP=y
# desciptors by task_create() when a new task is started. If # desciptors by task_create() when a new task is started. If
# set, all sockets will appear to be closed in the new task. # set, all sockets will appear to be closed in the new task.
# #
#CONFIG_APPS_DIR= ## CONFIG_APPS_DIR=
CONFIG_DEBUG=y CONFIG_DEBUG=y
CONFIG_DEBUG_VERBOSE=y CONFIG_DEBUG_VERBOSE=y
CONFIG_DEBUG_SYMBOLS=y CONFIG_DEBUG_SYMBOLS=y
+1 -1
View File
@@ -20,7 +20,7 @@ CONFIG_WINDOWS_CYGWIN=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -17,7 +17,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -647,4 +647,4 @@ CONFIG_PTHREAD_STACK_DEFAULT=2048
# Application configuration # Application configuration
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
+1 -1
View File
@@ -653,4 +653,4 @@ CONFIG_PTHREAD_STACK_DEFAULT=2048
# Application configuration # Application configuration
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
+1 -1
View File
@@ -1084,4 +1084,4 @@ CONFIG_READLINE_ECHO=y
# Application configuration # Application configuration
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
+1 -1
View File
@@ -12,7 +12,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -12,7 +12,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -737,4 +737,4 @@ CONFIG_PTHREAD_STACK_DEFAULT=2048
# Application configuration # Application configuration
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
+1 -1
View File
@@ -12,7 +12,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -12,7 +12,7 @@ CONFIG_NUTTX_NEWCONFIG=y
# #
# Build Configuration # Build Configuration
# #
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
# #
+1 -1
View File
@@ -523,7 +523,7 @@ CONFIG_PTHREAD_STACK_DEFAULT=2048
# Application configuration # Application configuration
CONFIG_APPS_DIR="../apps" # CONFIG_APPS_DIR="../apps"
# Provide /dev/ramX and then: mount -t binfs /dev/ram0 /bin # Provide /dev/ramX and then: mount -t binfs /dev/ram0 /bin
CONFIG_FS_BINFS=y CONFIG_FS_BINFS=y