summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/recipes-kernel/linux
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-jasperforest/recipes-kernel/linux
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-jasperforest/recipes-kernel/linux')
-rw-r--r--meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend6
-rw-r--r--meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend6
2 files changed, 8 insertions, 4 deletions
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"
5KMACHINE_jasperforest = "jasperforest" 5KMACHINE_jasperforest = "jasperforest"
6KBRANCH_jasperforest = "standard/default/common-pc-64/jasperforest" 6KBRANCH_jasperforest = "standard/default/common-pc-64/jasperforest"
7 7
8SRCREV_machine_pn-linux-yocto_jasperforest ?= "${AUTOREV}" 8SRCREV_machine_pn-linux-yocto_jasperforest ?= "2a98cc74757bd353c7d49a2d0c7b479aba81d58e"
9SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}" 9SRCREV_meta_pn-linux-yocto_jasperforest ?= "e7f2fdc48f8808887175f0328274a2668084738c"
10
11LINUX_VERSION = "3.2.32"
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index cee9bc09..a5bf68f8 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
5KMACHINE_jasperforest = "jasperforest" 5KMACHINE_jasperforest = "jasperforest"
6KBRANCH_jasperforest = "standard/common-pc-64/jasperforest" 6KBRANCH_jasperforest = "standard/common-pc-64/jasperforest"
7 7
8SRCREV_machine_pn-linux-yocto_jasperforest ?= "${AUTOREV}" 8SRCREV_machine_pn-linux-yocto_jasperforest ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
9SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}" 9SRCREV_meta_pn-linux-yocto_jasperforest ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
10
11LINUX_VERSION = "3.4.28"