From d735014a62f17028b40240c35a30ed46b752eb23 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 3 Aug 2023 13:07:21 +0200 Subject: Revert "verdin-imx8mm: mainline: don't load etnaviv and hantro modules" This reverts commit da2e5ab836c8b81497ec7e97727b33dea3a7b719. Now with display output available in master/upstream both etnaviv and hantro_vpu do serve real purpose so let us enable them again. --- recipes-kernel/linux/modprobe-conf.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 recipes-kernel/linux/modprobe-conf.bb (limited to 'recipes-kernel/linux') 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" -- cgit v1.2.3