Lines Matching refs:package
7 In general, any new package should be added directly in the +package+
16 project-specific packages is +package/<company>/+. If you are using the
18 location is to put them in a sub-directory named +package/+ in your
23 xref:adding-packages[], a package in Buildroot basically consists of two
24 files: a +.mk+ file (describing how to build the package) and a
26 package).
29 subdirectories of the +package+ directory (using the pattern
30 +package/\*/*.mk+). If we want Buildroot to include +.mk+ files from
31 deeper subdirectories (like +package/<company>/package1/+) then we
34 +package/<company>/<company>.mk+ with following contents (assuming you
35 have only one extra directory level below +package/<company>/+):
38 include $(sort $(wildcard package/<company>/*/*.mk))
41 For the +Config.in+ files, create a file +package/<company>/Config.in+
47 source "package/<company>/package1/Config.in"
48 source "package/<company>/package2/Config.in"
51 Include this new file +package/<company>/Config.in+ from
52 +package/Config.in+, preferably in a company-specific menu to make