summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/conf/local.conf.sample4
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"
40PACKAGE_CLASSES = "package_ipk" 40PACKAGE_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.