summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-cedartrail/conf')
-rw-r--r--meta-cedartrail/conf/layer.conf10
-rw-r--r--meta-cedartrail/conf/machine/cedartrail.conf15
2 files changed, 25 insertions, 0 deletions
diff --git a/meta-cedartrail/conf/layer.conf b/meta-cedartrail/conf/layer.conf
new file mode 100644
index 00000000..cb4142d0
--- /dev/null
+++ b/meta-cedartrail/conf/layer.conf
@@ -0,0 +1,10 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "cedartrail"
9BBFILE_PATTERN_cedartrail := "^${LAYERDIR}/"
10BBFILE_PRIORITY_cedartrail = "6"
diff --git a/meta-cedartrail/conf/machine/cedartrail.conf b/meta-cedartrail/conf/machine/cedartrail.conf
new file mode 100644
index 00000000..ec84347f
--- /dev/null
+++ b/meta-cedartrail/conf/machine/cedartrail.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: Cedartrail
3
4#@DESCRIPTION: Machine configuration for Cedartrail systems
5# i.e. Cedarview processor + Tiger Point Chipset
6
7include conf/machine/include/tune-atom.inc
8require conf/machine/include/ia32-base.inc
9
10XSERVER ?= "${XSERVER_IA32_BASE} \
11 ${XSERVER_IA32_EXT} \
12 ${XSERVER_IA32_VESA} \
13 "
14
15APPEND += "video=vesafb vga=0x318"