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-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend') diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend index a2328957..4e12708e 100644 --- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest" KMACHINE_jasperforest = "jasperforest" KBRANCH_jasperforest = "standard/default/common-pc-64/jasperforest" -SRCREV_machine_pn-linux-yocto_jasperforest ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto_jasperforest ?= "2a98cc74757bd353c7d49a2d0c7b479aba81d58e" +SRCREV_meta_pn-linux-yocto_jasperforest ?= "e7f2fdc48f8808887175f0328274a2668084738c" + +LINUX_VERSION = "3.2.32" -- cgit v1.2.3-54-g00ecf