diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-29 14:22:54 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-29 14:22:54 +0000 |
commit | 081bc9970c452d2adde26162b7b22ef0dcfacb48 (patch) | |
tree | fd060a24399e77c4c250df66569e7b489287fdef /build/conf | |
parent | c7c86e2bba138383b6ff9111e201e984b7e229aa (diff) | |
download | poky-081bc9970c452d2adde26162b7b22ef0dcfacb48.tar.gz |
local.conf.sample: Allow external override of PACKAGE_CLASSES
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@983 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/local.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 83f1ba0647..ecd7df2c34 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -36,8 +36,8 @@ DISTRO_TYPE = "debug" | |||
36 | # The first package type listed will be used for rootfs generation | 36 | # The first package type listed will be used for rootfs generation |
37 | # include 'package_deb' for debs | 37 | # include 'package_deb' for debs |
38 | # include 'package_ipk' for ipks | 38 | # include 'package_ipk' for ipks |
39 | #PACKAGE_CLASSES = "package_deb package_ipk" | 39 | #PACKAGE_CLASSES ?= "package_deb package_ipk" |
40 | PACKAGE_CLASSES = "package_ipk" | 40 | PACKAGE_CLASSES ?= "package_ipk" |
41 | 41 | ||
42 | 42 | ||
43 | # Uncomment this to specify where BitBake should create its temporary files. | 43 | # Uncomment this to specify where BitBake should create its temporary files. |