xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/opkg/opkg/opkg.conf (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Must have one or more source entries of the form:
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun#   src <src-name> <source-url>
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun# and one or more destination entries of the form:
6*4882a593Smuzhiyun#
7*4882a593Smuzhiyun#   dest <dest-name> <target-path>
8*4882a593Smuzhiyun#
9*4882a593Smuzhiyun# where <src-name> and <dest-names> are identifiers that
10*4882a593Smuzhiyun# should match [a-zA-Z0-9._-]+, <source-url> should be a
11*4882a593Smuzhiyun# URL that points to a directory containing a Familiar
12*4882a593Smuzhiyun# Packages file, and <target-path> should be a directory
13*4882a593Smuzhiyun# that exists on the target system.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun# Proxy Support
16*4882a593Smuzhiyun#option http_proxy http://proxy.tld:3128
17*4882a593Smuzhiyun#option ftp_proxy http://proxy.tld:3128
18*4882a593Smuzhiyun#option proxy_username <username>
19*4882a593Smuzhiyun#option proxy_password <password>
20*4882a593Smuzhiyun
21*4882a593Smuzhiyun# Enable GPGME signature
22*4882a593Smuzhiyun# option check_signature 1
23*4882a593Smuzhiyun
24*4882a593Smuzhiyun# Offline mode (for use in constructing flash images offline)
25*4882a593Smuzhiyun#option offline_root target
26*4882a593Smuzhiyun
27*4882a593Smuzhiyun# Default destination for installed packages
28*4882a593Smuzhiyundest root /
29