From caf56257450a2ff7b442e3305d388b898f8512dc Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Sun, 17 May 2026 15:51:58 +0200 Subject: [PATCH 1/4] ci/platforms/darwin.sh: Updated URL of kconfig-frontends src - New Url https://github.com/patacongo/tools.git https://github.com/apache/nuttx/pull/18883#issuecomment-4467204640 Signed-off-by: simbit18 --- tools/ci/platforms/darwin.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/ci/platforms/darwin.sh b/tools/ci/platforms/darwin.sh index db548f682a382..85d3289ccbb42 100755 --- a/tools/ci/platforms/darwin.sh +++ b/tools/ci/platforms/darwin.sh @@ -62,6 +62,7 @@ arm_gcc_toolchain() { local basefile basefile=arm-gnu-toolchain-13.2.rel1-darwin-x86_64-arm-none-eabi cd "${NUTTXTOOLS}" + # Download the latest ARM GCC toolchain prebuilt by ARM curl -O -L -s https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/${basefile}.tar.xz xz -d ${basefile}.tar.xz tar xf ${basefile}.tar @@ -214,7 +215,7 @@ kconfig_frontends() { add_path "${NUTTXTOOLS}"/kconfig-frontends/bin if [ ! -f "${NUTTXTOOLS}/kconfig-frontends/bin/kconfig-conf" ]; then - git clone --depth 1 https://bitbucket.org/nuttx/tools.git "${NUTTXTOOLS}"/nuttx-tools + git clone --depth 1 https://github.com/patacongo/tools.git "${NUTTXTOOLS}"/nuttx-tools cd "${NUTTXTOOLS}"/nuttx-tools/kconfig-frontends ./configure --prefix="${NUTTXTOOLS}"/kconfig-frontends \ --disable-kconfig --disable-nconf --disable-qconf \ @@ -436,6 +437,8 @@ install_build_tools() { # same for openssl rm -f /usr/local/bin/openssl || : + brew update + oldpath=$(cd . && pwd -P) for func in ${install}; do ${func} From 237a93ac1d81fc13ba5c125efbef24fd32cb346c Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Sun, 17 May 2026 15:55:39 +0200 Subject: [PATCH 2/4] ci/platforms/darwin_arm64.sh: Updated URL of kconfig-frontends src - New Url https://github.com/patacongo/tools.git https://github.com/apache/nuttx/pull/18883#issuecomment-4467204640 Signed-off-by: simbit18 --- tools/ci/platforms/darwin_arm64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/platforms/darwin_arm64.sh b/tools/ci/platforms/darwin_arm64.sh index 4cc9ed488c404..641f7f4db7a77 100755 --- a/tools/ci/platforms/darwin_arm64.sh +++ b/tools/ci/platforms/darwin_arm64.sh @@ -192,7 +192,7 @@ kconfig_frontends() { add_path "${NUTTXTOOLS}"/kconfig-frontends/bin if [ ! -f "${NUTTXTOOLS}/kconfig-frontends/bin/kconfig-conf" ]; then - git clone --depth 1 https://bitbucket.org/nuttx/tools.git "${NUTTXTOOLS}"/nuttx-tools + git clone --depth 1 https://github.com/patacongo/tools.git "${NUTTXTOOLS}"/nuttx-tools cd "${NUTTXTOOLS}"/nuttx-tools/kconfig-frontends ./configure --prefix="${NUTTXTOOLS}"/kconfig-frontends \ --disable-kconfig --disable-nconf --disable-qconf \ From a70a0eca3996a265cca53a5ab56c6caa88fac29e Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Sun, 17 May 2026 16:12:35 +0200 Subject: [PATCH 3/4] ci/platforms/linux.sh: Updated URL of kconfig-frontends src - New Url https://github.com/patacongo/tools.git https://github.com/apache/nuttx/pull/18883#issuecomment-4467204640 Signed-off-by: simbit18 --- tools/ci/platforms/linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/platforms/linux.sh b/tools/ci/platforms/linux.sh index 1434c0826cbb1..f82c204ef4449 100755 --- a/tools/ci/platforms/linux.sh +++ b/tools/ci/platforms/linux.sh @@ -106,7 +106,7 @@ kconfig_frontends() { add_path "${NUTTXTOOLS}"/kconfig-frontends/bin if [ ! -f "${NUTTXTOOLS}/kconfig-frontends/bin/kconfig-conf" ]; then - git clone --depth 1 https://bitbucket.org/nuttx/tools.git "${NUTTXTOOLS}"/nuttx-tools + git clone --depth 1 https://github.com/patacongo/tools.git "${NUTTXTOOLS}"/nuttx-tools cd "${NUTTXTOOLS}"/nuttx-tools/kconfig-frontends ./configure --prefix="${NUTTXTOOLS}"/kconfig-frontends \ --disable-kconfig --disable-nconf --disable-qconf \ From a2dce152dbc31da6d05ef7ae45391d972b737867 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Sun, 17 May 2026 16:16:52 +0200 Subject: [PATCH 4/4] ci/platforms/ubuntu.sh: Updated URL of kconfig-frontends src - New Url https://github.com/patacongo/tools.git https://github.com/apache/nuttx/pull/18883#issuecomment-4467204640 Signed-off-by: simbit18 --- tools/ci/platforms/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/platforms/ubuntu.sh b/tools/ci/platforms/ubuntu.sh index eb54f33878bfa..1cb7d2de05398 100755 --- a/tools/ci/platforms/ubuntu.sh +++ b/tools/ci/platforms/ubuntu.sh @@ -159,7 +159,7 @@ kconfig_frontends() { add_path "${NUTTXTOOLS}"/kconfig-frontends/bin if [ ! -f "${NUTTXTOOLS}/kconfig-frontends/bin/kconfig-conf" ]; then - git clone --depth 1 https://bitbucket.org/nuttx/tools.git "${NUTTXTOOLS}"/nuttx-tools + git clone --depth 1 https://github.com/patacongo/tools.git "${NUTTXTOOLS}"/nuttx-tools cd "${NUTTXTOOLS}"/nuttx-tools/kconfig-frontends ./configure --prefix="${NUTTXTOOLS}"/kconfig-frontends \ --disable-kconfig --disable-nconf --disable-qconf \