summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest
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-crystalforest
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-crystalforest')
-rw-r--r--meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend10
-rw-r--r--meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend10
2 files changed, 12 insertions, 8 deletions
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 2e327d2c..e98d03f6 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladen"
4KMACHINE_crystalforest-gladden = "crystalforest" 4KMACHINE_crystalforest-gladden = "crystalforest"
5KBRANCH_crystalforest-gladden = "standard/preempt-rt/base" 5KBRANCH_crystalforest-gladden = "standard/preempt-rt/base"
6 6
7SRCREV_machine_pn-linux-yocto-rt_crystalforest-gladden ?= "${AUTOREV}" 7SRCREV_machine_pn-linux-yocto-rt_crystalforest-gladden ?= "3d56b103cd7072d520c395194e620aba2f6e52e3"
8SRCREV_meta_pn-linux-yocto-rt_crystalforest-gladden ?= "${AUTOREV}" 8SRCREV_meta_pn-linux-yocto-rt_crystalforest-gladden ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
9 9
10COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server" 10COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server"
11KMACHINE_crystalforest-server = "crystalforest" 11KMACHINE_crystalforest-server = "crystalforest"
12KBRANCH_crystalforest-server = "standard/preempt-rt/base" 12KBRANCH_crystalforest-server = "standard/preempt-rt/base"
13 13
14SRCREV_machine_pn-linux-yocto-rt_crystalforest-server ?= "${AUTOREV}" 14SRCREV_machine_pn-linux-yocto-rt_crystalforest-server ?= "3d56b103cd7072d520c395194e620aba2f6e52e3"
15SRCREV_meta_pn-linux-yocto-rt_crystalforest-server ?= "${AUTOREV}" 15SRCREV_meta_pn-linux-yocto-rt_crystalforest-server ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
16 16
17module_autoload_uio = "uio" 17module_autoload_uio = "uio"
18
19LINUX_VERSION = "3.4.28"
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 27bf8a0d..e7cf16d1 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden"
4KMACHINE_crystalforest-gladden = "crystalforest" 4KMACHINE_crystalforest-gladden = "crystalforest"
5KBRANCH_crystalforest-gladden = "standard/common-pc-64/crystalforest" 5KBRANCH_crystalforest-gladden = "standard/common-pc-64/crystalforest"
6 6
7SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "${AUTOREV}" 7SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
8SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "${AUTOREV}" 8SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
9 9
10COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server" 10COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server"
11KMACHINE_crystalforest-server = "crystalforest" 11KMACHINE_crystalforest-server = "crystalforest"
12KBRANCH_crystalforest-server = "standard/common-pc-64/crystalforest" 12KBRANCH_crystalforest-server = "standard/common-pc-64/crystalforest"
13 13
14SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "${AUTOREV}" 14SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
15SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "${AUTOREV}" 15SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
16 16
17module_autoload_uio = "uio" 17module_autoload_uio = "uio"
18
19LINUX_VERSION = "3.4.28"