diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-03-11 12:40:58 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-03-13 07:39:09 -1000 |
| commit | 587b5725bd8a95ba190803b12bd9436dec5d3d3a (patch) | |
| tree | e85d4fc4250d86f42883ea2fe1134267535b992c /meta-yocto-bsp | |
| parent | d9dd05b088218f22d995e596a792ebbd6775cb3d (diff) | |
| download | poky-587b5725bd8a95ba190803b12bd9436dec5d3d3a.tar.gz | |
yocto-bsp: update to v5.15.150
Bumping the reference BSPs to match the version of the qemu*
BSPs in oe-core.
(From meta-yocto rev: 26e04e6682c2658673b0295f853a59c630d5e16d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta-yocto-bsp')
| -rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend index 3ad175dc84..c6d145fdb9 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend | |||
| @@ -7,17 +7,17 @@ KMACHINE:genericx86 ?= "common-pc" | |||
| 7 | KMACHINE:genericx86-64 ?= "common-pc-64" | 7 | KMACHINE:genericx86-64 ?= "common-pc-64" |
| 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" | 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
| 9 | 9 | ||
| 10 | SRCREV_machine:genericx86 ?= "0b628306d1f9ea28c0e86369ce9bb87a47893c9c" | 10 | SRCREV_machine:genericx86 ?= "7c82dac028864e8a608e70d3ac2dbc05b3cd1e14" |
| 11 | SRCREV_machine:genericx86-64 ?= "0b628306d1f9ea28c0e86369ce9bb87a47893c9c" | 11 | SRCREV_machine:genericx86-64 ?= "7c82dac028864e8a608e70d3ac2dbc05b3cd1e14" |
| 12 | SRCREV_machine:edgerouter ?= "90f1ee6589264545f548d731c2480b08a007230f" | 12 | SRCREV_machine:edgerouter ?= "23b867c1a618572a36b6283f55746a5162e08cc7" |
| 13 | SRCREV_machine:beaglebone-yocto ?= "9aabbaa89fcb21af7028e814c1f5b61171314d5a" | 13 | SRCREV_machine:beaglebone-yocto ?= "4fca0c437367cf4d4fe158d74e0ae880a3f99d3c" |
| 14 | 14 | ||
| 15 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | 15 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
| 16 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | 16 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
| 17 | COMPATIBLE_MACHINE:edgerouter = "edgerouter" | 17 | COMPATIBLE_MACHINE:edgerouter = "edgerouter" |
| 18 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | 18 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |
| 19 | 19 | ||
| 20 | LINUX_VERSION:genericx86 = "5.15.72" | 20 | LINUX_VERSION:genericx86 = "5.15.150" |
| 21 | LINUX_VERSION:genericx86-64 = "5.15.72" | 21 | LINUX_VERSION:genericx86-64 = "5.15.150" |
| 22 | LINUX_VERSION:edgerouter = "5.15.54" | 22 | LINUX_VERSION:edgerouter = "5.15.150" |
| 23 | LINUX_VERSION:beaglebone-yocto = "5.15.54" | 23 | LINUX_VERSION:beaglebone-yocto = "5.15.150" |
