Lines Matching full:provider
11 the provider used in the rootfs.
21 ('something-virtual') and a provider for it ('some-provider').
59 ==== Provider's +Config.in+ file
61 When adding a package as a provider, only the +Config.in+ file requires some
64 The +Config.in+ file of the package 'some-provider', which provides the
69 02: bool "some-provider"
72 05: This is a comment that explains what some-provider is.
74 07: http://foosoftware.org/some-provider/
78 11: default "some-provider"
84 provider, but only if it is selected.
86 ==== Provider's +.mk+ file
113 ==== Notes on depending on a specific provider
115 If your package really requires a specific provider, then you'll have to
116 make your package +depends on+ this provider; you can _not_ +select+ a
117 provider.