diff options
author | Darren Hart <dvhart@infradead.org> | 2015-05-21 21:49:02 +0200 |
---|---|---|
committer | Darren Hart <dvhart@infradead.org> | 2015-05-21 21:49:02 +0200 |
commit | 00a39ed5a5f7037965ff674efe11277bd73416a5 (patch) | |
tree | f62ca96bbe5c58f9837e4505325d9e921bbd64f1 | |
parent | e709d0fd074093d14c3e2c9dda4e761a98110f16 (diff) | |
download | meta-minnow-00a39ed5a5f7037965ff674efe11277bd73416a5.tar.gz meta-minnow-00a39ed5a5f7037965ff674efe11277bd73416a5.tar.bz2 meta-minnow-00a39ed5a5f7037965ff674efe11277bd73416a5.zip |
minnow.conf: Add note regarding MinnowBoard MAX to machine conf Description
To make it searchable, include the note about this layer not being for
use with the MinnowBoard MAX in the @DESCRIPTION field of the machine
config.
Signed-off-by: Darren Hart <dvhart@infradead.org>
-rw-r--r-- | conf/machine/minnow.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/minnow.conf b/conf/machine/minnow.conf index 079a155..8bfa91e 100644 --- a/conf/machine/minnow.conf +++ b/conf/machine/minnow.conf @@ -3,7 +3,7 @@ #@WEBTITLE: Intel Atom E640T Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Proprietary IEMGD Accelerated Graphics. -#@DESCRIPTION: Machine configuration for the Minnow Board systems +#@DESCRIPTION: Machine configuration for MinnowBoard v1 (Intel Atom E640T). For the MinnowBoard MAX (Intel Atom E38xx), please use the meta-intel intel-corei7-64 BSP: http://www.elinux.org/Minnowboard:MinnowMaxYoctoProject require conf/machine/include/intel-core2-32-common.inc require conf/machine/include/meta-intel.inc |