manifest: sdk-nrfxlib: kconfig: don't 'select' ZCBOR #64876
Annotations
3 errors and 2 warnings
KconfigBasic.txt#L1
See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details.
Dependency loop
===============
NRF_RPC_CBOR (defined at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/subsys/nrf_rpc/Kconfig:48, /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib/nrf_rpc/Kconfig:14), with definition...
config NRF_RPC_CBOR
bool
select ZCBOR
select ZCBOR_STOP_ON_ERROR
depends on NRF_RPC
config NRF_RPC_CBOR
bool "Add CBOR layer"
default y
depends on ZCBOR && ZCBOR_STOP_ON_ERROR && NRF_RPC
help
Adds API that helps use of CBOR library for data serialization.
(select-related dependencies: (BT_RPC && BT && !BT_ISO_UNICAST && !BT_ISO_BROADCAST && !BT_MESH && !BT_AUDIO && !BT_HCI_RAW && !BT_DF && !BT_OTS && !BT_CLASSIC) || (DM_MODULE_RPC && DM_MODULE) || FLASH_RPC)
(imply-related dependencies: (BT_RPC && BT && !BT_ISO_UNICAST && !BT_ISO_BROADCAST && !BT_MESH && !BT_AUDIO && !BT_HCI_RAW && !BT_DF && !BT_OTS && !BT_CLASSIC) || (DM_MODULE_RPC && DM_MODULE) || FLASH_RPC)
...depends on ZCBOR_STOP_ON_ERROR (defined at modules/zcbor/Kconfig:21, modules/zcbor/Kconfig:21, modules/zcbor/Kconfig:21), with definition...
config ZCBOR_STOP_ON_ERROR
bool "Stop on error when processing"
depends on ZCBOR
help
This makes all functions abort their execution if called when an error
has already happened.
config ZCBOR_STOP_ON_ERROR
bool "Stop on error when processing"
depends on ZCBOR
help
This makes all functions abort their execution if called when an error
has already happened.
config ZCBOR_STOP_ON_ERROR
bool "Stop on error when processing"
depends on ZCBOR && 0
help
This makes all functions abort their execution if called when an error
has already happened.
(select-related dependencies: NRF_RPC_CBOR && NRF_RPC)
...depends again on NRF_RPC_CBOR (defined at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/subsys/nrf_rpc/Kconfig:48, /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib/nrf_rpc/Kconfig:14)
|
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "compliance.xml".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading