mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
linux-intel/5.4: update to v5.4.57
Fix for binutils 2.35 is already merged in 5.4/yocto. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
2a8071ac29
commit
9e9b9fd332
|
|
@ -7,6 +7,7 @@ SRC_URI = " \
|
|||
git://github.com/intel/mainline-tracking.git;protocol=https;name=machine;nobranch=1; \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${KMETA_BRANCH};destsuffix=${KMETA} \
|
||||
file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
|
||||
file://libtraceevent-fix-build-with-binutils-25.patch \
|
||||
"
|
||||
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,9 @@ python () {
|
|||
}
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
||||
SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch"
|
||||
SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
|
||||
file://libtraceevent-fix-build-with-binutils-25.patch \
|
||||
"
|
||||
|
||||
KBRANCH = "5.4/preempt-rt"
|
||||
KMETA_BRANCH = "yocto-5.4"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ KERNEL_CONFIG_URI ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;n
|
|||
SRC_URI = " \
|
||||
git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
|
||||
${KERNEL_CONFIG_URI} \
|
||||
file://libtraceevent-fix-build-with-binutils-25.patch \
|
||||
"
|
||||
|
||||
SRC_URI_append = " file://enable_lynxpoint_gpio.cfg"
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurs
|
|||
|
||||
DEPENDS += "elfutils-native openssl-native util-linux-native"
|
||||
|
||||
LINUX_VERSION ?= "5.4.55"
|
||||
SRCREV_machine ?= "6f7fd35b3cba7c881c0047df4e747ec45f52b753"
|
||||
LINUX_VERSION ?= "5.4.57"
|
||||
SRCREV_machine ?= "eeb611e5394c56d45c5cc8f7dc484c9f19e93143"
|
||||
SRCREV_meta ?= "034cc5c817c601fd1b4f128a1f9d885a8537f073"
|
||||
|
||||
# For Crystalforest and Romley
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user