diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2020-09-09 08:49:49 (GMT) |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-09-09 14:45:32 (GMT) |
commit | 059166879397fea8fe6689f53c7434003b81e742 (patch) | |
tree | fdadf449aa35994409c8c257844885363a9b0a6c /recipes-kernel/linux/linux-intel-rt_5.4.bb | |
parent | 121c436eef8c687f11395f3498f30311d3af1b7f (diff) | |
download | meta-intel-059166879397fea8fe6689f53c7434003b81e742.tar.gz |
linux-intel-rt/5.4: update to v5.4.59
Updates -rt patchset to -rt36.
Dropped ed the binutils 2.35 fix patch which is already
merged in 5.4/preempt-rt.
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-intel-rt_5.4.bb')
-rw-r--r-- | recipes-kernel/linux/linux-intel-rt_5.4.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.4.bb b/recipes-kernel/linux/linux-intel-rt_5.4.bb index dc890ce..a897064 100644 --- a/recipes-kernel/linux/linux-intel-rt_5.4.bb +++ b/recipes-kernel/linux/linux-intel-rt_5.4.bb | |||
@@ -11,7 +11,6 @@ python () { | |||
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
13 | SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \ | 13 | SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \ |
14 | file://libtraceevent-fix-build-with-binutils-25.patch \ | ||
15 | " | 14 | " |
16 | 15 | ||
17 | KBRANCH = "5.4/preempt-rt" | 16 | KBRANCH = "5.4/preempt-rt" |
@@ -19,9 +18,9 @@ KMETA_BRANCH = "yocto-5.4" | |||
19 | 18 | ||
20 | DEPENDS += "elfutils-native openssl-native util-linux-native" | 19 | DEPENDS += "elfutils-native openssl-native util-linux-native" |
21 | 20 | ||
22 | LINUX_VERSION ?= "5.4.52" | 21 | LINUX_VERSION ?= "5.4.59" |
23 | SRCREV_machine ?= "67fed51a39242ade744c1c72aced7d395c57e8d9" | 22 | SRCREV_machine ?= "3747758c5c6c5b1b210e88c4bdb62e09c033c192" |
24 | SRCREV_meta ?= "4aeda12f7f7eb84613ae1fe6e22cd9cd9790c20b" | 23 | SRCREV_meta ?= "647f4fd91cc47567a7d88f21a6ad7d230d354469" |
25 | 24 | ||
26 | LINUX_KERNEL_TYPE = "preempt-rt" | 25 | LINUX_KERNEL_TYPE = "preempt-rt" |
27 | 26 | ||