diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-10-29 11:48:06 -0700 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2012-10-31 08:40:15 -0700 |
commit | 43b2e9c34363ade4241a60f699b47179929c6fb6 (patch) | |
tree | 9aa6d99d27f45c71a8b3cf5fab66af024680d759 /meta-n450/conf/machine | |
parent | eb413f9fdb34db05fd3fd40ce15bf896272acbf3 (diff) | |
download | meta-intel-43b2e9c34363ade4241a60f699b47179929c6fb6.tar.gz |
n450: Add WEBTITLE and boilerplate README
The WEBTITLE will be used to publish the BSP on the Yocto Project website.
Add a boilerplate README including the Yocto Project compliance
information for the 1.3 release.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-n450/conf/machine')
-rw-r--r-- | meta-n450/conf/machine/n450.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index 7ce4cc70..da545612 100644 --- a/meta-n450/conf/machine/n450.conf +++ b/meta-n450/conf/machine/n450.conf | |||
@@ -1,7 +1,9 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: n450 | 2 | #@NAME: n450 |
3 | 3 | ||
4 | #@DESCRIPTION: Machine configuration for Intel 1-N450 based systems | 4 | #@WEBTITLE: Intel Atom N450 Processor with Intel 82801 HM I/O Controller Compute Module (Luna Pier) with Intel Compute Module Mini-ITX Carrier |
5 | |||
6 | #@DESCRIPTION: Machine configuration for Intel Embedded Development Board 1-N450 | ||
5 | 7 | ||
6 | PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" | 8 | PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" |
7 | PREFERRED_VERSION_linux-yocto ?= "3.2%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.2%" |