aboutsummaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-jasperforest/conf')
-rw-r--r--meta-jasperforest/conf/layer.conf12
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf22
2 files changed, 0 insertions, 34 deletions
diff --git a/meta-jasperforest/conf/layer.conf b/meta-jasperforest/conf/layer.conf
deleted file mode 100644
index 6d096e7e..00000000
--- a/meta-jasperforest/conf/layer.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have a recipes directory, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "jasperforest"
-BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/"
-BBFILE_PRIORITY_jasperforest = "6"
-
-LAYERDEPENDS_jasperforest = "intel"
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
deleted file mode 100644
index e0948eb0..00000000
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-#@TYPE: Machine
-#@NAME: jasperforest
-
-#@WEBTITLE: Intel Xeon C5500/C3500 Series Processors With Intel 3420 PCH Chipset (Jasper Forest)
-
-#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
-# systems i.e. Xeon C5500/C3500 (Nehalem) + Intel 3420 chipset (Ibex Peak)
-
-PREFERRED_VERSION_linux-yocto ?= "3.19%"
-
-require conf/machine/include/meta-intel.inc
-require conf/machine/include/intel-corei7-64-common.inc
-require conf/machine/include/intel-common-pkgarch.inc
-
-MACHINE_FEATURES += "intel-ucode"
-
-XSERVER ?= "${XSERVER_X86_BASE} \
- ${XSERVER_X86_EXT} \
- ${XSERVER_X86_VESA} \
- "
-
-APPEND += "video=vesafb vga=0x318"