local.conf.sample: Allow external override of PACKAGE_CLASSES
authorRichard Purdie <richard@openedhand.com>
Wed, 29 Nov 2006 14:22:54 +0000 (14:22 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 29 Nov 2006 14:22:54 +0000 (14:22 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@983 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index 83f1ba0..ecd7df2 100644 (file)
@@ -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.