Advertisement
Guest User

Untitled

a guest
Feb 17th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Original recipe: barebox_2015.09.0-phy4.bb
  2.  
  3. -----------------------------------------------------------------------------------------
  4. inherit phygittag
  5. inherit buildinfo
  6. require barebox.inc
  7.  
  8. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/features:"
  9. FILESEXTRAPATHS_prepend := "${THISDIR}/env-2015.09.0-phy4:"
  10.  
  11. GIT_URL = "git://git.phytec.de/${PN}"
  12. SRC_URI = "${GIT_URL};branch=${BRANCH}"
  13. SRC_URI_append = " \
  14. file://commonenv \
  15. file://boardenv \
  16. file://machineenv \
  17. file://targettools.cfg \
  18. "
  19. S = "${WORKDIR}/git"
  20.  
  21. PR = "${INC_PR}.0"
  22.  
  23. # NOTE: Keep version in filename in sync with commit id and barebox-ipl!
  24. SRCREV = "0f034be57e539212af84dfd53e70faadac40e6f3"
  25.  
  26. COMPATIBLE_MACHINE = "beagleboneblack-1"
  27. COMPATIBLE_MACHINE .= "|phyboard-maia-am335x-1"
  28. COMPATIBLE_MACHINE .= "|phyboard-maia-am335x-2"
  29. COMPATIBLE_MACHINE .= "|phyboard-maia-am335x-3"
  30. COMPATIBLE_MACHINE .= "|phyboard-wega-am335x-1"
  31. COMPATIBLE_MACHINE .= "|phyboard-wega-am335x-2"
  32. COMPATIBLE_MACHINE .= "|phyboard-wega-am335x-3"
  33. COMPATIBLE_MACHINE .= "|phyboard-wega-am335x-4"
  34. COMPATIBLE_MACHINE .= "|phycore-am335x-1"
  35. COMPATIBLE_MACHINE .= "|phycore-am335x-2"
  36. COMPATIBLE_MACHINE .= "|phycore-am335x-3"
  37. COMPATIBLE_MACHINE .= "|phycore-am335x-4"
  38. COMPATIBLE_MACHINE .= "|phycore-am335x-5"
  39. COMPATIBLE_MACHINE .= "|phycore-am335x-6"
  40. COMPATIBLE_MACHINE .= "|phycore-am335x-7"
  41. COMPATIBLE_MACHINE .= "|phyflex-am335x-1"
  42. COMPATIBLE_MACHINE .= "|phyflex-am335x-2"
  43. COMPATIBLE_MACHINE .= "|phyflex-am335x-3"
  44. COMPATIBLE_MACHINE .= "|phyflex-am335x-4"
  45. COMPATIBLE_MACHINE .= "|phyboard-regor-am335x-1"
  46. -----------------------------------------------------------------------------------------
  47.  
  48. barebox_2015.09.0-phy4.bbappend:
  49.  
  50. -----------------------------------------------------------------------------------------
  51. FILESEXTRAPATHS_prepend := "${THISDIR}/env:"
  52. SRC_URI_append = "file://boardenv"
  53. COMPATIBLE_MACHINE .= "|amun-phycore-am335x"
  54. -----------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement