diff options
| -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"  # The first package type listed will be used for rootfs generation  # include 'package_deb' for debs  # include 'package_ipk' for ipks -#PACKAGE_CLASSES = "package_deb package_ipk" -PACKAGE_CLASSES = "package_ipk" +#PACKAGE_CLASSES ?= "package_deb package_ipk" +PACKAGE_CLASSES ?= "package_ipk"  # Uncomment this to specify where BitBake should create its temporary files. | 
