wpa_supplicant/hostapd: update support to include ConnectCore MP2 platform

This commit updates the wpa-supplicant and hostapd recipes to apply the Murata
release patch series for ConnectCore MP2 platform.

https://onedigi.atlassian.net/browse/DEL-9237

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2024-09-18 17:32:31 +02:00
parent 0d685efc41
commit 19be4782ee
4 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ MURATA_COMMON_PATCHES = " \
file://murata/0059-Reset-authentication-and-encryption-parameters-while.digi.patch \ file://murata/0059-Reset-authentication-and-encryption-parameters-while.digi.patch \
" "
SRC_URI:append:ccmp1 = " ${MURATA_COMMON_PATCHES}" SRC_URI:append:stm32mpcommon = " ${MURATA_COMMON_PATCHES}"
SYSTEMD_SERVICE:${PN}:append = " hostapd@.service" SYSTEMD_SERVICE:${PN}:append = " hostapd@.service"

View File

@ -75,7 +75,7 @@ MURATA_COMMON_PATCHES = " \
" "
SRC_URI:append:ccimx6sbc = " file://wpa_supplicant_p2p.conf_atheros" SRC_URI:append:ccimx6sbc = " file://wpa_supplicant_p2p.conf_atheros"
SRC_URI:append:ccmp1 = " ${MURATA_COMMON_PATCHES}" SRC_URI:append:stm32mpcommon = " ${MURATA_COMMON_PATCHES}"
do_install:append() { do_install:append() {
install -m 600 ${WORKDIR}/wpa_supplicant_p2p.conf ${D}${sysconfdir}/wpa_supplicant_p2p.conf install -m 600 ${WORKDIR}/wpa_supplicant_p2p.conf ${D}${sysconfdir}/wpa_supplicant_p2p.conf