summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bbappend1
-rw-r--r--conf/machine/intel-core2-32.conf2
2 files changed, 3 insertions, 0 deletions
diff --git a/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bbappend b/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bbappend
new file mode 100644
index 00000000..eb8a7246
--- /dev/null
+++ b/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bbappend
@@ -0,0 +1 @@
COMPATIBLE_MACHINE = "intel-core2-32"
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 5c870d94..039528c3 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -19,6 +19,8 @@ MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"
19 19
20MACHINE_EXTRA_RRECOMMENDS += "linux-firmware" 20MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
21 21
22MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
23
22XSERVER ?= "${XSERVER_X86_BASE} \ 24XSERVER ?= "${XSERVER_X86_BASE} \
23 ${XSERVER_X86_EXT} \ 25 ${XSERVER_X86_EXT} \
24 ${XSERVER_X86_FBDEV} \ 26 ${XSERVER_X86_FBDEV} \