aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/poky.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 3e8c7aeaba..cb56a3424f 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -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:
#