linguini1 commented on PR #15188:
URL: https://github.com/apache/nuttx/pull/15188#issuecomment-2547391559

   > Maybe: We could generate the files inside `/staging` or `/build`, since 
[.gitignore](https://github.com/apache/nuttx/blob/master/.gitignore) will skip 
them
   
   Will that work? I had `config.txt` in the root-level `.gitignore` file for 
this PR but it still seemed to be throwing off the build. If possible I'd like 
to come up with a solution that keeps the generation of `config.txt` since it 
will be necessary to add more features later.
   
   It appears the other POSTBUILD example which generates files in the build 
directory also defines a `.PHONY distclean` rule inside the 
`boards/arm64/imx9/imx93-evk/src/Makefile` which deletes the generated files on 
`make distclean`. Maybe this will prevent the build from failing? From my view 
of the logs, it appears the build is only failing after building the rpi4b 
board because `config.txt` persists.


-- 
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

Reply via email to