Skip to content

Commit

Permalink
[nxp fromtree] Attempt to fix ESP32 builds by adding an extra depende…
Browse files Browse the repository at this point in the history
…ncy (project-chip#36025) (project-chip#36031)

* Attempt to fix ESP32 builds by not compiling insights at all. This breaks insights, but should make CI pass

* Fix typo

* Another better fix: pull in the other dependency too

---------

Co-authored-by: Andrei Litvin <[email protected]>
(cherry picked from commit dd6f974)
  • Loading branch information
andy31415 authored and andrei-menzopol committed Oct 18, 2024
1 parent 3f79f29 commit 69407b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/esp32/components/chip/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ dependencies:
- if: "idf_version >=5.0"
- if: "target != esp32h2"

# This matches the dependency of esp_insights
espressif/esp_diag_data_store:
version: "1.0.1"
require: public
rules:
- if: "idf_version >=5.0"
- if: "target != esp32h2"

espressif/esp_rcp_update:
version: "1.2.0"
rules:
Expand Down

0 comments on commit 69407b6

Please sign in to comment.