TimJTi commented on PR #7103: URL: https://github.com/apache/incubator-nuttx/pull/7103#issuecomment-1248691864
Bear in mind that a distclean will wipe .config so any settings of paths etc. there become irrelevant…that’s what “did me in”! From: hartmannathan ***@***.***> Reply to: apache/incubator-nuttx ***@***.***> Date: Thursday, 15 September 2022 at 21:17 To: apache/incubator-nuttx ***@***.***> Cc: TimJTi ***@***.***>, Comment ***@***.***> Subject: Re: [apache/incubator-nuttx] tools/configure.sh: Update USAGE for custom out-of-tree boards (PR #7103) "For out-of-tree custom boards: a path relative to TOPDIR to the custom board's configuration directory (e.g. ../mycustomboards/myboardname/config/nsh)." If CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH is not set, then an absolute path is used. See tools/Config.mk: 138 ifeq ($(CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH),y) 139 BOARD_DIR ?= $(TOPDIR)$(DELIM)$(CUSTOM_DIR) 140 else 141 BOARD_DIR ?= $(CUSTOM_DIR) 142 endif Thanks for pointing that out! Will fix... — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: ***@***.***> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org