diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-01-03 15:33:52 -0800 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-01-03 16:46:14 -0800 |
| commit | 158f88d76685da4e71a21f3788d519dd4b2bb912 (patch) | |
| tree | a0d07813fdac413ea506a64813521b0e2340fa0c /meta-n450/conf | |
| parent | ef1c55927c75b4fa0a12796bb21d52dd9fefcfdb (diff) | |
| download | meta-intel-158f88d76685da4e71a21f3788d519dd4b2bb912.tar.gz | |
meta-n450: Add new BSP for BlackSand / n450
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-n450/conf')
| -rw-r--r-- | meta-n450/conf/layer.conf | 10 | ||||
| -rw-r--r-- | meta-n450/conf/machine/n450.conf | 13 |
2 files changed, 23 insertions, 0 deletions
diff --git a/meta-n450/conf/layer.conf b/meta-n450/conf/layer.conf new file mode 100644 index 00000000..f9cc7fe0 --- /dev/null +++ b/meta-n450/conf/layer.conf | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH := "${BBPATH}:${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a packages directory, add to BBFILES | ||
| 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "n450" | ||
| 9 | BBFILE_PATTERN_n450 = "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_n450 = "6" | ||
diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf new file mode 100644 index 00000000..eda91d9d --- /dev/null +++ b/meta-n450/conf/machine/n450.conf | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: n450 | ||
| 3 | |||
| 4 | #@DESCRIPTION: Machine configuration for Intel 1-N450 based systems | ||
| 5 | |||
| 6 | require conf/machine/atom-pc.conf | ||
| 7 | |||
| 8 | SYSLINUX_OPTS = "serial 0 115200" | ||
| 9 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 10 | APPEND += "console=ttyS0,115200 console=tty0" | ||
| 11 | |||
| 12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable" | ||
| 13 | |||
