mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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 <simbit18@gmail.com>
This commit is contained in:
parent
11cf7c13c0
commit
054fc2a1b5
1 changed files with 4 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue