Author: titmuss
Date: Wed Jul 23 08:39:40 2008
New Revision: 2728
URL: http://svn.slimdevices.com?rev=2728&root=Jive&view=rev
Log:
Bug: N/A
Description:
Use the metadata revision as the base svn revision for the builds. After
unsucessfully trying many
more complex solutions, this works well and is dead simple.
Modified:
7.2/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
Modified: 7.2/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
URL:
http://svn.slimdevices.com/7.2/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf?rev=2728&root=Jive&r1=2727&r2=2728&view=diff
==============================================================================
--- 7.2/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
(original)
+++ 7.2/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf Wed Jul
23 08:39:40 2008
@@ -8,7 +8,6 @@
DISTRO_NAME = "Logitech SqueezeOS Linux"
DISTRO_VERSION = "7.2"
-SQUEEZEOS_REVISION = "${DATETIME}"
MAINTAINER = "Logitech SqueezeOS <[EMAIL PROTECTED]>"
@@ -22,31 +21,36 @@
SQUEEZEOS_SVN ?=
"svn://svn.slimdevices.com/repos/jive/${DISTRO_VERSION}/trunk/squeezeos/src/"
SQUEEZEPLAY_SCM ?=
"svn://svn.slimdevices.com/repos/jive/${DISTRO_VERSION}/trunk/squeezeplay/src;proto=http"
+# Build all packages to the same revision as the squeezeos-poky checkout,
based on the
+# metadata revision. To get a newer build you need to do an 'svn update' in
poky first
+SQUEEZEOS_REVISION = "${METADATA_REVISION}"
+
+
# SqueezePlay application
-SRCREV_pn-squeezeplay ?= "${AUTOREV}"
-SRCREV_pn-squeezeplay-jive ?= "${AUTOREV}"
+SRCREV_pn-squeezeplay ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-squeezeplay-jive ?= "${SQUEEZEOS_REVISION}"
# SqueezePlay dependancies
-SRCREV_pn-libsdl-image ?= "${AUTOREV}"
-SRCREV_pn-libsdl ?= "${AUTOREV}"
-SRCREV_pn-libsdl-ttf ?= "${AUTOREV}"
-SRCREV_pn-libsdl-gfx ?= "${AUTOREV}"
-SRCREV_pn-freefont ?= "${AUTOREV}"
-SRCREV_pn-luaprofiler ?= "${AUTOREV}"
-SRCREV_pn-luasocket ?= "${AUTOREV}"
-SRCREV_pn-lualoop ?= "${AUTOREV}"
-SRCREV_pn-luajson ?= "${AUTOREV}"
-SRCREV_pn-luafilesystem ?= "${AUTOREV}"
-SRCREV_pn-luazipfilter ?= "${AUTOREV}"
-SRCREV_pn-lua ?= "${AUTOREV}"
-SRCREV_pn-lua-native ?= "${AUTOREV}"
-SRCREV_pn-luasyslog ?= "${AUTOREV}"
-SRCREV_pn-lualogging ?= "${AUTOREV}"
-SRCREV_pn-luatolua++ ?= "${AUTOREV}"
-SRCREV_pn-portaudio ?= "${AUTOREV}"
+SRCREV_pn-libsdl-image ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-libsdl ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-libsdl-ttf ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-libsdl-gfx ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-freefont ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-luaprofiler ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-luasocket ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-lualoop ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-luajson ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-luafilesystem ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-luazipfilter ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-lua ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-lua-native ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-luasyslog ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-lualogging ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-luatolua++ ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-portaudio ?= "${SQUEEZEOS_REVISION}"
# SqueezeOS
-SRCREV_pn-linux-jive ?= "${AUTOREV}"
+SRCREV_pn-linux-jive ?= "${SQUEEZEOS_REVISION}"
# jive marvell wlan driver, use binary version
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins