This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

missing repositories when upgrading from 1.5.1 to 1.6.1

Hi, I've got a project runing fine on v1.5.1 but will not update to v1.6.1

with this west.yml file:

manifest:
  version: 0.9
  remotes:
    - name: ncs
      url-base: git://github.com/nrfconnect
  projects:
    - name: nrf
      repo-path: sdk-nrf
      revision: v1.6.1
      remote: ncs
      import:
        path-prefix: ncs


changing the revision v1.5.1 to v1.6.1 to keep up to date with the sdk fails when running "west update"

It asks for credentials when fetching some repositories from github and finally states:

ERROR: update failed for projects: nrf-802154, openthread, homekit, find-my

it seems like the build looks for repositories that are not visible as a public user, please advice on how to do this.

=== updating nrf-802154 (ncs/nrf-802154):
--- nrf-802154: fetching, need revision v1.6.0
Username for 'https://github.com':
Password for 'https://github.com':
remote: Repository not found.
fatal: Authentication failed for 'github.com/.../'

=== updating homekit (ncs/homekit):
--- homekit: fetching, need revision v1.6.1
Username for 'https://github.com':
Password for 'https://github.com':
remote: Repository not found.
fatal: Authentication failed for 'github.com/.../'

=== updating find-my (ncs/find-my):
--- find-my: fetching, need revision v1.6.0
Username for 'https://github.com':
Password for 'https://github.com':
remote: Repository not found.
fatal: Authentication failed for 'github.com/.../'

Full output:

I have no name!@87d63eb67b6c:/work$ west update
=== updating nrf (ncs/nrf):
Previous HEAD position was a18b84ef0 version: Update version to v1.5.1
HEAD is now at 651d785a0 version: Update VERSION to 1.6.1
=== updating zephyr (ncs/zephyr):
Previous HEAD position was fa70572d1d [nrf fromtree] doc: allow up to breathe 4.28.x
HEAD is now at a62ea8fa29 [nrf fromlist] net: openthread: remove unneded Kconfig dependency
WARNING: west.manifest: providing deprecated group-filter semantics due to explicit 'manifest: version: 0.9'; for the new semantics, use 'manifest: version: "0.10"' or later
=== updating openthread (ncs/modules/lib/openthread):
error: Your local changes to the following files would be overwritten by checkout:
        third_party/NordicSemiconductor/libraries/nrf_security/config/nrf-config.h
Please commit your changes or stash them before you switch branches.
Aborting
=== updating mcuboot (ncs/bootloader/mcuboot):
Previous HEAD position was 858dd03 [nrf temphack] prj.conf: don't use CONFIG_LOG_MODE_MINIMAL yet
HEAD is now at 02afea3 [nrf fromtree] cmake: fix for issue with path length on windows
=== updating nrfxlib (ncs/nrfxlib):
Previous HEAD position was 3cff48e softdevice_controller: rev d9e243713b2dc01555e11dc89975017a62858d0a
HEAD is now at c5efbc8 doc: update changelogs for 1.6.1
=== updating trusted-firmware-m (ncs/modules/tee/tfm):
Previous HEAD position was 3bc9506f [nrf temphack] trusted-firmware-m: Use find_program for C compiler
HEAD is now at cb1e6c2f [nrf fromlist] partitions: crypto: introduce option to disable RNG ...
=== updating tfm-mcuboot (ncs/modules/tee/tfm-mcuboot):
Previous HEAD position was 81d19f0 bootutil: Add cmake build file
HEAD is now at 4aa516e Bump versions for v1.7.2
=== updating matter (ncs/modules/lib/matter):
HEAD is now at f2143619b [nrf toup] reduce command parameters length
Synchronizing submodule url for 'third_party/nlio/repo'
Synchronizing submodule url for 'third_party/nlassert/repo'
Synchronizing submodule url for 'third_party/pigweed/repo'
=== updating nrf-802154 (ncs/nrf-802154):
--- nrf-802154: fetching, need revision v1.6.0
Username for 'https://github.com': 
Password for 'https://github.com': 
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/nrfconnect/sdk-nrf-802154/'
=== updating cjson (ncs/modules/lib/cjson):
HEAD is now at 50bdddd [nrf fromlist] Add more CS versions of cJSON_Add functions
=== updating cmock (ncs/test/cmock):
M       vendor/unity
HEAD is now at 9d09289 Merge pull request #346 from ThrowTheSwitch/reapply_329
=== updating unity (ncs/test/cmock/vendor/unity):
HEAD is now at 74cde08 Merge pull request #540 from numaru/master
=== updating mbedtls-nrf (ncs/mbedtls):
Previous HEAD position was 523f0554b Merge pull request #748 from ARMmbed/mbedtls-2.24.0r0-pr
HEAD is now at e483a77c8 Merge pull request #816 from ARMmbed/development
=== updating nanopb (ncs/modules/lib/nanopb):
HEAD is now at df0e92f Publishing nanopb-0.4.2
=== updating Alexa-Gadgets-Embedded-Sample-Code (ncs/modules/alexa-embedded):
HEAD is now at face92d Update firmware.options signature_size from 48 to 65
=== updating mbed-cloud-client (ncs/modules/lib/pelion-dm):
HEAD is now at 7e45d92 Merge pull request #84 from PelionIoT/release-4.9.1
=== updating cddl-gen (ncs/modules/lib/cddl-gen):
HEAD is now at 24f1b2b module: leverage external module definition
=== updating homekit (ncs/homekit):
--- homekit: fetching, need revision v1.6.1
Username for 'https://github.com': 
Password for 'https://github.com': 
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/nrfconnect/sdk-homekit/'
=== updating find-my (ncs/find-my):
--- find-my: fetching, need revision v1.6.0
Username for 'https://github.com': 
Password for 'https://github.com': 
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/nrfconnect/sdk-find-my/'
=== updating memfault-firmware-sdk (ncs/modules/lib/memfault-firmware-sdk):
HEAD is now at 2ad18e1 Memfault Firmware SDK 0.21.1 (Build 241141)
=== updating cmsis (ncs/modules/hal/cmsis):
Previous HEAD position was 421dcf3 Core-R: Make GIC and TIM configurable
HEAD is now at c3bd209 DSP: fix compiler warning on inline attribute
=== updating canopennode (ncs/modules/lib/canopennode):
HEAD is now at 468d350 Merge pull request #2 from vestas-wind-systems/update_to_v1_3_master
=== updating civetweb (ncs/modules/lib/civetweb):
HEAD is now at e6903b80 civetweb: WebSockets support for Zephyr
=== updating fatfs (ncs/modules/fs/fatfs):
HEAD is now at 1d1fcc7 fat_fs: Expose _VOLUMES to Kconfig
=== updating hal_nordic (ncs/modules/hal/nordic):
Previous HEAD position was b96360f [nrf fromtree] nrfx_gpiote: remove channel dealloc from nrfx_gpiote_init GPIOTE channels allocated outside of the context of the driver are no longer implicitly deallocated during driver initialization.
HEAD is now at 74b3b21 drivers: nrf_802154: Update the IEEE 802.15.4 component
=== updating hal_st (ncs/modules/hal/st):
HEAD is now at b52fdbf sensor/stmemsc: Align stmemsc i/f to v1.03
=== updating libmetal (ncs/modules/hal/libmetal):
Previous HEAD position was 9d4ee2c lib: update libmetal to release v2020.10.0
HEAD is now at 39d049d lib: update libmetal to release v2021.04.0 + VERSION path fix
=== updating lvgl (ncs/modules/lib/gui/lvgl):
HEAD is now at 31acbaa3 lv_font: Fix compiler warning when compressed fonts are disabled (#1880)
=== updating mbedtls (ncs/modules/crypto/mbedtls):
Previous HEAD position was 13cf2e5 config-tls-generic: Add config option for MBEDTLS_MEMORY_DEBUG
HEAD is now at 711fe7f Check if feature macro is defined before define it
=== updating mcumgr (ncs/modules/lib/mcumgr):
Previous HEAD position was 43845e8 snapshot: Update mcumgr to commit 74e77ad08 from upstream
HEAD is now at 5c5055f snapshot: Update mcumgr to commit e64f5060bd from upstream
=== updating net-tools (ncs/tools/net-tools):
Previous HEAD position was 41132e9 docker: Add syslog receiver
HEAD is now at f49bd13 net-capture: Listen captured traffic and save to pcap file
=== updating open-amp (ncs/modules/lib/open-amp):
Previous HEAD position was de1b85a lib: update open-amp lib to release v2020.10.0
HEAD is now at 6010f05 lib: update open-amp lib to release v2021.04.0
=== updating loramac-node (ncs/modules/lib/loramac-node):
Previous HEAD position was 3f545d76 Issue #917 - Added new specific board API to initialize the RF switch (SX126xIoRfSwitchInit)
HEAD is now at 2cee5f72 LoRaMac: query minimum tx datarate
=== updating segger (ncs/modules/debug/segger):
Previous HEAD position was 38c79a4 rtt: systemview: Add linker section options
HEAD is now at 7cbc844 config: Add lock/unlock macro for no multithreading
=== updating tinycbor (ncs/modules/lib/tinycbor):
HEAD is now at 40daca9 zephyr: Remove TINYCBOR from interface libraries
=== updating tinycrypt (ncs/modules/crypto/tinycrypt):
HEAD is now at 3e9a49d cmake: Fix conditional in root CMakeLists.txt
=== updating littlefs (ncs/modules/fs/littlefs):
HEAD is now at 9e4498d lfs_util: fix log declaration when logging is disabled
=== updating mipi-sys-t (ncs/modules/debug/mipi-sys-t):
HEAD is now at 75e6715 zephyr: move platform.h to zephyr tree
=== updating nrf_hw_models (ncs/modules/bsim_hw_models/nrf_hw_models):
HEAD is now at a47e326 HW_models: NRF_RTC: Fix compare event missed when interrupt disabled
=== updating TraceRecorderSource (ncs/modules/debug/TraceRecorder):
HEAD is now at d988988 zephyr: do not check for rtt mutex
=== updating edtt (ncs/tools/edtt):
Previous HEAD position was b209a60 Fix use of invalid disconnect reason in test procedures
HEAD is now at 7dd56fc Add FIXME note to handle incorrect LL/CON/MAS/BV-27-C implementation
ERROR: update failed for projects: openthread, nrf-802154, homekit, find-my
I have no name!@87d63eb67b6c:/work$ 

Parents Reply Children
Related