Add PACAKGE_CLASSES var to poky.conf
authorMatthew Allum <mallum@openedhand.com>
Thu, 12 Oct 2006 13:04:23 +0000 (13:04 +0000)
committerMatthew Allum <mallum@openedhand.com>
Thu, 12 Oct 2006 13:04:23 +0000 (13:04 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@795 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf

index 3e8c7ae..cb56a34 100644 (file)
@@ -9,7 +9,8 @@ DISTRO_TYPE ?= "release"
 
 MAINTAINER = "OpenedHand <poky@openedhand.com>"
 
-INHERIT += " package_ipk debian multimachine poky devshell "
+PACKAGE_CLASSES ?= "package_ipk"
+INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell "
 # For some reason, this doesn't work
 # TARGET_OS ?= "linux"
 TARGET_OS = "linux"
@@ -115,6 +116,8 @@ SRCDATE_qemu-native ?= "20060723"
 SRCDATE_oprofile ?= "20060214"
 SRCDATE_zaurusd ?= "20060729"
 
+# SRCDATE_psplash = "now"
+
 #
 # Preferred Versions:
 #