mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
Update all the linux-yocto .bbappends with the latest kernel SRCREVs and add explicit LINUX_VERSIONs for the 1.3 release, to prevent a mismatch between the kernel version actually used in the machine branch vs the version the recipe uses for the kernel image, which can change with stable updates. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
18 lines
664 B
Plaintext
18 lines
664 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
COMPATIBLE_MACHINE_fri2 = "fri2"
|
|
KMACHINE_fri2 = "fri2"
|
|
KBRANCH_fri2 = "standard/default/fri2"
|
|
SRCREV_machine_pn-linux-yocto_fri2 ?= "e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
|
|
SRCREV_meta_pn-linux-yocto_fri2 ?= "486f7aec824b4127e91ef53228823e996b3696f0"
|
|
|
|
COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
|
|
KMACHINE_fri2-noemgd = "fri2"
|
|
KBRANCH_fri2-noemgd = "standard/default/fri2"
|
|
SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "e0b29aa980673a1a5abde5ffdf356ca21b00f3ec"
|
|
SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "486f7aec824b4127e91ef53228823e996b3696f0"
|
|
|
|
LINUX_VERSION = "3.2.18"
|
|
|
|
module_autoload_iwlwifi = "iwlwifi"
|