summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/atom-c3000.conf (renamed from conf/machine/denverton.conf)2
-rw-r--r--recipes-kernel/linux/linux-intel.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/denverton.conf b/conf/machine/atom-c3000.conf
index 522efbd..ce26958 100644
--- a/conf/machine/denverton.conf
+++ b/conf/machine/atom-c3000.conf
@@ -1,5 +1,5 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Denverton 2#@NAME: atom-c3000
3#@SUMMARY: Intel® Atom™ Processor C Series 3#@SUMMARY: Intel® Atom™ Processor C Series
4#@DESCRIPTION: Machine configuration based on 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 4#@DESCRIPTION: Machine configuration based on 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3
5# instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. 5# instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc
index 8e95e31..40485bd 100644
--- a/recipes-kernel/linux/linux-intel.inc
+++ b/recipes-kernel/linux/linux-intel.inc
@@ -2,11 +2,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
2require common/recipes-kernel/linux/linux-intel_4.14.bb 2require common/recipes-kernel/linux/linux-intel_4.14.bb
3require recipes-kernel/linux/linux-deploy-kconfig.inc 3require recipes-kernel/linux/linux-deploy-kconfig.inc
4 4
5SRCREV_metaenea = "c4bd5f6e084a6ced2c7a2f76798d0a34947ffeb7" 5SRCREV_metaenea = "5069865aaa6c8664991493530076a16ad99a0a8d"
6KENEABRANCH = "intel-4.14" 6KENEABRANCH = "intel-4.14"
7SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" 7SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta"
8 8
9KERNEL_FEATURES_append_denverton = " bsp/denverton/denverton.scc" 9KERNEL_FEATURES_append_atom-c3000 = " bsp/atom-c3000/atom-c3000.scc"
10 10
11KERNEL_FEATURES_append = " features/udev/udev.scc" 11KERNEL_FEATURES_append = " features/udev/udev.scc"
12 12