linux-yocto-dev.bbappend 589 B

123456789101112131415
  1. KBRANCH_genericx86 = "standard/base"
  2. KBRANCH_genericx86-64 = "standard/base"
  3. KBRANCH_edgerouter = "standard/edgerouter"
  4. KBRANCH_beaglebone-yocto = "standard/beaglebone"
  5. KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
  6. KMACHINE_genericx86 ?= "common-pc"
  7. KMACHINE_genericx86-64 ?= "common-pc-64"
  8. KMACHINE_beaglebone-yocto ?= "beaglebone"
  9. COMPATIBLE_MACHINE_genericx86 = "genericx86"
  10. COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
  11. COMPATIBLE_MACHINE_edgerouter = "edgerouter"
  12. COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
  13. COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"