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-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend | 6 ++++-- meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend | 12 +++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'meta-emenlow/recipes-kernel') diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend index 9752706a..24d8ec76 100644 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -4,5 +4,7 @@ COMPATIBLE_MACHINE_emenlow = "emenlow" KMACHINE_emenlow = "emenlow" KBRANCH_emenlow = "standard/default/emenlow" -SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto_emenlow ?= "a0dbaa15a7b42122449c4069a55b6bc60b579ee7" +SRCREV_meta_pn-linux-yocto_emenlow ?= "e7f2fdc48f8808887175f0328274a2668084738c" + +LINUX_VERSION = "3.2.32" diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend index 3eff5dd8..4a46c594 100644 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -10,11 +10,13 @@ KMACHINE_emenlow-noemgd = "emenlow" KBRANCH_emenlow-noemgd = "standard/emenlow" KERNEL_FEATURES_emenlow-noemgd_append = " features/drm-gma500/drm-gma600" -SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}" -SRCREV_emgd_pn-linux-yocto_emenlow ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto_emenlow ?= "38909cd5415a3a6c237ab2e880c57e853b3b472f" +SRCREV_meta_pn-linux-yocto_emenlow ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" +SRCREV_emgd_pn-linux-yocto_emenlow ?= "08f65e2611877f7339a0626ab1c7255a35787adb" -SRCREV_machine_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}" -SRCREV_meta_pn-linux-yocto_emenlow-noemgd ?= "${AUTOREV}" +SRCREV_machine_pn-linux-yocto_emenlow-noemgd ?= "38909cd5415a3a6c237ab2e880c57e853b3b472f" +SRCREV_meta_pn-linux-yocto_emenlow-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd" + +LINUX_VERSION = "3.4.28" -- cgit v1.2.3-54-g00ecf