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.4.bbappend | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend') diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend index 967f6cce..bd4786d6 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.4.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 ?= "2ee9df8d3205983a94321cad82befae4050f77b5" +SRCREV_meta_pn-linux-yocto-rt_fri2 ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" 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 ?= "2ee9df8d3205983a94321cad82befae4050f77b5" +SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" module_autoload_iwlwifi = "iwlwifi" + +LINUX_VERSION = "3.4.28" -- cgit v1.2.3-54-g00ecf