meta-intel/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend
Tom Zanussi 575f93dd4b 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>
2013-02-04 10:39:06 -06:00

15 lines
556 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_fri2 = "fri2"
KMACHINE_fri2 = "fri2"
KBRANCH_fri2 = "standard/tiny/base"
#SRCREV_machine_pn-linux-yocto-tiny_fri2 ?= "${AUTOREV}"
SRCREV_meta_pn-linux-yocto-tiny_fri2 ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
KMACHINE_fri2-noemgd = "fri2"
KBRANCH_fri2-noemgd = "standard/tiny/base"
#SRCREV_machine_pn-linux-yocto-tiny_fri2-noemgd ?= "${AUTOREV}"
SRCREV_meta_pn-linux-yocto-tiny_fri2-noemgd ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"