diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 23:18:49 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 23:18:49 +0000 |
commit | 8a7b4af253d5c4139a7f729cfa09212c99c9c1b8 (patch) | |
tree | 9c543144d310650e277b4eca07343c7a2d5408e0 /conf/local.conf.sample | |
parent | c6dfb486cc8c7843fca99af1aa77f9ecb3fc6727 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages
2004/04/24 01:18:42+02:00 uni-frankfurt.de!mickeyl
illustrate DISTRO in local.conf.sample - patch courtesy pb_.
BKrev: 4089a459r9gS4pO-CvAC1XxjAgFDdg
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 5c111f7175..e5ecd661aa 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -33,6 +33,10 @@ PREFERRED_PROVIDERS = "virtual/libc:glibc virtual/qte:qte-for-opie virtual/libqp # for a machine not known to OpenEmbedded. Better use the MACHINE attribute (see above) TARGET_ARCH = "arm" +# Uncomment this to select a distribution policy. +#DISTRO = "familiar" + # Uncomment this to build .tar packages during the build process. # Also supported is "package_ipk" +# Usually better to set DISTRO instead (see above) #INHERIT = "package_tar" |