summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/poky.conf')
-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"
9 9
10MAINTAINER = "OpenedHand <poky@openedhand.com>" 10MAINTAINER = "OpenedHand <poky@openedhand.com>"
11 11
12INHERIT += " package_ipk debian multimachine poky devshell " 12PACKAGE_CLASSES ?= "package_ipk"
13INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell "
13# For some reason, this doesn't work 14# For some reason, this doesn't work
14# TARGET_OS ?= "linux" 15# TARGET_OS ?= "linux"
15TARGET_OS = "linux" 16TARGET_OS = "linux"
@@ -115,6 +116,8 @@ SRCDATE_qemu-native ?= "20060723"
115SRCDATE_oprofile ?= "20060214" 116SRCDATE_oprofile ?= "20060214"
116SRCDATE_zaurusd ?= "20060729" 117SRCDATE_zaurusd ?= "20060729"
117 118
119# SRCDATE_psplash = "now"
120
118# 121#
119# Preferred Versions: 122# Preferred Versions:
120# 123#