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-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-crownbay') diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend index 1b7ff84c..b0661358 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -11,12 +11,12 @@ KMACHINE_crownbay-noemgd = "crownbay" KBRANCH_crownbay-noemgd = "standard/crownbay" KERNEL_FEATURES_append_crownbay-noemgd = " cfg/vesafb" -LINUX_VERSION = "3.10.34" - +LINUX_VERSION_crownbay = "3.10.34" SRCREV_meta_crownbay = "df3aa753c8826127fb5ad811d56d57168551d6e4" SRCREV_machine_crownbay = "c7739be126930006e3bfbdb2fb070a967abc5e09" SRCREV_emgd_crownbay = "42d5e4548e8e79e094fa8697949eed4cf6af00a3" +LINUX_VERSION_crownbay-noemgd = "3.10.34" SRCREV_meta_crownbay-noemgd = "df3aa753c8826127fb5ad811d56d57168551d6e4" SRCREV_machine_crownbay-noemgd = "c7739be126930006e3bfbdb2fb070a967abc5e09" -- cgit v1.2.3-54-g00ecf