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-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-nuc') diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend index e600bf09..c0dc96a5 100644 --- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -6,7 +6,9 @@ KBRANCH_nuc = "standard/common-pc-64/chiefriver" KERNEL_FEATURES_append_nuc = " features/amt/mei wifi" -SRCREV_machine_pn-linux-yocto_nuc ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto_nuc ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto_nuc ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f" +SRCREV_meta_pn-linux-yocto_nuc ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" module_autoload_iwlwifi_nuc = "iwlwifi" + +LINUX_VERSION = "3.4.28" -- cgit v1.2.3-54-g00ecf