mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 20:39:39 +01:00
(From meta-yocto rev: 6f2a9e69586114b4dfb2fe7b1083882fa0370211) Signed-off-by: Ravula Adhitya Siddartha <adhityax.siddartha.ravula@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
963 B
Plaintext
24 lines
963 B
Plaintext
KBRANCH:genericx86 = "v5.19/standard/base"
|
|
KBRANCH:genericx86-64 = "v5.19/standard/base"
|
|
KBRANCH:edgerouter = "v5.19/standard/edgerouter"
|
|
KBRANCH:beaglebone-yocto = "v5.19/standard/beaglebone"
|
|
|
|
KMACHINE:genericx86 ?= "common-pc"
|
|
KMACHINE:genericx86-64 ?= "common-pc-64"
|
|
KMACHINE:beaglebone-yocto ?= "beaglebone"
|
|
|
|
SRCREV_machine:genericx86 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
|
|
SRCREV_machine:genericx86-64 ?= "aaf4490d1807c49e3e0ceab1372533937ef2c82b"
|
|
SRCREV_machine:edgerouter ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12"
|
|
SRCREV_machine:beaglebone-yocto ?= "43e6ab6ed043f4bc8e7cffbb08af86af0bdb5e12"
|
|
|
|
COMPATIBLE_MACHINE:genericx86 = "genericx86"
|
|
COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
|
|
COMPATIBLE_MACHINE:edgerouter = "edgerouter"
|
|
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
|
|
|
|
LINUX_VERSION:genericx86 = "5.19.17"
|
|
LINUX_VERSION:genericx86-64 = "5.19.17"
|
|
LINUX_VERSION:edgerouter = "5.19"
|
|
LINUX_VERSION:beaglebone-yocto = "5.19"
|