|
@@ -1,7 +1,11 @@
|
|
|
COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
|
|
|
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
|
|
|
+COMPATIBLE_MACHINE:genericx86 = "genericx86"
|
|
|
+COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
|
|
|
|
|
|
KMACHINE:beaglebone-yocto ?= "beaglebone"
|
|
|
+KMACHINE:genericx86 ?= "common-pc"
|
|
|
+KMACHINE:genericx86-64 ?= "common-pc-64"
|
|
|
|
|
|
# Incorporate fixes post 6.12.3
|
|
|
SRCREV_meta:genericarm64 = "9ee4baec963b10d213c060622fce6d2b34166f40"
|