summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-06-28 11:09:20 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-28 11:21:54 +0200
commitd20d9eb2b9a9bcdbba0724e60e5a3dead731bcbe (patch)
tree11016d246d50366fc7f93fa9d682ec047baa0926 /conf
parentf74c7864926f9e40087a84f3df7675f041702e3a (diff)
machines: imx6: drop backported vivante variable assignment
The package name change is now in imx-base.inc in meta-freescale, drop the override. This prevents a build error if using use-mainline-bsp: | ERROR: Nothing RPROVIDES 'xf86-video-imx-vivante' (but ...packagegroup-core-x11-xserver.bb RDEPENDS on or otherwise requires it) | xf86-video-imx-vivante was skipped: incompatible with machine apalis-imx6 (not in COMPATIBLE_MACHINE) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/apalis-imx6.inc4
-rw-r--r--conf/machine/include/colibri-imx6.inc4
2 files changed, 0 insertions, 8 deletions
diff --git a/conf/machine/include/apalis-imx6.inc b/conf/machine/include/apalis-imx6.inc
index 7f340b7..fad8f3f 100644
--- a/conf/machine/include/apalis-imx6.inc
+++ b/conf/machine/include/apalis-imx6.inc
@@ -26,7 +26,3 @@ PREFERRED_PROVIDER_u-boot-default-script = "u-boot-distro-boot"
UBOOT_SUFFIX = "img"
MACHINE_FIRMWARE_remove = "firmware-imx-epdc"
-
-# As per meta-freescale commit 927b31771dab ("xf86-video-imx-vivante: Remove fb
-# from name") this package got renamed. Use new one!
-XSERVER_DRIVER_apalis-imx6 = "xf86-video-imx-vivante"
diff --git a/conf/machine/include/colibri-imx6.inc b/conf/machine/include/colibri-imx6.inc
index b105b4d..753f78c 100644
--- a/conf/machine/include/colibri-imx6.inc
+++ b/conf/machine/include/colibri-imx6.inc
@@ -21,7 +21,3 @@ PREFERRED_PROVIDER_u-boot-default-script = "u-boot-distro-boot"
UBOOT_SUFFIX = "img"
MACHINE_FIRMWARE_remove = "firmware-imx-epdc"
-
-# As per meta-freescale commit 927b31771dab ("xf86-video-imx-vivante: Remove fb
-# from name") this package got renamed. Use new one!
-XSERVER_DRIVER_colibri-imx6 = "xf86-video-imx-vivante"