mirror of
https://git.yoctoproject.org/poky
synced 2026-03-12 10:19:44 +01:00
(From meta-yocto rev: 89ccf0bbde6788968f95ea59d5376de1466fc38d) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
481 B
Plaintext
16 lines
481 B
Plaintext
KBRANCH_genericx86 = "standard/base"
|
|
KBRANCH_genericx86-64 = "standard/base"
|
|
|
|
KMACHINE_genericx86 ?= "common-pc"
|
|
KMACHINE_genericx86-64 ?= "common-pc-64"
|
|
|
|
SRCREV_machine_genericx86 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
|
|
SRCREV_machine_genericx86-64 ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
|
|
|
|
|
|
COMPATIBLE_MACHINE_genericx86 = "genericx86"
|
|
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
|
|
|
|
LINUX_VERSION_genericx86 = "4.12.7"
|
|
LINUX_VERSION_genericx86-64 = "4.12.7"
|