From 2b717f47ba15c4baadc173522897c20752ed7a51 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 18:15:31 -0700 Subject: Make LINUX_VERSION machine specific Make all the LINUX_VERSION variables in various kernel recipes machine specific to avoid name-space pollution. Signed-off-by: Nitin A Kamble --- meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-nuc') diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend index 50f8561c..f2cd683e 100644 --- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -1,14 +1,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - COMPATIBLE_MACHINE_nuc = "nuc" KMACHINE_nuc = "chiefriver" KBRANCH_nuc = "standard/base" KERNEL_FEATURES_append_nuc = " features/amt/mei/mei.scc wifi" -LINUX_VERSION = "3.10.34" - +LINUX_VERSION_nuc = "3.10.34" SRCREV_meta_nuc = "df3aa753c8826127fb5ad811d56d57168551d6e4" SRCREV_machine_nuc = "c7739be126930006e3bfbdb2fb070a967abc5e09" -- cgit v1.2.3-54-g00ecf