linux-yocto-dev.bbappend 489 B

12345678910111213
  1. KBRANCH:genericx86 = "standard/base"
  2. KBRANCH:genericx86-64 = "standard/base"
  3. KBRANCH:edgerouter = "standard/edgerouter"
  4. KBRANCH:beaglebone-yocto = "standard/beaglebone"
  5. KMACHINE:genericx86 ?= "common-pc"
  6. KMACHINE:genericx86-64 ?= "common-pc-64"
  7. KMACHINE:beaglebone-yocto ?= "beaglebone"
  8. COMPATIBLE_MACHINE:genericx86 = "genericx86"
  9. COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
  10. COMPATIBLE_MACHINE:edgerouter = "edgerouter"
  11. COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"