summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>2021-08-12 10:51:30 +0200
committerAdrian Calianu <Adrian.Calianu@enea.com>2021-08-12 11:00:34 +0100
commit3adc7a0ad71dc0b7efe6ec04e768a036b1b6a105 (patch)
tree6d1194e04d353a2a896e3f3e1361e383caeb457c
parenta63a9c6903eafdc55d0df096e5a2d5c6965ad78f (diff)
downloadmeta-nfv-access-bsp-x86-3adc7a0ad71dc0b7efe6ec04e768a036b1b6a105.tar.gz
Apply custom kernel config to all architectures
atom-c3000.cfg kernel configuration file was renamed to enea-common-bsp.cfg. The enea-common-bsp.cfg kernel config file will be applied to all machines (atomc, xeond and qemu). Change-Id: I3b04a907ab9b382dc75db088187bdd409386408e Signed-off-by: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>
-rw-r--r--recipes-kernel/linux/linux-intel.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc
index c29d9f9..dd677f3 100644
--- a/recipes-kernel/linux/linux-intel.inc
+++ b/recipes-kernel/linux/linux-intel.inc
@@ -4,7 +4,7 @@ require recipes-kernel/linux/linux-intel_5.10.bb
4require recipes-kernel/linux/linux-deploy-kconfig.inc 4require recipes-kernel/linux/linux-deploy-kconfig.inc
5require recipes-kernel/linux/linux-common-config.inc 5require recipes-kernel/linux/linux-common-config.inc
6 6
7SRCREV_metaenea = "347e8b9d3feaddfdc37505b5d4eccfb216307e64" 7SRCREV_metaenea = "c930040f777c2546033b3fc55b475c0792ac62e9"
8KENEABRANCH = "intel-5.10" 8KENEABRANCH = "intel-5.10"
9SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" 9SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta"
10 10
@@ -31,7 +31,7 @@ KMETA_EXTERNAL_BSPS = "t"
31# KMETA_AUDIT="yes" 31# KMETA_AUDIT="yes"
32# KMETA_AUDIT_WERROR="" 32# KMETA_AUDIT_WERROR=""
33 33
34KERNEL_FEATURES_append_atom-c3000 = " bsp/atom-c3000/atom-c3000.scc" 34KERNEL_FEATURES_append = " bsp/enea-common-bsp/enea-common-bsp.scc"
35 35
36KERNEL_FEATURES_append = " features/apic/x2apic_y.scc" 36KERNEL_FEATURES_append = " features/apic/x2apic_y.scc"
37 37