summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/machine/verdin-imx8mm.conf1
-rw-r--r--recipes-kernel/linux/modprobe-conf.bb16
2 files changed, 0 insertions, 17 deletions
diff --git a/conf/machine/verdin-imx8mm.conf b/conf/machine/verdin-imx8mm.conf
index 39faa98..b2a48dd 100644
--- a/conf/machine/verdin-imx8mm.conf
+++ b/conf/machine/verdin-imx8mm.conf
@@ -78,7 +78,6 @@ PREFERRED_PROVIDER_virtual/kernel:preempt-rt = "linux-toradex"
PREFERRED_PROVIDER_virtual/kernel:use-mainline-bsp = "linux-toradex-mainline"
PREFERRED_PROVIDER_virtual/kernel:use-mainline-bsp:preempt-rt = "linux-toradex-mainline-rt"
PREFERRED_PROVIDER_virtual/dtb:use-mainline-bsp = "device-tree-overlays-mainline"
-MACHINE_EXTRA_RRECOMMENDS:append:use-mainline-bsp = " modprobe-conf"
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
# Currently we use the nxp 2022.04 downstream for mx8
diff --git a/recipes-kernel/linux/modprobe-conf.bb b/recipes-kernel/linux/modprobe-conf.bb
deleted file mode 100644
index adad17d..0000000
--- a/recipes-kernel/linux/modprobe-conf.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-# The verdin-imx8mm does hang during resume if etnaviv and/or hantro_vpu
-# are loaded. As graphics currently anyway doesn't work anyway do not
-# load these modules
-do_install:append:verdin-imx8mm () {
- install -d ${D}${sysconfdir}/modprobe.d
- echo "blacklist etnaviv" > ${D}${sysconfdir}/modprobe.d/imx8mm-blacklist.conf
- echo "blacklist hantro_vpu" >> ${D}${sysconfdir}/modprobe.d/imx8mm-blacklist.conf
-}
-
-ALLOW_EMPTY:${PN} = "1"
-FILES:${PN} = " ${sysconfdir}/modprobe.d"