diff options
| author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-02-04 10:39:06 -0600 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-02-04 10:39:06 -0600 |
| commit | 575f93dd4ba1fb9aca8a58dc66e9066eca0a3925 (patch) | |
| tree | 7f6bbda197c7c01a1e87d9ee7e5a0616128ed399 /meta-romley | |
| parent | 706a62e662dde79bc4e7ec0f81b76890e49f4beb (diff) | |
| download | meta-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-romley')
| -rw-r--r-- | meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend index e0e3e0d9..99e03873 100644 --- a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
| @@ -5,5 +5,7 @@ COMPATIBLE_MACHINE_romley = "romley" | |||
| 5 | KMACHINE_romley = "romley" | 5 | KMACHINE_romley = "romley" |
| 6 | KBRANCH_romley = "standard/default/common-pc-64/romley" | 6 | KBRANCH_romley = "standard/default/common-pc-64/romley" |
| 7 | 7 | ||
| 8 | SRCREV_machine_pn-linux-yocto_romley ?= "${AUTOREV}" | 8 | SRCREV_machine_pn-linux-yocto_romley ?= "f80ca865245b0a269e732d42f1e6f64849505662" |
| 9 | SRCREV_meta_pn-linux-yocto_romley ?= "${AUTOREV}" | 9 | SRCREV_meta_pn-linux-yocto_romley ?= "e7f2fdc48f8808887175f0328274a2668084738c" |
| 10 | |||
| 11 | LINUX_VERSION = "3.2.32" | ||
