From 8ed7880e1ec5e931328375b45e9d5a9afc984c7f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 19 Jun 2023 15:08:24 +0100 Subject: genericx86: Drop gma500-gfx-check Drop the gma500-gfx-check script. This hardware is ancient and times have moved on, stop carrying around this old compatibility script. (From meta-yocto rev: fa57b62988010a398b0defa89c9e831d75618d14) Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/genericx86.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-yocto-bsp/conf/machine') diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index ed4fc8a3de..34e1448a8c 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf @@ -6,6 +6,5 @@ DEFAULTTUNE ?= "core2-32" require conf/machine/include/x86/tune-core2.inc require conf/machine/include/genericx86-common.inc -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" #For runqemu QB_SYSTEM_NAME = "qemu-system-i386" -- cgit v1.2.3-54-g00ecf