diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-24 17:14:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-24 17:14:24 +0000 |
commit | ebf771bc5aa6c171966d9b478a0dbfe48304a5c3 (patch) | |
tree | ed142e43536ce6e4bc465ef05e091abb04267373 /build/conf/local.conf.sample | |
parent | e4bb4ba86be48108552e8aa8895e1dac25a6770a (diff) | |
download | poky-ebf771bc5aa6c171966d9b478a0dbfe48304a5c3.tar.gz |
local.conf.sample: Improve PACKAGE_CLASSES documenation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@952 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r-- | build/conf/local.conf.sample | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 23e6017072..83f1ba0647 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -32,10 +32,14 @@ DISTRO = "poky" | |||
32 | 32 | ||
33 | DISTRO_TYPE = "debug" | 33 | DISTRO_TYPE = "debug" |
34 | 34 | ||
35 | # Packaging system used in generated images, | 35 | # A list of packaging systems used in generated images |
36 | # change below to 'package_deb' for debs + dpkg. | 36 | # The first package type listed will be used for rootfs generation |
37 | # include 'package_deb' for debs | ||
38 | # include 'package_ipk' for ipks | ||
39 | #PACKAGE_CLASSES = "package_deb package_ipk" | ||
37 | PACKAGE_CLASSES = "package_ipk" | 40 | PACKAGE_CLASSES = "package_ipk" |
38 | 41 | ||
42 | |||
39 | # Uncomment this to specify where BitBake should create its temporary files. | 43 | # Uncomment this to specify where BitBake should create its temporary files. |
40 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard | 44 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard |
41 | # disk space, so make sure to free enough space. The default TMPDIR is | 45 | # disk space, so make sure to free enough space. The default TMPDIR is |