summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2013-02-04 10:39:06 -0600
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-02-04 10:39:06 -0600
commit575f93dd4ba1fb9aca8a58dc66e9066eca0a3925 (patch)
tree7f6bbda197c7c01a1e87d9ee7e5a0616128ed399 /meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
parent706a62e662dde79bc4e7ec0f81b76890e49f4beb (diff)
downloadmeta-intel-575f93dd4ba1fb9aca8a58dc66e9066eca0a3925.tar.gz
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 <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend')
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
index 9752706a..24d8ec76 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
4KMACHINE_emenlow = "emenlow" 4KMACHINE_emenlow = "emenlow"
5KBRANCH_emenlow = "standard/default/emenlow" 5KBRANCH_emenlow = "standard/default/emenlow"
6 6
7SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}" 7SRCREV_machine_pn-linux-yocto_emenlow ?= "a0dbaa15a7b42122449c4069a55b6bc60b579ee7"
8SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}" 8SRCREV_meta_pn-linux-yocto_emenlow ?= "e7f2fdc48f8808887175f0328274a2668084738c"
9
10LINUX_VERSION = "3.2.32"