diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2010-12-17 19:05:46 (GMT) |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-04 00:46:31 (GMT) |
commit | be72384306c4dcc88b4866db743e7e501c6fa830 (patch) | |
tree | 0a54a82918fb68703b14036e0365b2e5c3178431 /meta-crownbay/recipes-bsp | |
parent | 158f88d76685da4e71a21f3788d519dd4b2bb912 (diff) | |
download | meta-intel-be72384306c4dcc88b4866db743e7e501c6fa830.tar.gz |
meta-crownbay: add a machine configuration that doesn't use EMGD graphics
This adds a second machine to the meta-crownbay BSP that uses generic
vesa graphics instead of the Intel-proprietary straight 'crownbay'
version that does.
The name of the new machine is 'crownbay-noemgd'.
Though the graphics quality isn't as nice, the binaries for this
version can be distributed without any need for license click-throughs
or the manual step currently required for the EMGD version.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crownbay/recipes-bsp')
-rw-r--r-- | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig b/meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig new file mode 100644 index 0000000..ffce012 --- /dev/null +++ b/meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig | |||
@@ -0,0 +1,3 @@ | |||
1 | # Assume a USB mouse and keyboard are connected | ||
2 | HAVE_TOUCHSCREEN=0 | ||
3 | HAVE_KEYBOARD=1 | ||