Skip to content

Commit 59d721c

Browse files
committed
feat: components support software bill of materials
1 parent 6f426e5 commit 59d721c

File tree

62 files changed

+187
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+187
-1
lines changed

components/audio/pwm_audio/idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ issues: https://github.com/espressif/esp-iot-solution/issues
77
dependencies:
88
idf: ">=4.3"
99
espressif/cmake_utilities: "0.*"
10+
sbom:
11+
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
12+
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

components/avi_player/idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ repository: https://github.com/espressif/esp-iot-solution.git
77
dependencies:
88
idf: ">=4.4"
99
cmake_utilities: "0.*"
10+
sbom:
11+
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
12+
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

components/bluetooth/ble_conn_mgr/idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ dependencies:
66
cmake_utilities: "0.*"
77
examples:
88
- path: ../../../examples/bluetooth/ble_conn_mgr
9+
sbom:
10+
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
11+
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

components/bluetooth/ble_hci/idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ dependencies:
99
cmake_utilities: "0.*"
1010
examples:
1111
- path: ../../../examples/bluetooth/ble_hci
12+
sbom:
13+
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
14+
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

components/bluetooth/ble_profiles/esp/ble_ota/idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ dependencies:
1414
cmake_utilities: "0.*"
1515
examples:
1616
- path: ../../../../../examples/bluetooth/ble_ota
17+
sbom:
18+
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
19+
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

components/bluetooth/ble_profiles/std/ble_anp/idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ url: https://github.com/espressif/esp-iot-solution/tree/master/components/blueto
44
issues: https://github.com/espressif/esp-iot-solution/issues
55
examples:
66
- path: ../../../../../examples/bluetooth/ble_profiles
7+
sbom:
8+
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
9+
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

components/bluetooth/ble_profiles/std/ble_hrp/idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ url: https://github.com/espressif/esp-iot-solution/tree/master/components/blueto
44
issues: https://github.com/espressif/esp-iot-solution/issues
55
examples:
66
- path: ../../../../../examples/bluetooth/ble_profiles
7+
sbom:
8+
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
9+
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

components/bluetooth/ble_profiles/std/ble_htp/idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ url: https://github.com/espressif/esp-iot-solution/tree/master/components/blueto
44
issues: https://github.com/espressif/esp-iot-solution/issues
55
examples:
66
- path: ../../../../../examples/bluetooth/ble_profiles
7+
sbom:
8+
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
9+
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

components/bluetooth/ble_services/idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ url: https://github.com/espressif/esp-iot-solution/tree/master/components/blueto
44
issues: https://github.com/espressif/esp-iot-solution/issues
55
examples:
66
- path: ../../../examples/bluetooth/ble_services
7+
sbom:
8+
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
9+
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

components/bootloader_support_plus/idf_component.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ dependencies:
1414
xz: "1.*"
1515
examples:
1616
- path: ../../examples/ota/simple_ota_example
17+
sbom:
18+
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
19+
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

0 commit comments

Comments
 (0)