Update NuttX repository URLs (#4201)
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai daniel.batyai@h-lab.eu
This commit is contained in:
@@ -39,8 +39,8 @@ install-kconfig:
|
||||
|
||||
# Fetch nuttx/{apps,nuttx} repositories.
|
||||
install-clone-nuttx:
|
||||
git clone https://bitbucket.org/nuttx/apps.git ../apps -b releases/9.0
|
||||
git clone https://bitbucket.org/nuttx/nuttx.git ../nuttx -b releases/9.0
|
||||
git clone https://github.com/apache/incubator-nuttx-apps.git ../apps -b releases/9.0
|
||||
git clone https://github.com/apache/incubator-nuttx.git ../nuttx -b releases/9.0
|
||||
|
||||
# Perform all the necessary (JerryScript-independent) installation steps.
|
||||
install-noapt: install-kconfig install-clone-nuttx
|
||||
|
||||
Reference in New Issue
Block a user