diff options
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 |
