linux-yocto_4.10.bbappend 1.1 KB

123456789101112131415161718192021222324252627
  1. KBRANCH_genericx86 = "standard/base"
  2. KBRANCH_genericx86-64 = "standard/base"
  3. KMACHINE_genericx86 ?= "common-pc"
  4. KMACHINE_genericx86-64 ?= "common-pc-64"
  5. KBRANCH_edgerouter = "standard/edgerouter"
  6. KBRANCH_beaglebone-yocto = "standard/beaglebone"
  7. KMACHINE_beaglebone-yocto = "beaglebone"
  8. KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
  9. SRCREV_machine_genericx86 ?= "c1d8c4408b8aedd88eeb6ccc89ce834dd41b3f09"
  10. SRCREV_machine_genericx86-64 ?= "c1d8c4408b8aedd88eeb6ccc89ce834dd41b3f09"
  11. SRCREV_machine_edgerouter ?= "c1d8c4408b8aedd88eeb6ccc89ce834dd41b3f09"
  12. SRCREV_machine_beaglebone-yocto ?= "c1d8c4408b8aedd88eeb6ccc89ce834dd41b3f09"
  13. SRCREV_machine_mpc8315e-rdb ?= "c388fdfc9a1e06b22ca3533a023f4d67a6fc1e9b"
  14. COMPATIBLE_MACHINE_genericx86 = "genericx86"
  15. COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
  16. COMPATIBLE_MACHINE_edgerouter = "edgerouter"
  17. COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
  18. COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
  19. LINUX_VERSION_genericx86 = "4.10.17"
  20. LINUX_VERSION_genericx86-64 = "4.10.17"
  21. LINUX_VERSION_edgerouter = "4.10.17"
  22. LINUX_VERSION_beaglebone-yocto = "4.10.17"
  23. LINUX_VERSION_mpc8315e-rdb = "4.10.17"