From 575f93dd4ba1fb9aca8a58dc66e9066eca0a3925 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 4 Feb 2013 10:39:06 -0600 Subject: 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 --- meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend | 10 ++++++---- meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend | 12 +++++++----- 2 files changed, 13 insertions(+), 9 deletions(-) (limited to 'meta-crownbay/recipes-kernel') diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend index 7e31ac3b..f4340777 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -8,8 +8,10 @@ COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" KMACHINE_crownbay-noemgd = "crownbay" KBRANCH_crownbay-noemgd = "standard/default/crownbay" -SRCREV_machine_pn-linux-yocto_crownbay ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto_crownbay ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto_crownbay ?= "47c5a633aa48ee20152ea009079f141a3009ec1b" +SRCREV_meta_pn-linux-yocto_crownbay ?= "e7f2fdc48f8808887175f0328274a2668084738c" -SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "47c5a633aa48ee20152ea009079f141a3009ec1b" +SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "e7f2fdc48f8808887175f0328274a2668084738c" + +LINUX_VERSION = "3.2.32" diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend index 0f12dea4..f0daede2 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -10,12 +10,14 @@ KMACHINE_crownbay-noemgd = "crownbay" KBRANCH_crownbay-noemgd = "standard/crownbay" KERNEL_FEATURES_crownbay-noemgd_append = " cfg/vesafb" -SRCREV_machine_pn-linux-yocto_crownbay ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto_crownbay ?= "${AUTOREV}" -SRCREV_emgd_pn-linux-yocto_crownbay ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto_crownbay ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f" +SRCREV_meta_pn-linux-yocto_crownbay ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" +SRCREV_emgd_pn-linux-yocto_crownbay ?= "08f65e2611877f7339a0626ab1c7255a35787adb" -SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f" +SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" SRC_URI_crownbay = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd" SRC_URI_crownbay-noemgd = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta" + +LINUX_VERSION = "3.4.28" -- cgit v1.2.3-54-g00ecf