summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2018-05-02 13:56:11 +0200
committerMartin Borg <martin.borg@enea.com>2018-05-03 11:44:24 +0200
commitf7a2d7e95c0db67dd1f19a904a92c0bd420d9b90 (patch)
tree73677050339020d49b27767e94669fee258f6957
parent2a7cf0b5f9d09981139619d2574782142431c341 (diff)
downloadmeta-enea-bsp-x86-f7a2d7e95c0db67dd1f19a904a92c0bd420d9b90.tar.gz
Rename machine name denverton -> atom-c3000
1) Renamed conf/machine/denverton.conf -> atom-c3000.conf 2) Renamed KERNEL_FEATURES_append-denverton to: KERNEL_FEATURES_append-atom-c3000 in linux-intel.inc Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-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