summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2016-04-22 00:28:12 +0000
committerSaul Wold <sgw@linux.intel.com>2016-04-22 07:22:15 -0700
commitd519b9d8e53e1e4dd3494d8a3a8e3e531b2b9788 (patch)
treeb2fda5c5b32533347243cb2582ff92945a616c01 /common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf
parente05c3b1e86da84c91c1eaeb29598f923cb48659a (diff)
downloadmeta-intel-d519b9d8e53e1e4dd3494d8a3a8e3e531b2b9788.tar.gz
gma500-gfx-check: Fix dependency to meta-poky
The gma500-gfx-check we used had a dependency to meta-poky via a bbappend file this is unnacceptable, but this check is still needed on genericx86 and intel-core2-32, so this patch makes copy of the gma500-gfx-check to meta-intel to avoid the dependency issue [YOCTO #9181] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf')
-rw-r--r--common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf b/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf
new file mode 100644
index 00000000..74d33c87
--- /dev/null
+++ b/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf
@@ -0,0 +1,2 @@
1# Mimic modprobe's install funcitonality with busybox's modprobe
2install gma500_gfx dmesg | grep gma500_gfx_checked || { /etc/modprobe.d/gma500-gfx-check.sh || modprobe gma500_gfx; }