summaryrefslogtreecommitdiffstats
path: root/meta-raptor/meta-asus/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raptor/meta-asus/conf')
-rw-r--r--meta-raptor/meta-asus/conf/bblayers.conf.sample22
-rw-r--r--meta-raptor/meta-asus/conf/conf-notes.txt2
-rw-r--r--meta-raptor/meta-asus/conf/layer.conf10
-rw-r--r--meta-raptor/meta-asus/conf/local.conf.sample9
-rw-r--r--meta-raptor/meta-asus/conf/machine/asus.conf18
5 files changed, 61 insertions, 0 deletions
diff --git a/meta-raptor/meta-asus/conf/bblayers.conf.sample b/meta-raptor/meta-asus/conf/bblayers.conf.sample
new file mode 100644
index 0000000..1fd6752
--- /dev/null
+++ b/meta-raptor/meta-asus/conf/bblayers.conf.sample
@@ -0,0 +1,22 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "6"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ ##OEROOT##/meta-yocto-bsp \
+ ##OEROOT##/meta-openembedded/meta-oe \
+ ##OEROOT##/meta-openembedded/meta-networking \
+ ##OEROOT##/meta-openembedded/meta-python \
+ ##OEROOT##/meta-openbmc \
+ ##OEROOT##/meta-openbmc/meta-aspeed \
+ ##OEROOT##/meta-openbmc/meta-raptor/meta-asus \
+ "
+BBLAYERS_NON_REMOVABLE ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ "
diff --git a/meta-raptor/meta-asus/conf/conf-notes.txt b/meta-raptor/meta-asus/conf/conf-notes.txt
new file mode 100644
index 0000000..99f9d6a
--- /dev/null
+++ b/meta-raptor/meta-asus/conf/conf-notes.txt
@@ -0,0 +1,2 @@
+Common targets are:
+ asus-image
diff --git a/meta-raptor/meta-asus/conf/layer.conf b/meta-raptor/meta-asus/conf/layer.conf
new file mode 100644
index 0000000..547625c
--- /dev/null
+++ b/meta-raptor/meta-asus/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "asus"
+BBFILE_PATTERN_asus = "^${LAYERDIR}/"
+BBFILE_PRIORITY_asus = "10"
diff --git a/meta-raptor/meta-asus/conf/local.conf.sample b/meta-raptor/meta-asus/conf/local.conf.sample
new file mode 100644
index 0000000..2de916f
--- /dev/null
+++ b/meta-raptor/meta-asus/conf/local.conf.sample
@@ -0,0 +1,9 @@
+#
+# Local configuration file for building the OpenBMC image.
+#
+
+# Machine Selection
+MACHINE ??= "asus"
+
+# OpenBMC distro settings
+DISTRO ?= "poky"
diff --git a/meta-raptor/meta-asus/conf/machine/asus.conf b/meta-raptor/meta-asus/conf/machine/asus.conf
new file mode 100644
index 0000000..13852e7
--- /dev/null
+++ b/meta-raptor/meta-asus/conf/machine/asus.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@NAME: ASUS
+#@DESCRIPTION: Machine configuration for Raptor ASUS
+
+UBOOT_MACHINE_asus = "asus_config"
+
+require conf/machine/include/ast1250.inc
+
+# configuration for preferred version of packages
+PREFERRED_VERSION_libipmi = "0.1"
+PREFERRED_VERSION_ipmid = "0.1"
+PREFERRED_VERSION_rest-api = "0.1"
+
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-module-i2c-dev-sysfs"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-module-cpld"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-module-com-e-driver"
+
+TCLIBC = 'eglibc'
OpenPOWER on IntegriCloud