summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-05-11 16:48:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-11 16:48:27 +0000
commit8c23f19e75f16952608b1eaf9127823807a24bcf (patch)
tree3fd4e8952fdad85978194c25b2e43d6145d52a7f /conf
parentebbc21d915a7a83890b871c1cdfa4b9c5feef494 (diff)
add metadata to some configurations. fixes #970
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/angstrom-2006.9.conf8
-rw-r--r--conf/distro/jlime-shrek.conf6
-rw-r--r--conf/distro/openzaurus-unstable.conf12
3 files changed, 19 insertions, 7 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf
index c80a574a0d..9b03d70219 100644
--- a/conf/distro/angstrom-2006.9.conf
+++ b/conf/distro/angstrom-2006.9.conf
@@ -1,3 +1,11 @@
+#@--------------------------------------------------------------------
+#@TYPE: Distribution
+#@NAME: Angstrom <http://www.angstrom-distribution.org>
+#@DESCRIPTION: The Linux Distribution for Kernel 2.6 based devices
+#@MAINTAINER: Koen Kooi <koen@dominion.kabel.utwente.nl>
+#@MAINTAINER: Michael 'Mickey' Lauer <mickey@Vanille.de>
+#@--------------------------------------------------------------------
+
#DISTRO_VERSION = "2006.9"
DISTRO_VERSION = "test-${DATE}"
diff --git a/conf/distro/jlime-shrek.conf b/conf/distro/jlime-shrek.conf
index 943da6b9db..22fd792f85 100644
--- a/conf/distro/jlime-shrek.conf
+++ b/conf/distro/jlime-shrek.conf
@@ -1,6 +1,6 @@
#@TYPE: Distribution
#@NAME: Jornada Linux Mobility Edition (JLime) <www.jlime.com>
-#@DESCRIPTION: Linux for HP jornada 5xx,6xx,7xx,8xx series
+#@DESCRIPTION: Distribution file for JLime (Linux for HP jornada 5xx,6xx,7xx,8xx series)
#@MAINTAINER: Kristoffer Ericson <Kristoffer@jlime.com>
DISTRO = "Jornada Linux Mobility Edition"
@@ -8,9 +8,9 @@ DISTRO_NAME = "JLime"
DISTRO_VERSION = "Shrek"
DISTRO_TYPE = "release"
-export FEED_URLS_jlime = "shrek##http://www.jlime.com/downloads/releases/shrek/${TARGET_ARCH}/feed/"
+export FEED_URLS_jlime = "shrek##http://www.jlime.com/downloads/Releases/shrek/${TARGET_ARCH}/feed/"
-SRCDATE = 20050518
+SRCDATE = "20050518"
PREFERRED_PROVIDERS = "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf
index cc87380494..1419ca9317 100644
--- a/conf/distro/openzaurus-unstable.conf
+++ b/conf/distro/openzaurus-unstable.conf
@@ -1,3 +1,9 @@
+#@--------------------------------------------------------------------
+#@TYPE: Distribution
+#@NAME: OpenZaurus <http://www.openzaurus.org>
+#@DESCRIPTION: A Linux Distribution for the Sharp Zaurus family
+#@--------------------------------------------------------------------
+
DISTRO_VERSION = ".dev-snapshot-${DATE}"
include conf/distro/openzaurus.conf
@@ -14,8 +20,7 @@ DISTRO_TYPE = "debug"
# console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \
# devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel"
-# SRCDATE = "20050704"
-
+SRCDATE = "20060507"
#
# Zaurus
#
@@ -44,8 +49,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
#
QTE_VERSION = "2.3.10"
OPIE_VERSION = "1.2.2"
-PALMTOP_USE_MULTITHREADED_QT = "no"
-#PALMTOP_USE_MULTITHREADED_QT = "yes"
+PALMTOP_USE_MULTITHREADED_QT = "yes"
include conf/distro/preferred-opie-versions.inc
#