Skip to content

Commit

Permalink
Cleanup MACHINE_EXTRA_RRECOMMENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPayne86 committed Jun 25, 2024
1 parent 4096a45 commit 8e0da0b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions conf/machine/portenta-x8.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ IMAGE_BOOT_FILES:append:lmp-base = " devicetree/arduino_portenta-x8.dtb;portenta
MACHINE_FIRMWARE:append = " linux-firmware-arduino-portenta-x8-stm32h7"

# Add x8h7 driver for communication with external cortex processor via spi
MACHINE_EXTRA_RRECOMMENDS += " x8h7"
MACHINE_EXTRA_RRECOMMENDS += "x8h7"

# Add additional out of tree modules
MACHINE_EXTRA_RRECOMMENDS += " google-gasket-driver ov5647-mipi imx219 imx477 imx708 panel-sitronix-st7701 panel-jadard-ek79202d atmel-mxt-ts"
# Add mipi-csi cmos sensors drivers
MACHINE_EXTRA_RRECOMMENDS += "ov5647-mipi imx219 imx477 imx708"

# Add mipi-dsi panels and touch screen controllers drivers
MACHINE_EXTRA_RRECOMMENDS += "panel-sitronix-st7701 panel-jadard-ek79202d atmel-mxt-ts"

# Add neural external pcie modules drivers
MACHINE_EXTRA_RRECOMMENDS += "google-gasket-driver akida-pcie-driver hailo-pcie-driver"

# Devel modules
MACHINE_EXTRA_RRECOMMENDS:append:lmp-base = " dtbocfg"
Expand Down

0 comments on commit 8e0da0b

Please sign in to comment.