It looks fine to me.. Thanks Hari
-----Original Message----- From: Devshatwar, Nikhil Sent: Wednesday, March 3, 2021 12:22 PM To: [email protected]; Bajjuri, Praneeth <[email protected]> Cc: Vutla, Lokesh <[email protected]>; Kishon Vijay Abraham <[email protected]>; Nori, Sekhar <[email protected]>; Nagalla, Hari <[email protected]>; Narang, Saurabh <[email protected]>; Devshatwar, Nikhil <[email protected]> Subject: [meta-ti][dunfell/master][PATCH v2] packagegroups: tisdk-connectivity: Include TI wlan packages for k3 platforms Currently, the K3 platforms do not include the TI wlan related packages. Add in the tisdk-connectivity packagegroup. Signed-off-by: Nikhil Devshatwar <[email protected]> Suggested-by: Hari Nagalla <[email protected]> Reviewed-by: Lokesh Vutla <[email protected]> --- Notes: changes from v1: * Drop the new recipe and simply include the existing packages for wilink This way, all the platforms are using the same recipes and we don't have to maintain any new recipe just for the am64xx-sk The firmare will get picked from the repo git://git.ti.com/wilink8-wlan/wl18xx_fw.git .../packagegroups/packagegroup-arago-tisdk-connectivity.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb index 11109432..ab632924 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb @@ -89,6 +89,7 @@ CONNECTIVITY_RDEPENDS_append_dra7xx = "\ CONNECTIVITY_RDEPENDS_append_k3 = "\ ${WLAN_COMMON} \ ${BT_COMMON} \ + ${WLAN_TI} \ " RDEPENDS_${PN} = "\ -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
