Files
poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.14.bbappend
Teoh Jay Shen 883341e9ca linux-yocto/5.14: update genericx86* machines to v5.14.21
(From meta-yocto rev: 937ecc5586d3d9067835223d32a0673b19698ed4)

(From meta-yocto rev: 50bf6f003226b5a2320b163c49e1ee93db23f176)

Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4bcf4ef32c)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-19 11:11:58 +00:00

24 lines
967 B
Plaintext

KBRANCH:genericx86 = "v5.14/standard/base"
KBRANCH:genericx86-64 = "v5.14/standard/base"
KBRANCH:edgerouter = "v5.14/standard/edgerouter"
KBRANCH:beaglebone-yocto = "v5.14/standard/beaglebone"
KMACHINE:genericx86 ?= "common-pc"
KMACHINE:genericx86-64 ?= "common-pc-64"
KMACHINE:beaglebone-yocto ?= "beaglebone"
SRCREV_machine:genericx86 ?= "9d5572038eacda2e2a86e3f743f35ec415319fb4"
SRCREV_machine:genericx86-64 ?= "9d5572038eacda2e2a86e3f743f35ec415319fb4"
SRCREV_machine:edgerouter ?= "7ae156be3bdbf033839f7f3ec2e9a0ffffb18818"
SRCREV_machine:beaglebone-yocto ?= "7ae156be3bdbf033839f7f3ec2e9a0ffffb18818"
COMPATIBLE_MACHINE:genericx86 = "genericx86"
COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
COMPATIBLE_MACHINE:edgerouter = "edgerouter"
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
LINUX_VERSION:genericx86 = "5.14.21"
LINUX_VERSION:genericx86-64 = "5.14.21"
LINUX_VERSION:edgerouter = "5.14.6"
LINUX_VERSION:beaglebone-yocto = "5.14.6"