diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-08-11 14:04:20 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-12 16:58:39 +0100 |
| commit | 7f9679e22522ad4f8f1b539cdf14bcd943406be4 (patch) | |
| tree | 3295c9e06f953b41532ad579c6f906ba9cc0bae0 | |
| parent | baebb347bd4d753da0b30a52dfed3aff27155921 (diff) | |
| download | poky-7f9679e22522ad4f8f1b539cdf14bcd943406be4.tar.gz | |
linux-yocto-rt/6.10: update to -rt14
Integrating the following commit(s) to linux-yocto/6.10:
c0094e55e84db rt: fix sigtrap merge issue
a36d03a550e68 v6.10.2-rt14
c3413f2811925 drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates.
cd3f2b6b09248 bpf: Remove tst_run from lwt_seg6local_prog_ops.
42137fe6d0b42 v6.10.2-rt13
49fdabfe4a53f tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()
3838f16f95d85 task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK
5e812508c93be v6.10.2-rt12
(From OE-Core rev: e953ba950ec42dadf74bda098a85285069b7294e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb index a060100761..cd862b8fdf 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.10.bb | |||
| @@ -14,7 +14,7 @@ python () { | |||
| 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | SRCREV_machine ?= "887c7d0294726a161396812dcf2088f29b522b48" | 17 | SRCREV_machine ?= "c0094e55e84db839eb3624a2f99d826dd3cbb3e3" |
| 18 | SRCREV_meta ?= "9e63c08171dc88ed8a5ed8ecc4b508465ea75352" | 18 | SRCREV_meta ?= "9e63c08171dc88ed8a5ed8ecc4b508465ea75352" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ | 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ |
