You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/21 06:21:03 UTC

[GitHub] [incubator-nuttx] TA1DB opened a new issue #4194: Unnecessary download of ESP Wireless Drivers

TA1DB opened a new issue #4194:
URL: https://github.com/apache/incubator-nuttx/issues/4194


   I am working with esp32-wrover-kit:wapi configuration. Whenever I do "make menuconfig" and "make", the build system loads the ESP Wireless Drivers again and again irrelevant of their being already downloaded. This is time consuming and loads the network for no reason. I think it will be beneficial if a solution can be found for this issue.


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 commented on issue #4194: Unnecessary download of ESP Wireless Drivers

Posted by GitBox <gi...@apache.org>.
Ouss4 commented on issue #4194:
URL: https://github.com/apache/incubator-nuttx/issues/4194#issuecomment-884024021


   > Whenever I do "make menuconfig" and "make"
   
   Well, there is a `clean_context` in the way, that will delete what was downloaded.  I can fix this but it will break the `context`/`clean_context` symmetry. This is how I had it the very first time, download on `context` and delete on `distclean`, but put some extra effort to not break the symmetry (BTW, apps download packages are also only cleaned on `distclean`).
   
   @xiaoxiang781216 do you have any inputs before I go ahead and do that?


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] TA1DB commented on issue #4194: Unnecessary download of ESP Wireless Drivers

Posted by GitBox <gi...@apache.org>.
TA1DB commented on issue #4194:
URL: https://github.com/apache/incubator-nuttx/issues/4194#issuecomment-884151549


   @Ouss4 Thanks for your response. Please note; I use lvgl library as well (for example) , it is downloaded one time only after "make distclean" or in first configuration.


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 commented on issue #4194: Unnecessary download of ESP Wireless Drivers

Posted by GitBox <gi...@apache.org>.
Ouss4 commented on issue #4194:
URL: https://github.com/apache/incubator-nuttx/issues/4194#issuecomment-884154187


   > @Ouss4 Thanks for your response. Please note; I use lvgl library as well (for example) , it is downloaded one time only after "make distclean" or in first configuration.
   
   Yes, this is what I said about "apps packages cleaned on `distclean`", it means they won't be deleted during a `clean_context` which `menuconfig` is doing.
   
   
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 edited a comment on issue #4194: Unnecessary download of ESP Wireless Drivers

Posted by GitBox <gi...@apache.org>.
Ouss4 edited a comment on issue #4194:
URL: https://github.com/apache/incubator-nuttx/issues/4194#issuecomment-884154187


   > @Ouss4 Thanks for your response. Please note; I use lvgl library as well (for example) , it is downloaded one time only after "make distclean" or in first configuration.
   
   Yes, this is what I meant with "apps packages cleaned on `distclean`", it means they won't be deleted during a `clean_context` which `menuconfig` is doing.
   
   
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis closed issue #4194: Unnecessary download of ESP Wireless Drivers

Posted by GitBox <gi...@apache.org>.
acassis closed issue #4194:
URL: https://github.com/apache/incubator-nuttx/issues/4194


   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 commented on issue #4194: Unnecessary download of ESP Wireless Drivers

Posted by GitBox <gi...@apache.org>.
Ouss4 commented on issue #4194:
URL: https://github.com/apache/incubator-nuttx/issues/4194#issuecomment-883992122


   Thanks for reporting this.  I'll be taking a look.


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org