summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-09-26 08:25:37 -0700
committerSaul Wold <sgw@linux.intel.com>2017-09-26 08:25:37 -0700
commita98b71ccadc1458bf3a959e328d5ae814eb7e9b3 (patch)
treeb493f2ce5b78a56a70e76435658e370d44b2eab8 /common/recipes-bsp/gma500-gfx-check/gma500-gfx-check/gma500-gfx-check.conf
downloadmeta-intel-qat-a98b71ccadc1458bf3a959e328d5ae814eb7e9b3.tar.gz
Initial commit from meta-intel 2f1bcac3fb3b42602f689fb4a1092aa5f4cf0c8a
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 0000000..74d33c8
--- /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; }