From 575f93dd4ba1fb9aca8a58dc66e9066eca0a3925 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 4 Feb 2013 10:39:06 -0600 Subject: meta-intel: remove kernel AUTOREVs Using AUTOREV turns out to cause problems with unreproducible autobuilder builds and unwanted network access. This patch removes kernel AUTOREVs and locks down SRCREVs and LINUX_VERSIONs. Signed-off-by: Tom Zanussi --- meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend') diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend index 0d180439..6c27dcc8 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend @@ -3,13 +3,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" COMPATIBLE_MACHINE_fri2 = "fri2" KMACHINE_fri2 = "fri2" #KBRANCH_fri2 = "standard/preempt-rt/fri2" -SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto-rt_fri2 ?= "5a748ac8780f72a115c9d6eabe4043e208e7f54f" +SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "e7f2fdc48f8808887175f0328274a2668084738c" COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" KMACHINE_fri2-noemgd = "fri2" #KBRANCH_fri2-noemgd = "standard/preempt-rt/fri2" -SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "5a748ac8780f72a115c9d6eabe4043e208e7f54f" +SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "e7f2fdc48f8808887175f0328274a2668084738c" module_autoload_iwlwifi = "iwlwifi" + +LINUX_VERSION = "3.2.32" -- cgit v1.2.3-54-g00ecf