Build failed in Jenkins: NuttX-Nightly-Build #104

2020-04-22 Thread Apache Jenkins Server
See Changes: -- [...truncated 4.52 MB...] sched/pthread_setaffinity.d sched/pthread_setschedparam.d sched/pthread_setschedprio.d sched/pthread_setspeci

Re: Start of the NuttX 9.0 release cycle

2020-04-22 Thread Brennan Ashton
On Wed, Apr 22, 2020, 6:11 PM Abdelatif Guettouche < abdelatif.guettou...@gmail.com> wrote: > > Correct. I’ve created them for you. > > Thanks, Justin. > Brennan, is your script wired to those locations? > Not much to it but yeah. Do you want me to push a RC0 to staging tonight, we just need to t

Re: Start of the NuttX 9.0 release cycle

2020-04-22 Thread Abdelatif Guettouche
> Correct. I’ve created them for you. Thanks, Justin. Brennan, is your script wired to those locations? There is a new PR that fixes a recent bug [1], that bug exists also in the release branch, it looks like a candidate for backporting. I'll create a PR for that, if you all agree, please merge.

Re: Start of the NuttX 9.0 release cycle

2020-04-22 Thread Justin Mclean
Hi, > The tarballs should be uploaded to [1] and/or [2] right? Correct. I’ve created them for you. Thanks, Justin

Re: Start of the NuttX 9.0 release cycle

2020-04-22 Thread Abdelatif Guettouche
The tarballs should be uploaded to [1] and/or [2] right? But I don't see any entry for nuttx/. Should a mentor create it? 1. https://dist.apache.org/repos/dist/dev/incubator/ 2. https://dist.apache.org/repos/dist/release/incubator/ On Tue, Apr 21, 2020 at 5:19 AM Xiang Xiao wrote: > > Yes, we ar

Re: mkrd missing from build

2020-04-22 Thread Gregory Nutt
nuttx$ cat .config | grep MKRD CONFIG_BOARDCTL_MKRD=y CONFIG_DRVR_MKRD=y # CONFIG_NSH_DISABLE_MKRD is not set NuttShell (NSH) NuttX-8.2.0 nsh> help help usage: help [-v] [] [ cdecho help mkdir pwd sleep unset ? cpexec hexdump m

Re: Release version file

2020-04-22 Thread Abdelatif Guettouche
> If the .version file is not present, the Makefile > creates a dummy .version with version number 0.0.0. That is not a useful > version number and effects the OS identification in all of the above uses. This only happens when the .git directory is also not present, i.e. we are using a release tar

Re: mkrd missing from build

2020-04-22 Thread Alan Carvalho de Assis
Hi Erik, The mkrd is not appearing in the listing of command. Did you enable it? You need to de-select the Disable MKRD command in the menuconfig. Also check if other required configs to get MKRD are present. You can use "/" to search for it inside the menuconfig. BR, Alan On 4/22/20, Erik En

mkrd missing from build

2020-04-22 Thread Erik Englund
Hi.. Is there any changes lately regarding the mkrd command? It isnt included in my builds anymore. This is whit the stm32f4discovery/nsh config. nuttx$ cat .config | grep MKRD CONFIG_BOARDCTL_MKRD=y CONFIG_DRVR_MKRD=y # CONFIG_NSH_DISABLE_MKRD is not set NuttShell (NSH) NuttX-8.2.0 nsh> help

Re: Release version file

2020-04-22 Thread Gregory Nutt
Now, the question is, does the .release file exist only on release branches or also in master? It was also exist in master as I described it. If in master, then I think the .release file would need to be incremented on 'master' immediately after branching for a release. So, for example, immed

Re: Release version file

2020-04-22 Thread Nathan Hartman
On Tue, Apr 21, 2020 at 10:49 AM Gregory Nutt wrote: > > When we do a release, the zipme script creates a proper version of the > .version file. This later becomes the version.h header file and is used > in several places: > > 1. NSH Greeting > 2. libcurl (OS identity) > 3. webserver (OS ident