news.html 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337
  1. <!--#include file="header.html" -->
  2. <div class="row">
  3. <div class="col-sm-10 col-sm-offset-1">
  4. <h2>News</h2>
  5. <p>
  6. <ul>
  7. <li><b>12 November 2014 -- 2014.11-rc1 released</b>
  8. <p>We have a new release candidate! Lots of changes all over the
  9. tree, see the <a
  10. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.11-rc1">CHANGES</a>
  11. file for details.</p>
  12. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  13. <a href="/downloads/buildroot-2014.11-rc1.tar.bz2">2014.11-rc1
  14. release candidate</a>, and report any problems found to the
  15. <a href="support.html">mailing list</a> or
  16. <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
  17. <li><b>1 September 2014 -- 2014.08 released</b>
  18. <p>The stable 2014.08 release is out - Thanks to everyone
  19. contributing and testing the release candidates. See the
  20. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08">CHANGES</a>
  21. file for more details, read the
  22. <a href="http://lists.busybox.net/pipermail/buildroot/2014-September/105257.html">announcement</a>
  23. and go to the <a href="/downloads/">downloads page</a> to pick up the
  24. <a href="/downloads/buildroot-2014.08.tar.bz2">2014.08 release</a>.</p>
  25. <li><b>26 August 2014 -- 2014.08-rc3 released</b>
  26. <p>Release candidate 3 is out with more cleanups and build fixes. See the <a
  27. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08-rc3">CHANGES</a>
  28. file for details.</p>
  29. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  30. <a href="/downloads/buildroot-2014.08-rc3.tar.bz2">2014.08-rc3
  31. release candidate</a>, and report any problems found to the <a
  32. href="lists.html">mailing list</a> or <a
  33. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  34. <li><b>18 August 2014 -- 2014.08-rc2 released</b>
  35. <p>Another week, another release candidate with more cleanups and
  36. build fixes. See the <a
  37. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08-rc2">CHANGES</a>
  38. file for details.</p>
  39. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  40. <a href="/downloads/buildroot-2014.08-rc2.tar.bz2">2014.08-rc2
  41. release candidate</a>, and report any problems found to the <a
  42. href="support.html">mailing list</a> or <a
  43. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  44. <li><b>8 August 2014 -- 2014.08-rc1 released</b>
  45. <p>We have a new release candidate! Lots of changes all over the
  46. tree, see the <a
  47. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.08-rc1">CHANGES</a>
  48. file for details, and read the
  49. <a href="http://lists.busybox.net/pipermail/buildroot/2014-August/103972.html">announcement</a>.</p>
  50. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  51. <a href="/downloads/buildroot-2014.08-rc1.tar.bz2">2014.08-rc1
  52. release candidate</a>, and report any problems found to the
  53. <a href="support.html">mailing list</a> or
  54. <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
  55. <li><b>31 May 2014 -- 2014.05 released</b>
  56. <p>The stable 2014.05 release is out - Thanks to everyone
  57. contributing and testing the release candidates. See the
  58. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05">CHANGES</a>
  59. file for more details, read the
  60. <a href="http://lists.busybox.net/pipermail/buildroot/2014-May/097863.html">announcement</a>
  61. and go to the <a href="/downloads/">downloads page</a> to pick up the
  62. <a href="/downloads/buildroot-2014.05.tar.bz2">2014.05 release</a>.</p>
  63. <li><b>28 May 2014 -- 2014.05-rc3 released</b>
  64. <p>Release candidate 3 is out with more cleanups and build fixes. See the <a
  65. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05-rc3">CHANGES</a>
  66. file for details.</p>
  67. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  68. <a href="/downloads/buildroot-2014.05-rc3.tar.bz2">2014.05-rc3
  69. release candidate</a>, and report any problems found to the <a
  70. href="lists.html">mailing list</a> or <a
  71. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  72. <li><b>21 May 2014 -- 2014.05-rc2 released</b>
  73. <p>Another week, another release candidate with more cleanups and
  74. build fixes. See the <a
  75. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05-rc2">CHANGES</a>
  76. file for details.</p>
  77. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  78. <a href="/downloads/buildroot-2014.05-rc2.tar.bz2">2014.05-rc2
  79. release candidate</a>, and report any problems found to the <a
  80. href="support.html">mailing list</a> or <a
  81. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  82. <li><b>13 May 2014 -- 2014.05-rc1 released</b>
  83. <p>We have a new release candidate! Lots of changes all over the
  84. tree, see the <a
  85. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05-rc1">CHANGES</a>
  86. file for details, and read the
  87. <a href="http://lists.busybox.net/pipermail/buildroot/2014-May/096492.html">announcement</a>.</p>
  88. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  89. <a href="/downloads/buildroot-2014.05-rc1.tar.bz2">2014.05-rc1
  90. release candidate</a>, and report any problems found to the
  91. <a href="support.html">mailing list</a> or
  92. <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
  93. <li><b>27 February 2014 -- 2014.02 released</b>
  94. <p>The stable 2014.02 release is out - Thanks to everyone
  95. contributing and testing the release candidates. See the
  96. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02">CHANGES</a>
  97. file for more details,
  98. and go to the <a href="/downloads/">downloads page</a> to pick up the
  99. <a href="/downloads/buildroot-2014.02.tar.bz2">2014.02 release</a>.</p>
  100. <li><b>25 February 2014 -- 2014.02-rc3 released</b>
  101. <p>Release candidate 3 is out with more cleanups and build fixes. See the <a
  102. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02-rc3">CHANGES</a>
  103. file for details.</p>
  104. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  105. <a href="/downloads/buildroot-2014.02-rc3.tar.bz2">2014.02-rc3
  106. release candidate</a>, and report any problems found to the <a
  107. href="lists.html">mailing list</a> or <a
  108. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  109. <li><b>20 February 2014 -- 2014.02-rc2 released</b>
  110. <p>Another week, another release candidate with more cleanups and
  111. build fixes. See the <a
  112. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02-rc2">CHANGES</a>
  113. file for details.</p>
  114. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  115. <a href="/downloads/buildroot-2014.02-rc2.tar.bz2">2014.02-rc2
  116. release candidate</a>, and report any problems found to the <a
  117. href="lists.html">mailing list</a> or <a
  118. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  119. <li><b>11 February 2014 -- 2014.02-rc1 released</b>
  120. <p>We have a new release candidate! Lots of changes all over the
  121. tree, see the <a
  122. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02-rc1">CHANGES</a>
  123. file for details, and read the
  124. <a href="http://lists.busybox.net/pipermail/buildroot/2014-February/089055.html">announcement</a>.</p>
  125. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  126. <a href="/downloads/buildroot-2014.02-rc1.tar.bz2">2014.02-rc1
  127. release candidate</a>, and report any problems found to the
  128. <a href="support.html">mailing list</a> or
  129. <a href="https://bugs.uclibc.org">bug tracker</a>.</p>
  130. <li><b>9 February 2014 -- Report from Buildroot Developers Meeting</b>
  131. <p>A report from the recent
  132. <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2014">
  133. Buildroot Developers Meeting</a> is now
  134. <a href="http://lists.busybox.net/pipermail/buildroot/2014-February/088373.html">available</a>.</p>
  135. <p>Once again, thanks to all the participants and to
  136. <a href="http://www.google.com">Google</a> and
  137. <a href="http://www.mind.be">Mind</a> for sponsoring the event.</p>
  138. <li><b>30 January 2014 -- Upcoming Buildroot Developers meeting</b>
  139. <p>The upcoming Buildroot Developers meeting will take place in
  140. Brussels on February, 3rd and 4th, after the
  141. <a href="http://www.fosdem.org">FOSDEM</a> conference. Additional
  142. details about the meeting can be found on the corresponding
  143. <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2014">
  144. wiki page</a>.</p>
  145. <p>Persons not able to join the meeting in Brussels can participate
  146. remotely using Google Hangouts. Simply give your Google address to
  147. <code>thomas.petazzoni@free-electrons.com</code>.</p>
  148. <p>This meeting is sponsored by
  149. <a href="http://www.google.com">Google</a> (for the meeting room)
  150. and <a href="http://www.mind.be">Mind</a> (for the dinner).
  151. Thanks to our sponsors!</p>
  152. <li><b>30 November 2013 -- 2013.11 released</b>
  153. <p>The stable 2013.11 release is out - Thanks to everyone
  154. contributing and testing the release candidates. See the
  155. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11">CHANGES</a>
  156. file for more details, read the <a href="http://lists.busybox.net/pipermail/buildroot/2013-November/083600.html">announcement</a>
  157. and go to the <a href="/downloads/">downloads page</a> to pick up the
  158. <a href="/downloads/buildroot-2013.11.tar.bz2">2013.11 release</a>.</p>
  159. <li><b>30 November 2013 -- Slides from Embedded Linux Conference Europe</b>
  160. <p>The slides from the Buildroot presentation at the recent
  161. <a href="http://events.linuxfoundation.org/events/embedded-linux-conference-europe">Embedded Linux Conference Europe 2013</a>
  162. are now
  163. <a href="http://elinux.org/images/2/23/Buildroot-whats-new-elce2013.pdf">available</a>.</p>
  164. <li><b>18 November 2013 -- 2013.11-rc3 released</b>
  165. <p>Another week, another release candidate with more fixes. See the <a
  166. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11-rc3">CHANGES</a>
  167. file for details.</p>
  168. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  169. <a href="/downloads/buildroot-2013.11-rc3.tar.bz2">2013.11-rc3
  170. release candidate</a>, and report any problems found to the <a
  171. href="support.html">mailing list</a> or <a
  172. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  173. <li><b>18 November 2013 -- 2013.11-rc2 released</b>
  174. <p>Another week, another release candidate with more cleanups and
  175. build fixes. See the <a
  176. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11-rc2">CHANGES</a>
  177. file for details.</p>
  178. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  179. <a href="/downloads/buildroot-2013.11-rc2.tar.bz2">2013.11-rc2
  180. release candidate</a>, and report any problems found to the <a
  181. href="support.html">mailing list</a> or <a
  182. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  183. <li><b>13 November 2013 -- Announcement of the next Buildroot Developer Days</b>
  184. <p>The next <i>Buildroot Developer Days</i> meeting will take
  185. place on Monday 3rd and Tuesday 4th February 2014 in Brussels,
  186. Belgium - Just after
  187. <a href="http://www.fosdem.org">FOSDEM</a> (February
  188. 1st/2nd). This two days meeting is mainly open to Buildroot
  189. developers and contributors, or Buildroot users having a prior
  190. experience with the tool. It will allow developers to work on
  191. Buildroot and discuss current issues, the future directions, and
  192. more.</p>
  193. <p>In addition to the Buildroot event, we encourage embedded Linux
  194. developers to propose talks for the Embedded and Mobile Developer
  195. Room at FOSDEM. See
  196. the <a href="https://lists.fosdem.org/pipermail/fosdem/2013-October/001870.html">CFP</a>.</p>
  197. <p>We would like to thank our
  198. sponsor <a href="http://www.google.com">Google</a> for sponsoring
  199. the event by providing all the needed logistics.</p>
  200. <p>For more details, see the
  201. <a href="http://www.elinux.org/Buildroot:DeveloperDaysFOSDEM2014">wiki
  202. page</a> dedicated to the meeting.</p>
  203. <li><b>12 November 2013 -- 2013.11-rc1 released</b>
  204. <p>We have a new release candidate! Lots of changes all over the
  205. tree, see the <a
  206. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.11_rc1">CHANGES</a>
  207. file for details, and read the
  208. <a href="http://lists.busybox.net/pipermail/buildroot/2013-November/082514.html">announcement</a>.</p>
  209. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  210. <a href="/downloads/buildroot-2013.11-rc1.tar.bz2">2013.11-rc1
  211. release candidate</a>, and report any problems found to the <a
  212. href="support.html">mailing list</a> or <a
  213. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  214. <li><b>11 November 2013 -- Report from Buildroot Developers Meeting</b>
  215. <p>A report from the recent
  216. <a href="http://elinux.org/Buildroot:DeveloperDaysELCE2013">
  217. Buildroot Developers Meeting</a> is now
  218. <a href="http://lists.busybox.net/pipermail/buildroot/2013-November/082401.html">available</a>.</p>
  219. <p>Once again, thanks to all the participants and to
  220. <a href="http://www.imgtec.com/">Imagination Technologies</a>
  221. for sponsoring the event.</p>
  222. <li><b>17 September 2013 -- 2013.08.1 released</b>
  223. <p>The 2013.08.1 bugfix release is out - Thanks to everyone
  224. contributing. This release fixes critical issues discovered since
  225. the 2013.08 release. See the
  226. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08.1">CHANGES</a>
  227. file for more details,
  228. and go to the <a href="/downloads/">downloads page</a> to pick up the
  229. <a href="/downloads/buildroot-2013.08.1.tar.bz2">2013.08.1 release</a>.</p>
  230. <li><b>16 September 2013 -- Buildroot Developer Days</b>
  231. <p>The next <i>Buildroot Developer Days</i> meeting will take
  232. place on Saturday October 26th and Sunday October 27th 2013 in
  233. Edinburgh, UK - Just after the <a
  234. href="https://events.linuxfoundation.org/events/embedded-linux-conference-europe">
  235. Embedded Linux Conference Europe</a> (October 23th-24th). This two
  236. days meeting is mainly open to Buildroot developers and
  237. contributors, or Buildroot users having a prior experience with
  238. the tool. It will allow developers to work on Buildroot and
  239. discuss current issues, the future directions, and more.</p>
  240. <p>For more details, see the
  241. <a href="http://www.elinux.org/Buildroot:DeveloperDaysELCE2013">wiki
  242. page</a> dedicated to the meeting.</p>
  243. <li><b>31 August 2013 -- 2013.08 released</b>
  244. <p>The stable 2013.08 release is out - Thanks to everyone
  245. contributing and testing the release candidates. See the
  246. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08">CHANGES</a>
  247. file for more details, read the <a href="http://lists.busybox.net/pipermail/buildroot/2013-August/077224.html">announcement</a>
  248. and go to the <a href="/downloads/">downloads page</a> to pick up the
  249. <a href="/downloads/buildroot-2013.08.tar.bz2">2013.08 release</a>.</p>
  250. <li><b>29 August 2013 -- 2013.08-rc3 released</b>
  251. <p>Another week, another release candidate with more cleanups and
  252. build fixes. See the <a
  253. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc3">CHANGES</a>
  254. file for details.</p>
  255. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  256. <a href="/downloads/buildroot-2013.08-rc3.tar.bz2">2013.08-rc3
  257. release candidate</a>, and report any problems found to the <a
  258. href="support.html">mailing list</a> or <a
  259. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  260. <li><b>16 August 2013 -- 2013.08-rc2 released</b>
  261. <p>We have a new release candidate! Lots of changes all over the
  262. tree, see
  263. the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc2">CHANGES</a>
  264. file for details.</p>
  265. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  266. <a href="/downloads/buildroot-2013.08-rc2.tar.bz2">2013.08-rc2
  267. release candidate</a>, and report any problems found to the <a
  268. href="support.html">mailing list</a> or <a
  269. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  270. <li><b>5 August 2013 -- 2013.08-rc1 released</b>
  271. <p>We have a new release candidate! Lots of changes all over the
  272. tree, see
  273. the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc1">CHANGES</a>
  274. file for details.</p>
  275. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  276. <a href="/downloads/buildroot-2013.08-rc1.tar.bz2">2013.08-rc1
  277. release candidate</a>, and report any problems found to the <a
  278. href="support.html">mailing list</a> or <a
  279. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  280. <li><b>31 May 2013 -- 2013.05 released</b>
  281. <p>The stable 2013.05 release is out - Thanks to everyone
  282. contributing and testing the release candidates. See the
  283. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05">CHANGES</a>
  284. file for more details, read the
  285. <a href="http://lists.busybox.net/pipermail/buildroot/2013-May/073121.html">announcement</a>
  286. and go to the <a href="/downloads/">downloads page</a> to pick up the
  287. <a href="/downloads/buildroot-2013.05.tar.bz2">2013.05 release</a>.</p>
  288. <li><b>25 May 2013 -- 2013.05-rc3 released</b>
  289. <p>Another week, another release candidate with more cleanups and
  290. build fixes. See the <a
  291. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc3">CHANGES</a>
  292. file for details.</p>
  293. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  294. <a href="/downloads/buildroot-2013.05-rc3.tar.bz2">2013.05-rc3
  295. release candidate</a>, and report any problems found to the <a
  296. href="support.html">mailing list</a> or <a
  297. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  298. <li><b>15 May 2013 -- 2013.05-rc2 released</b>
  299. <p>Another week, another release candidate with more cleanups and
  300. build fixes. See the <a
  301. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc2">CHANGES</a>
  302. file for details.</p>
  303. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  304. <a href="/downloads/buildroot-2013.05-rc2.tar.bz2">2013.05-rc2
  305. release candidate</a>, and report any problems found to the <a
  306. href="support.html">mailing list</a> or <a
  307. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  308. <li><b>8 May 2013 -- 2013.05-rc1 released</b>
  309. <p>We have a new release candidate! Lots of changes all over the
  310. tree, see the <a
  311. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc1">CHANGES</a>
  312. file for details, and read the
  313. <a href="http://lists.busybox.net/pipermail/buildroot/2013-May/071737.html">announcement</a>.</p>
  314. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  315. <a href="/downloads/buildroot-2013.05-rc1.tar.bz2">2013.05-rc1
  316. release candidate</a>, and report any problems found to the <a
  317. href="support.html">mailing list</a> or <a
  318. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  319. <li><b>28 February 2013 -- 2013.02 released</b>
  320. <p>The stable 2013.02 release is out - Thanks to everyone
  321. contributing and testing the release candidates. See the
  322. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02">CHANGES</a>
  323. file for more details
  324. and go to the <a href="/downloads/">downloads page</a> to pick up the
  325. <a href="/downloads/buildroot-2013.02.tar.bz2">2013.02 release</a>.</p>
  326. <li><b>26 February 2013 -- 2013.02-rc3 released</b>
  327. <p>Another week, another release candidate with more cleanups and
  328. build fixes. See the <a
  329. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc3">CHANGES</a>
  330. file for details.</p>
  331. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  332. <a href="/downloads/buildroot-2013.02-rc3.tar.bz2">2013.02-rc3
  333. release candidate</a>, and report any problems found to the <a
  334. href="support.html">mailing list</a> or <a
  335. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  336. <li><b>19 February 2013 -- 2013.02-rc2 released</b>
  337. <p>Another week, another release candidate with more cleanups and
  338. build fixes. See the <a
  339. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc2">CHANGES</a>
  340. file for details.</p>
  341. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  342. <a href="/downloads/buildroot-2013.02-rc2.tar.bz2">2013.02-rc2
  343. release candidate</a>, and report any problems found to the <a
  344. href="support.html">mailing list</a> or <a
  345. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  346. <li><b>10 February 2013 -- 2013.02-rc1 released</b>
  347. <p>We have a new release candidate! Lots of changes all over the
  348. tree, see the <a
  349. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc1">CHANGES</a>
  350. file for details, and read the
  351. <a href="http://lists.busybox.net/pipermail/buildroot/2013-February/067148.html">announcement</a>.</p>
  352. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  353. <a href="/downloads/buildroot-2013.02-rc1.tar.bz2">2013.02-rc1
  354. release candidate</a>, and report any problems found to the <a
  355. href="support.html">mailing list</a> or <a
  356. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  357. <li><b>10 February 2013 -- Report from Buildroot Developers Meeting</b>
  358. <p>A report from the recent Buildroot Developers Meeting is now
  359. <a href="http://lists.busybox.net/pipermail/buildroot/2013-February/067105.html">available</a>.
  360. <a href="http://emlinews.net">Embedded Linux News</a> also has a
  361. <a href="http://www.emlinews.net/2013/02/buildroot-developers-meeting-report/">
  362. writeup about the event</a>, including photos.</p>
  363. <p>Once again, thanks to all the participants and to
  364. <a href="http://www.google.com">Google</a> for sponsoring the event.</p>
  365. <li><b>12 January 2013 -- Next Buildroot Developers Meeting next to FOSDEM, Brussels</b>
  366. <p>The next Buildroot Developers Meeting will take place on Monday
  367. 4th February 2013 and Tuesday 5th February 2013 in Brussels,
  368. Belgium. Those dates have been chosen to immediately follow the
  369. great <a href="http://www.fosdem.org">FOSDEM</a> conference.</p>
  370. <p>Attending this meeting is free, after registration by
  371. contacting <a href="mailto:thomas.petazzoni@free-electrons.com">Thomas
  372. Petazzoni</a>. For more details about the meeting, please see
  373. the <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013">related
  374. Wiki page</a>.</p>
  375. <p>We would like to
  376. thank <a href="http://www.google.com">Google</a> for providing the
  377. meeting location and the Internet connection, and offering free
  378. lunch and refreshments to the participants.</p>
  379. <li><b>3 January 2013 -- 2012.11.1 released</b>
  380. <p>The 2012.11.1 bugfix release is out - Thanks to everyone
  381. contributing. This release fixes critical issues discovered since
  382. the 2012.11 release, most importantly with non-largefile builds on
  383. recent Ubuntu versions. See the
  384. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11.1">CHANGES</a>
  385. file for more details,
  386. and go to the <a href="/downloads/">downloads page</a> to pick up the
  387. <a href="/downloads/buildroot-2012.11.1.tar.bz2">2012.11.1 release</a>.</p>
  388. <li><b>2 December 2012 -- 2012.11 released</b>
  389. <p>The stable 2012.11 release is out - Thanks to everyone
  390. contributing and testing the release candidates. See the
  391. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11">CHANGES</a>
  392. file for more details
  393. and go to the <a href="/downloads/">downloads page</a> to pick up the
  394. <a href="/downloads/buildroot-2012.11.tar.bz2">2012.11 release</a>.</p>
  395. <li><b>30 November 2012 -- 2012.11-rc2 released</b>
  396. <p>RC2 is out with more bugfixes - See the <a
  397. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11_rc2">CHANGES</a>
  398. file for details.
  399. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  400. <a href="/downloads/buildroot-2012.11-rc2.tar.bz2">2012.11-rc2
  401. release candidate</a>, and report any problems found to the <a
  402. href="support.html">mailing list</a> or <a
  403. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  404. <li><b>17 November 2012 -- 2012.11-rc1 released</b>
  405. <p>We have a new release candidate! Lots of changes all over the
  406. tree, see the <a
  407. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11_rc1">CHANGES</a>
  408. file for details, and read the
  409. <a href="http://lists.busybox.net/pipermail/buildroot/2012-November/061995.html">announcement</a>.</p>
  410. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  411. <a href="/downloads/buildroot-2012.11-rc1.tar.bz2">2012.11-rc1
  412. release candidate</a>, and report any problems found to the <a
  413. href="support.html">mailing list</a> or <a
  414. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  415. <li><b>17 November 2012 -- Buildroot Developer Day</b>
  416. <p>A report from the recent <i>Buildroot Developer Days</i> meeting
  417. in Barcelona, Spain is now <a
  418. href="http://lists.busybox.net/pipermail/buildroot/2012-November/061558.html">available</a>.
  419. Many thanks to all the participants, and a special thanks to Arnout
  420. Vandecappelle from <a href="http://mind.be/">mind</a> for taking
  421. notes and Thomas Petazzoni from <a
  422. href="http://free-electrons.com/">Free Electrons</a> for handling
  423. all the practical arrangements, and naturally our sponsors, <a
  424. href="http://www.fluendo.com/">Fluendo</a> and <a href="http://www.synopsys.com/">Synopsis</a>.
  425. </p>
  426. <p>The next Developer Days will take place on February 4th and 5th
  427. in Brussels, Belgium, right after <a href="http://fosdem.org">FOSDEM</a>.</p>
  428. <li><b>31 August 2012 -- 2012.08 released</b>
  429. <p>The stable 2012.08 release is out - Thanks to everyone
  430. contributing and testing the release candidates. See the
  431. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08">CHANGES</a>
  432. file for more details and go to the <a href="/downloads/">downloads page</a> to pick up the
  433. <a href="/downloads/buildroot-2012.08.tar.bz2">2012.08 release</a>.</p>
  434. <li><b>25 August 2012 -- 2012.08-rc3 released</b>
  435. <p>We have a new release candidate! Various fixes, and addition
  436. of licensing informations on many
  437. packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc3">CHANGES</a>
  438. file for details</p>
  439. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  440. <a href="/downloads/buildroot-2012.08-rc3.tar.bz2">2012.08-rc3
  441. release candidate</a>, and report any problems found to the <a
  442. href="support.html">mailing list</a> or <a
  443. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  444. <li><b>15 August 2012 -- 2012.08-rc2 released</b>
  445. <p>We have a new release candidate! Various fixes, and addition
  446. of licensing informations on many
  447. packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc2">CHANGES</a>
  448. file for details</p>
  449. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  450. <a href="/downloads/buildroot-2012.08-rc2.tar.bz2">2012.08-rc2
  451. release candidate</a>, and report any problems found to the <a
  452. href="support.html">mailing list</a> or <a
  453. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  454. <li><b>1 August 2012 -- 2012.08-rc1 released</b>
  455. <p>We have a new release candidate! Lots of changes all over the
  456. tree, see the <a
  457. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc1">CHANGES</a>
  458. file for details</p>
  459. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  460. <a href="/downloads/buildroot-2012.08-rc1.tar.bz2">2012.08-rc1
  461. release candidate</a>, and report any problems found to the <a
  462. href="support.html">mailing list</a> or <a
  463. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  464. <li><b>22 July 2012 -- Buildroot Developer Day</b>
  465. <p>The next <i>Buildroot Developer Day</i> meeting will take place
  466. on Saturday November 3th and Sunday November 4th 2012 in
  467. Barcelona, Spain, just before
  468. the <a href="https://events.linuxfoundation.org/events/embedded-linux-conference-europe">Embedded
  469. Linux Conference Europe</a> (November 5th-7th). This two days
  470. meeting is mainly opened to Buildroot developers and contributors,
  471. or Buildroot users having a prior experience with the tool. This
  472. meeting will allow developers to work and Buildroot, and discuss
  473. current issues, the future directions, and more.</p>
  474. <p>For more details, see
  475. the <a href="http://elinux.org/Buildroot#Buildroot_Developers_Meeting.2C_3-4_November_2012.2C_Barcelona_Spain">wiki
  476. page</a> dedicated to the meeting.</p>
  477. <li><b>30 May 2012 -- 2012.05 released</b>
  478. <p>The stable 2012.05 release is out - Thanks to everyone
  479. contributing and testing the release candidates. See the
  480. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05">CHANGES</a>
  481. file for more details, read the
  482. <a href="http://lists.busybox.net/pipermail/buildroot/2012-May/054342.html">announcement</a>
  483. and go to the <a href="/downloads/">downloads page</a> to pick up the
  484. <a href="/downloads/buildroot-2012.05.tar.bz2">2012.05 release</a>.</p>
  485. <li><b>25 May 2012 -- 2012.05-rc3 released</b>
  486. <p>RC3 is out with more bugfixes - See the <a
  487. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc3">CHANGES</a>
  488. file for details.
  489. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  490. <a href="/downloads/buildroot-2012.05-rc3.tar.bz2">2012.05-rc3
  491. release candidate</a>, and report any problems found to the <a
  492. href="support.html">mailing list</a> or <a
  493. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  494. <li><b>18 May 2012 -- 2012.05-rc2 released</b>
  495. <p>Another week, another release candidate with more cleanups and
  496. build fixes. See the <a
  497. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc2">CHANGES</a>
  498. file for details.</p>
  499. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  500. <a href="/downloads/buildroot-2012.05-rc2.tar.bz2">2012.05-rc2
  501. release candidate</a>, and report any problems found to the <a
  502. href="support.html">mailing list</a> or <a
  503. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  504. <li><b>10 May 2012 -- 2012.05-rc1 released</b>
  505. <p>We have a new release candidate! Lots of changes all over the
  506. tree, see the <a
  507. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc1">CHANGES</a>
  508. file for details, and read the
  509. <a href="http://lists.busybox.net/pipermail/buildroot/2012-May/053736.html">announcement</a>.</p>
  510. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  511. <a href="/downloads/buildroot-2012.05-rc1.tar.bz2">2012.05-rc1
  512. release candidate</a>, and report any problems found to the <a
  513. href="support.html">mailing list</a> or <a
  514. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  515. <li><b>20 April 2012 -- Autobuilder Results Online</b>
  516. <p>The status of the autobuilders, which do repeated
  517. <code>randpackageconfig</code> builds for continuous integration
  518. testing, is now online at <a
  519. href='http://autobuild.buildroot.org'>autobuild.buildroot.org</a>. The
  520. code behind it can be found in <a
  521. href='http://git.buildroot.net/buildroot-test/'>git</a>.</p>
  522. <p>Thanks to Thomas Petazzoni for running the web interface, and
  523. to <a href='http://gcc.gnu.org/wiki/CompileFarm'>The GCC Compile
  524. Farm</a> and <a href='http://free-electrons.com/'>Free
  525. Electrons</a> for hosting builders. Thomas also sends out a daily
  526. summary of the build status to the mailing list.</p>
  527. <li><b>29 February 2012 -- 2012.02 released</b>
  528. <p>The stable 2012.02 release is out - Thanks to everyone
  529. contributing and testing the release candidates. See the
  530. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02">CHANGES</a>
  531. file for more details, read the
  532. <a href="http://lists.busybox.net/pipermail/buildroot/2012-February/050752.html">announcement</a>
  533. and go to the <a href="/downloads/">downloads page</a> to pick up the
  534. <a href="/downloads/buildroot-2012.02.tar.bz2">2012.02 release</a>.</p>
  535. <li><b>27 February 2012 -- 2012.02-rc3 released</b>
  536. <p>RC3 is out with more bugfixes - See the <a
  537. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3">CHANGES</a>
  538. file for details.
  539. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  540. <a href="/downloads/buildroot-2012.02-rc3.tar.bz2">2012.02-rc3
  541. release candidate</a>, and report any problems found to the <a
  542. href="support.html">mailing list</a> or <a
  543. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  544. <li><b>19 February 2012 -- 2012.02-rc2 released</b>
  545. <p>Another week, another release candidate with more cleanups and
  546. build fixes. See the <a
  547. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc2">CHANGES</a>
  548. file for details.</p>
  549. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  550. <a href="/downloads/buildroot-2012.02-rc2.tar.bz2">2012.02-rc2
  551. release candidate</a>, and report any problems found to the <a
  552. href="support.html">mailing list</a> or <a
  553. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  554. <li><b>12 February 2012 -- 2012.02-rc1 released</b>
  555. <p>We have a new release candidate! Lots of changes all over the
  556. tree, see the <a
  557. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc1">CHANGES</a>
  558. file for details, and read the
  559. <a href="http://lists.busybox.net/pipermail/buildroot/2012-February/050234.html">announcement</a>.</p>
  560. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  561. <a href="/downloads/buildroot-2012.02-rc1.tar.bz2">2012.02-rc1
  562. release candidate</a>, and report any problems found to the <a
  563. href="support.html">mailing list</a> or <a
  564. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  565. <li><b>31 January 2012 -- Buildroot Developer Day</b>
  566. <p>Another <i>Buildroot Developer Day</i> will take place on
  567. Friday, February 3rd in Brussels, Belgium - The day before <a
  568. href="http://fosdem.org">FOSDEM</a>. See the
  569. <a href="http://lists.busybox.net/pipermail/buildroot/2012-January/049340.html">announcement</a>
  570. or the <a href="http://free-electrons.com/blog/bdd-2012-brussels/">Free Electrons blog</a>
  571. for more info.</p>
  572. <li><b>30 November 2011 -- 2011.11 released</b>
  573. <p>The stable 2011.11 release is out - Thanks to everyone
  574. contributing and testing the release candidates. See the
  575. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11">CHANGES</a>
  576. file for more details, read the
  577. <a href="http://lists.busybox.net/pipermail/buildroot/2011-November/047926.html">announcement</a>
  578. and go to the <a href="/downloads/">downloads page</a> to pick up the
  579. <a href="/downloads/buildroot-2011.11.tar.bz2">2011.11 release</a>.</p>
  580. <li><b>26 November 2011 -- 2011.11-rc3 released</b>
  581. <p>RC3 is out with more bugfixes - See the <a
  582. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc3">CHANGES</a>
  583. file for details.
  584. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  585. <a href="/downloads/buildroot-2011.11-rc3.tar.bz2">2011.11-rc3
  586. release candidate</a>, and report any problems found to the <a
  587. href="support.html">mailing list</a> or <a
  588. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  589. <li><b>18 November 2011 -- 2011.11-rc2 released</b>
  590. <p>Another week, another release candidate with a bunch of
  591. cleanups and build fixes. See the <a
  592. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc2">CHANGES</a>
  593. file for details.</p>
  594. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  595. <a href="/downloads/buildroot-2011.11-rc2.tar.bz2">2011.11-rc2
  596. release candidate</a>, and report any problems found to the <a
  597. href="support.html">mailing list</a> or <a
  598. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  599. <li><b>11 November 2011 -- 2011.11-rc1 released</b>
  600. <p>We have a new release candidate! Lots of changes all over the
  601. tree, see the <a
  602. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc1">CHANGES</a>
  603. file for details, and read the
  604. <a href="http://lists.busybox.net/pipermail/buildroot/2011-November/047395.html">announcement</a>
  605. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  606. <a href="/downloads/buildroot-2011.11-rc1.tar.bz2">2011.11-rc1
  607. release candidate</a>, and report any problems found to the <a
  608. href="support.html">mailing list</a> or <a
  609. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  610. <li><b>31 August 2011 -- 2011.08 released</b>
  611. <p>The stable 2011.08 release is out - Thanks to everyone
  612. contributing and testing the release candidates. See the
  613. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08">CHANGES</a>
  614. file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
  615. <a href="/downloads/buildroot-2011.08.tar.bz2">2011.08 release</a>.</p>
  616. <li><b>29 August 2011 -- 2011.08-rc2 released</b>
  617. <p>RC2 is out with more bugfixes. See the <a
  618. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc2">CHANGES</a>
  619. file for details, and read the
  620. <a href="http://lists.busybox.net/pipermail/buildroot/2011-August/045211.html">announcement</a>.
  621. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  622. <a href="/downloads/buildroot-2011.08-rc2.tar.bz2">2011.08-rc2
  623. release candidate</a>, and report any problems found to the <a
  624. href="support.html">mailing list</a> or <a
  625. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  626. <li><b>4 August 2011 -- 2011.08-rc1 released</b>
  627. <p>We have a new release candidate! Lots of changes all over the
  628. tree, see the <a
  629. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc1">CHANGES</a>
  630. file for details, and read the
  631. <a href="http://lists.busybox.net/pipermail/buildroot/2011-August/044855.html">announcement</a>.
  632. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  633. <a href="/downloads/buildroot-2011.08-rc1.tar.bz2">2011.08-rc1
  634. release candidate</a>, and report any problems found to the <a
  635. href="support.html">mailing list</a> or <a
  636. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  637. <li><b>27 May 2011 -- 2011.05 released</b>
  638. <p>The stable 2011.05 release is out - Thanks to everyone
  639. contributing and testing the release candidates. See the
  640. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05">CHANGES</a>
  641. file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
  642. <a href="/downloads/buildroot-2011.05.tar.bz2">2011.05 release</a>.</p>
  643. <li><b>24 May 2011 -- 2011.05-rc2 released</b>
  644. <p>RC2 is out with more bugfixes. See the <a
  645. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc2">CHANGES</a>
  646. file for details.
  647. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  648. <a href="/downloads/buildroot-2011.05-rc2.tar.bz2">2011.05-rc2
  649. release candidate</a>, and report any problems found to the <a
  650. href="support.html">mailing list</a> or <a
  651. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  652. <li><b>18 May 2011 -- 2011.05-rc1 released</b>
  653. <p>We have a new release candidate! Lots of changes all over the
  654. tree, see the <a
  655. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc1">CHANGES</a>
  656. file for details, and read the
  657. <a href="http://lists.busybox.net/pipermail/buildroot/2011-May/043317.html">announcement</a>.
  658. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  659. <a href="/downloads/buildroot-2011.05-rc1.tar.bz2">2011.05-rc1
  660. release candidate</a>, and report any problems found to the <a
  661. href="support.html">mailing list</a> or <a
  662. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  663. <li><b>28 February 2011 -- 2011.02 released</b>
  664. <p>The stable 2011.02 release is out - Thanks to everyone
  665. contributing and testing the release candidates. See the
  666. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02">CHANGES</a>
  667. file for more details, read the
  668. <a href="http://lists.busybox.net/pipermail/buildroot/2011-February/041662.html">announcement</a>
  669. and go to the <a href="/downloads/">downloads page</a> to pick up the
  670. <a href="/downloads/buildroot-2011.02.tar.bz2">2011.02 release</a>.</p>
  671. <li><b>24 February 2011 -- 2011.02-rc2 released</b>
  672. <p>RC2 is out with more cleanups and bugfixes, see the <a
  673. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02_rc2">CHANGES</a>
  674. file for details.</p>
  675. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  676. <a href="/downloads/buildroot-2011.02-rc2.tar.bz2">2011.02-rc2
  677. release candidate</a>, and report any problems found to the <a
  678. href="support.html">mailing list</a> or <a
  679. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  680. <li><b>14 February 2011 -- 2011.02-rc1 released</b>
  681. <p>We have a new release candidate! Lots of changes all over the
  682. tree, see the <a
  683. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02_rc1">CHANGES</a>
  684. file for details, and read the
  685. <a href="http://lists.busybox.net/pipermail/buildroot/2011-February/041365.html">announcement</a>.
  686. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  687. <a href="/downloads/buildroot-2011.02-rc1.tar.bz2">2011.02-rc1
  688. release candidate</a>, and report any problems found to the <a
  689. href="support.html">mailing list</a> or <a
  690. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  691. <li><b>30 November 2010 -- 2010.11 released</b>
  692. <p>The stable 2010.11 release is out - Thanks to everyone
  693. contributing and testing the release candidates. See the
  694. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11">CHANGES</a>
  695. file for more details, read the
  696. <a href="http://lists.busybox.net/pipermail/buildroot/2010-November/039135.html">announcement</a>
  697. and go to the <a href="/downloads/">downloads page</a> to pick up the
  698. <a href="/downloads/buildroot-2010.11.tar.bz2">2010.11 release</a>.</p>
  699. <li><b>25 November 2010 -- 2010.11-rc2 released</b>
  700. <p>RC2 is out with more cleanups and bugfixes, see the <a
  701. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11_rc2">CHANGES</a>
  702. file for details.</p>
  703. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  704. <a href="/downloads/buildroot-2010.11-rc2.tar.bz2">2010.11-rc2
  705. release candidate</a>, and report any problems found to the <a
  706. href="support.html">mailing list</a> or <a
  707. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  708. <li><b>8 November 2010 -- 2010.11-rc1 released</b>
  709. <p>We have a new release candidate! Lots of changes all over the
  710. tree, see the <a
  711. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11_rc1">CHANGES</a>
  712. file for details, and read the
  713. <a href="http://lists.busybox.net/pipermail/buildroot/2010-November/038645.html">announcement</a>.
  714. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  715. <a href="/downloads/buildroot-2010.11-rc1.tar.bz2">2010.11-rc1
  716. release candidate</a>, and report any problems found to the <a
  717. href="support.html">mailing list</a> or <a
  718. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  719. <li><b>28 September 2010 - Buildroot Developer Day</b>
  720. <p>A <i>Buildroot Developer Day</i> will take place on
  721. Friday, October 29th in Cambridge, UK - Just the day after the
  722. <a href="http://www.embeddedlinuxconference.com/elc_europe10/">Embedded
  723. Linux Conference Europe</a>. This <i>Developer Day</i> aims
  724. at allowing Buildroot developers to meet and exchange ideas on the
  725. project and its future. See the
  726. <a href="http://lists.busybox.net/pipermail/buildroot/2010-September/037930.html">announcement</a>
  727. for more info.</p>
  728. <p>Thanks to Thomas Petazzoni for taking care of the practical
  729. arrangements.</p>
  730. <li><b>31 August 2010 -- 2010.08 released</b>
  731. <p>The stable 2010.08 release is out - Thanks to everyone
  732. contributing and testing the release candidates. See the
  733. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08">CHANGES</a>
  734. file for more details, read the
  735. <a href="http://lists.busybox.net/pipermail/buildroot/2010-August/037078.html">announcement</a>
  736. and go to the <a href="/downloads/">downloads page</a> to pick up the
  737. <a href="/downloads/buildroot-2010.08.tar.bz2">2010.08 release</a>.</p>
  738. <li><b>30 August 2010 -- 2010.08-rc2 released</b>
  739. <p>RC2 is out with more cleanups and bugfixes, see the <a
  740. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08_rc2">CHANGES</a>
  741. file for details.
  742. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  743. <a href="/downloads/buildroot-2010.08-rc2.tar.bz2">2010.08-rc2
  744. release candidate</a>, and report any problems found to the <a
  745. href="support.html">mailing list</a> or <a
  746. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  747. This is very much expected to be the final release
  748. candidate, so give it a good test and expect a final 2010.08
  749. release before September unless critical issues are found.</p>
  750. <li><b>30 July 2010 -- 2010.08-rc1 released</b>
  751. <p>We have a new release candidate! Lots of changes all over the
  752. tree, see the <a
  753. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08_rc1">CHANGES</a>
  754. file for details.
  755. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  756. <a href="/downloads/buildroot-2010.08-rc1.tar.bz2">2010.08-rc1
  757. release candidate</a>, and report any problems found to the <a
  758. href="support.html">mailing list</a> or <a
  759. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  760. <li><b>30 May 2010 -- 2010.05 released</b>
  761. <p>The stable 2010.05 release is out - Thanks to everyone
  762. contributing and testing the release candidates. See the
  763. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05">CHANGES</a>
  764. file for more details, read the
  765. <a href="http://lists.busybox.net/pipermail/buildroot/2010-May/034878.html">announcement</a>
  766. and go to the <a href="/downloads/">downloads page</a> to pick up the
  767. <a href="/downloads/buildroot-2010.05.tar.bz2">2010.05 release</a>.</p>
  768. <li><b>27 May 2010 -- 2010.05-rc3 released</b>
  769. <p>RC3 is out with more cleanups and bugfixes, see the <a
  770. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05_rc3">CHANGES</a>
  771. file for details.
  772. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  773. <a href="/downloads/buildroot-2010.05-rc3.tar.bz2">2010.05-rc3
  774. release candidate</a>, and report any problems found to the <a
  775. href="support.html">mailing list</a> or <a
  776. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  777. <li><b>11 May 2010 -- 2010.05-rc2 released</b>
  778. <p>Another week, another release candidate with a bunch of
  779. cleanups and build fixes.</p>
  780. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  781. <a href="/downloads/buildroot-2010.05-rc2.tar.bz2">2010.05-rc2
  782. release candidate</a>, and report any problems found to the <a
  783. href="support.html">mailing list</a> or <a
  784. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  785. <li><b>3 May 2010 -- 2010.05-rc1 released</b>
  786. <p>We have a new release candidate! Lots of changes all over the
  787. tree, see the <a
  788. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05_rc1">CHANGES</a>
  789. file for details.
  790. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  791. <a href="/downloads/buildroot-2010.05-rc1.tar.bz2">2010.05-rc1
  792. release candidate</a>, and report any problems found to the <a
  793. href="support.html">mailing list</a> or <a
  794. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  795. <li><b>2 May 2010 - FOSDEM slides online</b>
  796. <p>The slides from the <a
  797. href="http://fosdem.org/2010/schedule/events/emb_cross_build">Cross
  798. Build Systems: Present & Future</a> session at <a
  799. href="http://fosdem.org/2010">FOSDEM</a> are now <a
  800. href="http://send-patches.org/news/20100211-1-FOSDEM-Crossdev-Workshop.pdf">online</a>.
  801. <li><b>26 February 2010 -- 2010.02 released</b>
  802. <p>The stable 2010.02 release is out - Thanks to everyone
  803. contributing and testing the release candidates. See the
  804. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02">CHANGES</a>
  805. file for more details, and go to the <a href="/downloads/">downloads page</a>
  806. to pick up the <a href="/downloads/buildroot-2010.02.tar.bz2">2010.02
  807. release</a>.</p>
  808. <li><b>23 February 2010 -- 2010.02-rc2 released</b>
  809. <p>RC2 is out with more cleanups and bugfixes, see the <a
  810. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02_rc2">CHANGES</a>
  811. file for details.
  812. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  813. <a href="/downloads/buildroot-2010.02-rc2.tar.bz2">2010.02-rc2
  814. release candidate</a>, and report any problems found to the <a
  815. href="support.html">mailing list</a> or <a
  816. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  817. <li><b>9 February 2010 -- 2010.02-rc1 released</b>
  818. <p>We have a new release candidate! Lots of changes all over the
  819. tree, see the <a
  820. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02_rc1">CHANGES</a>
  821. file for details.
  822. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  823. <a href="/downloads/buildroot-2010.02-rc1.tar.bz2">2010.02-rc1
  824. release candidate</a>, and report any problems found to the <a
  825. href="support.html">mailing list</a> or <a
  826. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  827. <li><b>1 December 2009 -- 2009.11 released</b>
  828. <p>The stable 2009.11 release is out - Thanks to everyone
  829. contributing and testing the release candidates. See the
  830. <a href="http://lists.busybox.net/pipermail/buildroot/2009-December/030672.html">announcement</a>
  831. or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11">CHANGES</a>
  832. for more details, and go to the <a href="/downloads/">downloads page</a>
  833. to pick up the <a href="/downloads/buildroot-2009.11.tar.bz2">2009.11
  834. release</a>.</p>
  835. <li><b>29 November 2009 -- 2009.11-rc2 released</b>
  836. <p>RC2 is out with more cleanups and bugfixes, see the <a
  837. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11_rc2">CHANGES</a>
  838. file for details.
  839. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  840. <a href="/downloads/buildroot-2009.11-rc2.tar.bz2">2009.11-rc2
  841. release candidate</a>, and report any problems found to the <a
  842. href="support.html">mailing list</a> or <a
  843. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  844. <li><b>23 November 2009 -- 2009.11-rc1 released</b>
  845. <p>We have a new release candidate! Lots of changes all over the
  846. tree, see the <a
  847. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11_rc1">CHANGES</a>
  848. file for details.
  849. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  850. <a href="/downloads/buildroot-2009.11-rc1.tar.bz2">2009.11-rc1
  851. release candidate</a>, and report any problems found to the <a
  852. href="support.html">mailing list</a> or <a
  853. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  854. <li><b>7 September 2009 -- First Buildroot Developer Day</b>
  855. <p>The first <i>Buildroot Developer Day</i> will take place on
  856. Saturday, October 17th in Grenoble, France, just the day after
  857. Embedded Linux Conference Europe. This <i>Developer Day</i> aims
  858. at allowing Buildroot developers to meet and exchange ideas on the
  859. project and its future.</p>
  860. <p>As the number of places is limited, interested candidates are
  861. invited to send an e-mail to Peter Korsgaard (<code>jacmet at
  862. uclibc dot org</code>) and Thomas Petazzoni (<code>thomas dot
  863. petazzoni at free-electrons dot com</code>).</p>
  864. <p>This <i>Developer Day</i> will take place thanks to the
  865. sponsoring of <a href="http://www.calao-systems.com">Calao
  866. Systems</a> and <a href="http://www.free-electrons.com">Free
  867. Electrons</a>.</p>
  868. <li><b>31 August 2009 -- 2009.08 released</b>
  869. <p>The stable 2009.08 release is out - Thanks to everyone
  870. contributing and testing the release candidates. See the
  871. <a href="http://lists.busybox.net/pipermail/buildroot/2009-August/029018.html">announcement</a>
  872. or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08">CHANGES</a>
  873. for more details, and go to the <a href="/downloads/">downloads page</a>
  874. to pick up the <a href="/downloads/buildroot-2009.08.tar.bz2">2009.08
  875. release</a>.</p>
  876. <li><b>26 August 2009 -- 2009.08-rc3 released</b>
  877. <p>A number of bugfixes have been added to the tree since RC2
  878. (especially thanks to Thomas Petazzoni) - See the <a
  879. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc3">CHANGES</a>
  880. file for details. This is very much expected to be the final release
  881. candidate, so give it a good test and expect a final 2009.08
  882. release next weekend unless critical issues are found.</p>
  883. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  884. <a href="/downloads/buildroot-2009.08-rc3.tar.bz2">2009.08-rc3
  885. release candidate</a>, and report any problems found to the <a
  886. href="support.html">mailing list</a> or <a
  887. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  888. <li><b>6 August 2009 -- 2009.08-rc2 released</b>
  889. <p>RC2 is out with more cleanups and bugfixes, see the <a
  890. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc2">CHANGES</a>
  891. file for details.
  892. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  893. <a href="/downloads/buildroot-2009.08-rc2.tar.bz2">2009.08-rc2
  894. release candidate</a>, and report any problems found to the <a
  895. href="support.html">mailing list</a> or <a
  896. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  897. <li><b>2 August 2009 -- 2009.08-rc1 released</b>
  898. <p>We have a new release candidate! Lots of changes all over the
  899. tree, see the <a
  900. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc1">CHANGES</a>
  901. file for details.
  902. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  903. <a href="/downloads/buildroot-2009.08-rc1.tar.bz2">2009.08-rc1
  904. release candidate</a>, and report any problems found to the <a
  905. href="support.html">mailing list</a> or <a
  906. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  907. <li><b>1 June 2009 -- 2009.05 released</b>
  908. <p>The stable 2009.05 release is out - Thanks to everyone
  909. contributing and testing the release candidates. See the
  910. <a href="http://lists.busybox.net/pipermail/buildroot/2009-June/027640.html">announcement</a>
  911. or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05">CHANGES</a>
  912. for more details, and go to the <a href="/downloads/">downloads page</a>
  913. to pick up the <a href="/downloads/buildroot-2009.05.tar.bz2">2009.05
  914. release</a>.</p>
  915. <li><b>27 May 2009 -- 2009.05-rc3 released</b>
  916. <p>We had a number of fixes post-RC2, so RC3 is out (see <a
  917. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc3">CHANGES</a>
  918. for details). Now is the moment to test and verify that everything
  919. is working for your favorite config - Expect a final 2009.05 very soon.</p>
  920. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  921. <a href="/downloads/buildroot-2009.05-rc3.tar.bz2">2009.05-rc3
  922. release candidate</a>, and report any problems found to the <a
  923. href="support.html">mailing list</a> or <a
  924. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  925. <li><b>19 May 2009 -- 2009.05-rc2 released</b>
  926. <p>RC2 is out with more cleanups and bug fixes (see <a
  927. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc2">CHANGES</a>).
  928. Unless big issues are found, expect this to be the last release
  929. candidate before the release - So give it a good test.</p>
  930. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  931. <a href="/downloads/buildroot-2009.05-rc2.tar.bz2">2009.05-rc2
  932. release candidate</a>, and report any problems found to the <a
  933. href="support.html">mailing list</a> or <a
  934. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  935. <li><b>14 May 2009 -- Buildroot.org</b>
  936. <p>Earl Levine has been so kind to donate the <b>buildroot.org</b>
  937. domain to us, so the website can now also be reached at <a
  938. href="http://www.buildroot.org">www.buildroot.org</a> (and git at
  939. <a href="http://git.buildroot.org/buildroot">git.buildroot.org</a>).
  940. Thanks a lot Earl!</p>
  941. <li><b>5 May 2009 -- 2009.05-rc1 released</b>
  942. <p>We have a new release candidate! Lots of changes all over the
  943. tree, see the <a
  944. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc1">CHANGES</a>
  945. file for details.
  946. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  947. <a href="/downloads/buildroot-2009.05-rc1.tar.bz2">2009.05-rc1
  948. release candidate</a>, and report any problems found to the <a
  949. href="support.html">mailing list</a> or <a
  950. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  951. <li><b>3 May 2009 -- Moved to git</b>
  952. <p>We've moved the source code from <a
  953. href="http://subversion.tigris.org">Subversion</a> to <a
  954. href="http://git-scm.org">Git</a>. You can browse the repo online
  955. <a href="http://git.buildroot.net/buildroot">here</a>, and clone
  956. the repo using:
  957. <pre>git clone git://git.buildroot.net/buildroot</pre>
  958. See the <a href="/git.html">Git Access</a> page for more details.
  959. </p>
  960. <li><b>27 March 2009 -- new Logo</b>
  961. <p>We have a <a href="images/logo.png">logo</a>! We have so far
  962. been using the <a href="http://busybox.net">Busybox</a> logo on
  963. the website, as the website was a copy of the <a
  964. href="http://busybox.net">Busybox</a> one - But not anymore, we
  965. now have a shiny new logo of our own.</p>
  966. <li><b>12 February 2009 -- 2009.02 released</b>
  967. <p>The stable 2009.02 release is out - Thanks to everyone
  968. contributing and testing the release candidates. See the
  969. <a href="http://lists.busybox.net/pipermail/buildroot/2009-February/025974.html">announcement</a>
  970. for more details, and go to the <a href="/downloads/">downloads page</a>
  971. to pick up the <a href="/downloads/buildroot-2009.02.tar.bz2">2009.02
  972. release</a>.</p>
  973. <li><b>9 February 2009 -- 2009.02-rc4 released</b>
  974. <p>We had more than 50 changes since RC3, several of them
  975. toolchain related, so decided to make a RC4 as well. This is
  976. very much expected to be the final release candidate, so give it
  977. a good test and expect a final 2009.02 release this week unless
  978. critical issues are found.</p>
  979. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  980. <a href="/downloads/buildroot-2009.02-rc4.tar.bz2">2009.02-rc4
  981. release candidate</a>, and report any problems found to the <a
  982. href="support.html">mailing list</a> or <a
  983. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  984. <li><b>31 January 2009 -- 2009.02-rc3 released</b>
  985. <p>RC3 is out with more cleanups and bug fixes. Unless big issues
  986. are found, expect this to be the last release candidate before the
  987. release - So give it a good test.</p>
  988. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  989. <a href="/downloads/buildroot-2009.02-rc3.tar.bz2">2009.02-rc3
  990. release candidate</a>, and report any problems found to the <a
  991. href="support.html">mailing list</a> or <a
  992. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  993. <li><b>23 January 2009 -- 2009.02-rc2 released</b>
  994. <p>Another week, another release candidate with a bunch of
  995. cleanups and build fixes.</p>
  996. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  997. <a href="/downloads/buildroot-2009.02-rc2.tar.bz2">2009.02-rc2
  998. release candidate</a>, and report any problems found to the <a
  999. href="support.html">mailing list</a> or <a
  1000. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  1001. <li><b>16 January 2009 -- Release candidate and new maintainer</b>
  1002. <p>It has been a long time coming, but we finally have a new
  1003. release candidate! - And a new maintainer to match (Peter Korsgaard).</p>
  1004. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  1005. <a href="/downloads/buildroot-2009.02-rc1.tar.bz2">2009.02-rc1
  1006. release candidate</a>, and report any problems found to the <a
  1007. href="support.html">mailing list</a> or <a
  1008. href="https://bugs.uclibc.org">bug tracker</a>. The plan is to
  1009. release 2009.02 in time for <a
  1010. href="http://www.fosdem.org/2009/">FOSDEM</a>.</p>
  1011. <li><b>16 July 2006 -- Buildroot mailing list</b>
  1012. <p>Buildroot now has its own <a href=support.html>mailing list</a>.</p>
  1013. <li><b>21 February 2005 -- Buildroot webpage added</b><p>
  1014. Buildroot is a set of Makefiles and patches that makes it easy generate a
  1015. cross-compilation toolchain and root filesystem for your target Linux
  1016. system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
  1017. Buildroot is useful mainly for people working with small or embedded
  1018. systems. Embedded systems often use processors that are not the regular
  1019. x86 processors everyone is used to using on their PC. It can be PowerPC
  1020. processors, MIPS processors, ARM processors, etc. And to be extra safe,
  1021. you do not need to be root to build or run buildroot.
  1022. <p>
  1023. And as of today buildroot even has its own webpage, making it a first class
  1024. citizen of uclibc.org and busybox.net, and more importantly, make it easy
  1025. to find and point to buildroot.
  1026. <p>
  1027. If you find a bug in buildroot, or wish to submit a patch to fix a problem
  1028. or add a shiny new feature, please use the <a
  1029. href="https://bugs.uclibc.org/">Bug and Patch Tracking System</a> to post
  1030. the details, to make certain your work is not lost.
  1031. </ul>
  1032. </div><!--/.col-sm-10 -->
  1033. </div><!--/.row -->
  1034. <!--#include file="footer.html" -->