summaryrefslogtreecommitdiffstats
path: root/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_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-sys940x/recipes-kernel/linux/linux-yocto-rt_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-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend')
-rw-r--r--meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
index fe61f15c..77178156 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -8,5 +8,7 @@ KMACHINE_sys940x-noemgd = "sys940x"
8 8
9# Update the following to use a different BSP branch or meta SRCREV 9# Update the following to use a different BSP branch or meta SRCREV
10#KBRANCH_sys940x = "standard/preempt-rt/base" 10#KBRANCH_sys940x = "standard/preempt-rt/base"
11SRCREV_machine_pn-linux-yocto-rt_sys940x ?= "${AUTOREV}" 11SRCREV_machine_pn-linux-yocto-rt_sys940x ?= "d8f7347b67d909a999391c4b6f64447b0ccdc86a"
12SRCREV_meta_pn-linux-yocto-rt_sys940x ?= "${AUTOREV}" 12SRCREV_meta_pn-linux-yocto-rt_sys940x ?= "e7f2fdc48f8808887175f0328274a2668084738c"
13
14LINUX_VERSION = "3.2.32"