summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/poky.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index b30bfda0ac..708a5dd677 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -5,10 +5,7 @@ DISTRO = "poky"
5DISTRO_NAME = "OpenedHand Linux (Poky)" 5DISTRO_NAME = "OpenedHand Linux (Poky)"
6DISTRO_VERSION = "0.0-snapshot-${DATE}" 6DISTRO_VERSION = "0.0-snapshot-${DATE}"
7 7
8# DISTRO_VERSION = "3.5.4" 8DISTRO_TYPE ?= "release"
9DISTRO_TYPE = "debug"
10# DISTRO_TYPE = "release"
11
12 9
13INHERIT += " package_ipk debian multimachine poky " 10INHERIT += " package_ipk debian multimachine poky "
14# For some reason, this doesn't work 11# For some reason, this doesn't work