Advertisement
Guest User

Untitled

a guest
Apr 18th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. yow-lpgbld-vm45 [/buildarea/bashfiel]> ls
  2. yow-lpgbld-vm45 [/buildarea/bashfiel]> git clone git://git.pokylinux.org/poky
  3. Cloning into 'poky'...
  4. remote: Counting objects: 186699, done.
  5. remote: Compressing objects: 100% (48071/48071), done.
  6. remote: Total 186699 (delta 134663), reused 186126 (delta 134107)
  7. Receiving objects: 100% (186699/186699), 90.40 MiB | 901 KiB/s, done.
  8. Resolving deltas: 100% (134663/134663), done.
  9. yow-lpgbld-vm45 [/buildarea/bashfiel]> ^Ct://github.com/balister/meta-ettus.git
  10. yow-lpgbld-vm45 [/buildarea/bashfiel]> cd poky/
  11. yow-lpgbld-vm45 [/buildarea/bashfiel/poky]> git clone git://github.com/balister/meta-ettus.git
  12. Cloning into 'meta-ettus'...
  13. remote: Counting objects: 548, done.
  14. remote: Compressing objects: 100% (325/325), done.
  15. remote: Total 548 (delta 199), reused 536 (delta 192)
  16. Receiving objects: 100% (548/548), 161.06 KiB, done.
  17. Resolving deltas: 100% (199/199), done.
  18. yow-lpgbld-vm45 [/buildarea/bashfiel/poky]> cd meta-ettus/
  19. #
  20. # This file is your local configuration file and is where all local user settings
  21. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
  22. # changes incompatibly
  23. LCONF_VERSION = "6"
  24.  
  25.  
  26. BBPATH = "${TOPDIR}"
  27. BBFILES ?= ""
  28.  
  29. BBLAYERS ?= " \
  30. /buildarea/bashfiel/poky/meta \
  31. /buildarea/bashfiel/poky/meta-yocto \
  32. /buildarea/bashfiel/poky/meta-yocto-bsp \
  33. "
  34. BBLAYERS_NON_REMOVABLE ?= " \
  35. /buildarea/bashfiel/poky/meta \
  36. /buildarea/bashfiel/poky/meta-yocto \
  37. "
  38.  
  39. BBLAYERS += " \
  40. /buildarea/bashfiel/poky/meta-ettus/e100-bsp \
  41. "
  42.  
  43. Parsing of 819 .bb files complete (0 cached, 819 parsed). 1126 targets, 52 skipped, 0 masked, 0 errors.
  44.  
  45. Build Configuration:
  46. BB_VERSION = "1.18.0"
  47. BUILD_SYS = "x86_64-linux"
  48. NATIVELSBSTRING = "Fedora-17"
  49. TARGET_SYS = "arm-poky-linux-gnueabi"
  50. MACHINE = "ettus-e1xx"
  51. DISTRO = "poky"
  52. DISTRO_VERSION = "1.3+snapshot-20130418"
  53. TUNE_FEATURES = "armv7a vfp neon"
  54. TARGET_FPU = "vfp-neon"
  55. meta
  56. meta-yocto
  57. meta-yocto-bsp = "master:90b98764555945a186562ca8d501a9585ce2b23f"
  58. e100-bsp = "origin/e100-updates:a380993e2a4dfa89b8e49313ff5cb6e5baa6e778"
  59.  
  60. NOTE: Resolving any missing task queue dependencies
  61. NOTE: Preparing runqueue
  62. NOTE: Executing SetScene Tasks
  63. NOTE: Executing RunQueue Tasks
  64. NOTE: Tasks Summary: Attempted 63 tasks of which 0 didn't need to be rerun and all succeeded.
  65. Loading cache: 100% |###############################################################################################| ETA: 00:00:00
  66. Loaded 1127 entries from dependency cache.
  67.  
  68. Build Configuration:
  69. BB_VERSION = "1.18.0"
  70. BUILD_SYS = "x86_64-linux"
  71. NATIVELSBSTRING = "Fedora-17"
  72. TARGET_SYS = "arm-poky-linux-gnueabi"
  73. MACHINE = "ettus-e1xx"
  74. DISTRO = "poky"
  75. DISTRO_VERSION = "1.3+snapshot-20130418"
  76. TUNE_FEATURES = "armv7a vfp neon"
  77. TARGET_FPU = "vfp-neon"
  78. meta
  79. meta-yocto
  80. meta-yocto-bsp = "master:90b98764555945a186562ca8d501a9585ce2b23f"
  81. e100-bsp = "origin/e100-updates:a380993e2a4dfa89b8e49313ff5cb6e5baa6e778"
  82.  
  83. NOTE: Resolving any missing task queue dependencies
  84. NOTE: Preparing runqueue
  85. NOTE: Executing SetScene Tasks
  86. NOTE: Executing RunQueue Tasks
  87. NOTE: Tasks Summary: Attempted 27 tasks of which 7 didn't need to be rerun and all succeeded.
  88. yow-lpgbld-vm45 [/buildarea/bashfiel/poky/build]> uname -a
  89. Linux yow-lpgbld-vm45 3.4.6-2.fc17.x86_64 #1 SMP Thu Jul 19 22:54:16 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
  90. yow-lpgbld-vm45 [/buildarea/bashfiel/poky/build]> cat /proc/
  91. Display all 153 possibilities? (y or n)
  92. yow-lpgbld-vm45 [/buildarea/bashfiel/poky/build]> cat /etc/issue
  93. Fedora release 17 (Beefy Miracle)
  94. Kernel \r on an \m (\l)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement