Blame view

buildroot/buildroot-2016.08.1/docs/manual/adding-packages-conclusion.txt 425 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
  // -*- mode:doc; -*-
  // vim: set syntax=asciidoc:
  
  === Conclusion
  
  As you can see, adding a software package to Buildroot is simply a
  matter of writing a Makefile using an existing example and modifying it
  according to the compilation process required by the package.
  
  If you package software that might be useful for other people, don't
  forget to send a patch to the Buildroot mailing list (see
  xref:submitting-patches[])!