summaryrefslogtreecommitdiffstats
path: root/meta-n450/conf/machine
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-10-29 11:48:06 -0700
committerDarren Hart <dvhart@linux.intel.com>2012-10-31 08:40:15 -0700
commit43b2e9c34363ade4241a60f699b47179929c6fb6 (patch)
tree9aa6d99d27f45c71a8b3cf5fab66af024680d759 /meta-n450/conf/machine
parenteb413f9fdb34db05fd3fd40ce15bf896272acbf3 (diff)
downloadmeta-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.conf4
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
6PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto" 8PREFERRED_PROVIDER-virtual/kernel ?= "linux-yocto"
7PREFERRED_VERSION_linux-yocto ?= "3.2%" 9PREFERRED_VERSION_linux-yocto ?= "3.2%"