Lines Matching +full:full +full:- +full:custom
1 // -*- mode:doc; -*-
4 [[customize-packages]]
5 === Adding project-specific packages
9 packages to Buildroot in general is explained in full detail in
10 xref:adding-packages[] and will not be repeated here. However, your
12 This section will explain how you can keep such project-specific
13 packages in a project-specific directory.
15 As shown in xref:customize-dir-structure[], the recommended location for
16 project-specific packages is +package/<company>/+. If you are using the
17 br2-external tree feature (see xref:outside-br-custom[]) the recommended
18 location is to put them in a sub-directory named +package/+ in your
19 br2-external tree.
23 xref:adding-packages[], a package in Buildroot basically consists of two
28 Buildroot will automatically include the +.mk+ files in first-level
32 simply have to add a +.mk+ file in a first-level subdirectory that
37 -----
39 -----
46 -----
49 -----
52 +package/Config.in+, preferably in a company-specific menu to make
55 If using a br2-external tree, refer to xref:outside-br-custom[] for how