Dockerfile & Docs: Change bitbucket.org/nuttx/tools to github.com

The repo bitbucket.org/nuttx/tools is no longer available. This PR changes it to to github.com/patacongo/tools, as explained in https://github.com/apache/nuttx/pull/18890. This PR updates the URL in Dockerfile and Docs.

Signed-off-by: Lup Yuen Lee <luppy@appkaki.com>
This commit is contained in:
Lup Yuen Lee 2026-05-25 11:35:48 +08:00 committed by Alan C. Assis
parent 53ef7c0635
commit c2de12153f
6 changed files with 20 additions and 20 deletions

View file

@ -50,7 +50,7 @@ RUN mkdir -p /tools
WORKDIR /tools
RUN mkdir -p /tools/nuttx-tools
RUN curl -s -L https://bitbucket.org/nuttx/tools/get/9ad3e1ee75c7.tar.gz \
RUN curl -s -L https://github.com/patacongo/tools/archive/9ad3e1ee75c7d39bfee8019ce44f4fd035d89584.tar.gz \
| tar -C nuttx-tools --strip-components=1 -xz
RUN mkdir -p /tools/bloaty \

View file

@ -109,7 +109,7 @@ gen_romfs() {
add_path "${NUTTXTOOLS}"/genromfs/usr/bin
if ! type genromfs > /dev/null 2>&1; then
git clone --depth 1 https://bitbucket.org/nuttx/tools.git "${NUTTXTOOLS}"/nuttx-tools
git clone --depth 1 https://github.com/patacongo/tools "${NUTTXTOOLS}"/nuttx-tools
cd "${NUTTXTOOLS}"/nuttx-tools
tar zxf genromfs-0.5.2.tar.gz
cd genromfs-0.5.2