diff options
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20240909.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20240909.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20240909.bb index 5ec57b7e3b..4bcda67c8f 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20240909.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20240909.bb | |||
@@ -281,7 +281,7 @@ PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \ | |||
281 | ${PN}-moxa-license ${PN}-moxa \ | 281 | ${PN}-moxa-license ${PN}-moxa \ |
282 | ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 ${PN}-sd8801 \ | 282 | ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 ${PN}-sd8801 \ |
283 | ${PN}-sd8887 ${PN}-sd8897 ${PN}-sd8997 ${PN}-usb8997 \ | 283 | ${PN}-sd8887 ${PN}-sd8897 ${PN}-sd8997 ${PN}-usb8997 \ |
284 | ${PN}-ti-connectivity-license ${PN}-wlcommon ${PN}-wl12xx ${PN}-wl18xx \ | 284 | ${PN}-ti-connectivity-license ${PN}-wlcommon ${PN}-wl12xx ${PN}-wl18xx ${PN}-cc33xx \ |
285 | ${PN}-ti-keystone-license ${PN}-ti-keystone \ | 285 | ${PN}-ti-keystone-license ${PN}-ti-keystone \ |
286 | ${PN}-vt6656-license ${PN}-vt6656 \ | 286 | ${PN}-vt6656-license ${PN}-vt6656 \ |
287 | ${PN}-rs9113 ${PN}-rs9116 \ | 287 | ${PN}-rs9113 ${PN}-rs9116 \ |
@@ -935,6 +935,7 @@ RDEPENDS:${PN}-wl1251 += "${PN}-wl1251-license" | |||
935 | LICENSE:${PN}-wlcommon = "Firmware-ti-connectivity" | 935 | LICENSE:${PN}-wlcommon = "Firmware-ti-connectivity" |
936 | LICENSE:${PN}-wl12xx = "Firmware-ti-connectivity" | 936 | LICENSE:${PN}-wl12xx = "Firmware-ti-connectivity" |
937 | LICENSE:${PN}-wl18xx = "Firmware-ti-connectivity" | 937 | LICENSE:${PN}-wl18xx = "Firmware-ti-connectivity" |
938 | LICENSE:${PN}-cc33xx = "Firmware-ti-connectivity" | ||
938 | LICENSE:${PN}-ti-connectivity-license = "Firmware-ti-connectivity" | 939 | LICENSE:${PN}-ti-connectivity-license = "Firmware-ti-connectivity" |
939 | 940 | ||
940 | FILES:${PN}-ti-connectivity-license = "${nonarch_base_libdir}/firmware/LICENCE.ti-connectivity" | 941 | FILES:${PN}-ti-connectivity-license = "${nonarch_base_libdir}/firmware/LICENCE.ti-connectivity" |
@@ -957,8 +958,13 @@ FILES:${PN}-wl18xx = " \ | |||
957 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl18* \ | 958 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl18* \ |
958 | " | 959 | " |
959 | 960 | ||
961 | FILES:${PN}-cc33xx = " \ | ||
962 | ${nonarch_base_libdir}/firmware/ti-connectivity/cc33* \ | ||
963 | " | ||
964 | |||
960 | RDEPENDS:${PN}-wl12xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" | 965 | RDEPENDS:${PN}-wl12xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" |
961 | RDEPENDS:${PN}-wl18xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" | 966 | RDEPENDS:${PN}-wl18xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" |
967 | RDEPENDS:${PN}-cc33xx = "${PN}-ti-connectivity-license" | ||
962 | 968 | ||
963 | # For ti-keystone | 969 | # For ti-keystone |
964 | LICENSE:${PN}-ti-keystone = "Firmware-ti-keystone" | 970 | LICENSE:${PN}-ti-keystone = "Firmware-ti-keystone" |