mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
COMPATIBLE_MACHINE_sugarbay = "sugarbay"
|
|
|
|
KMACHINE_sugarbay = "sugarbay"
|
|
KBRANCH_sugarbay = "standard/default/common-pc-64/sugarbay"
|
|
|
|
SRCREV_machine_pn-linux-yocto_sugarbay ?= "1c0a82537cef285d35a1bce112895f135b8272ae"
|
|
SRCREV_meta_pn-linux-yocto_sugarbay ?= "e7f2fdc48f8808887175f0328274a2668084738c"
|
|
|
|
KERNEL_FEATURES_append_sugarbay = " features/tmp/rc6"
|
|
|
|
LINUX_VERSION = "3.2.32"
|