Skip to content

Commit 7dd0c2c

Browse files
Dharma-Bvfalanis
authored andcommitted
meta-mchp-mpu-bsp: machine: Enable wifi feature for wifi supported boards
Add the required 'wifi' flag to MACHINE_FEATURES for all wifi supported MPU boards. This feature is critical as the deployment of necessary Wi-Fi firmware files depends on its presence. Without this feature, the wireless module will not function correctly on the target hardware. Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
1 parent 40d8e32 commit 7dd0c2c

File tree

8 files changed

+14
-2
lines changed

8 files changed

+14
-2
lines changed

meta-mchp-mpu/meta-mchp-mpu-bsp/conf/machine/sam9x60-curiosity-sd.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
require include/sam9x60.inc
66

7+
MACHINE_FEATURES += " wifi"
8+
79
KERNEL_DEVICETREE = "microchip/at91-sam9x60_curiosity.dtb"
810
DT_MACHINE ?= "sam9x60_curiosity"
911

meta-mchp-mpu/meta-mchp-mpu-bsp/conf/machine/sam9x60-curiosity.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
require include/sam9x60.inc
66

7+
MACHINE_FEATURES += " wifi"
8+
79
KERNEL_DEVICETREE = "microchip/at91-sam9x60_curiosity.dtb"
810
DT_MACHINE ?= "sam9x60_curiosity"
911

meta-mchp-mpu/meta-mchp-mpu-bsp/conf/machine/sam9x75-curiosity-sd.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
require include/sam9x75.inc
66

7+
MACHINE_FEATURES += " wifi"
8+
79
KERNEL_DEVICETREE = "microchip/at91-sam9x75_curiosity.dtb"
810
DT_MACHINE ?= "sam9x75_curiosity"
911

meta-mchp-mpu/meta-mchp-mpu-bsp/conf/machine/sam9x75-curiosity.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
require include/sam9x75.inc
66

7+
MACHINE_FEATURES += " wifi"
8+
79
KERNEL_DEVICETREE = "microchip/at91-sam9x75_curiosity.dtb"
810
DT_MACHINE ?= "sam9x75_curiosity"
911

meta-mchp-mpu/meta-mchp-mpu-bsp/conf/machine/sama7d65-curiosity-pro-sd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
require include/sama7d65.inc
66

7-
MACHINE_FEATURES = "apm alsa ext2 ext3 usbhost usbgadget"
7+
MACHINE_FEATURES = "apm alsa ext2 ext3 usbhost usbgadget wifi"
88
KERNEL_DEVICETREE = "microchip/at91-sama7d65_curiosity_pro.dtb"
99
DT_MACHINE ?= "sama7d65_curiosity_pro"
1010

meta-mchp-mpu/meta-mchp-mpu-bsp/conf/machine/sama7d65-curiosity-pro.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
require include/sama7d65.inc
66

7+
MACHINE_FEATURES += " wifi"
8+
79
KERNEL_DEVICETREE = "microchip/at91-sama7d65_curiosity_pro.dtb"
810
DT_MACHINE ?= "sama7d65_curiosity_pro"
911

meta-mchp-mpu/meta-mchp-mpu-bsp/conf/machine/sama7d65-curiosity-sd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
require include/sama7d65.inc
66

7-
MACHINE_FEATURES = "apm alsa ext2 ext3 usbhost usbgadget"
7+
MACHINE_FEATURES = "apm alsa ext2 ext3 usbhost usbgadget wifi"
88
KERNEL_DEVICETREE = "microchip/at91-sama7d65_curiosity.dtb"
99
DT_MACHINE ?= "sama7d65_curiosity"
1010

meta-mchp-mpu/meta-mchp-mpu-bsp/conf/machine/sama7d65-curiosity.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
require include/sama7d65.inc
66

7+
MACHINE_FEATURES += " wifi"
8+
79
KERNEL_DEVICETREE = "microchip/at91-sama7d65_curiosity.dtb"
810
DT_MACHINE ?= "sama7d65_curiosity"
911

0 commit comments

Comments
 (0)