Author: titmuss
Date: Thu Jul 24 03:14:24 2008
New Revision: 2732
URL: http://svn.slimdevices.com?rev=2732&root=Jive&view=rev
Log:
Bug: N/A
Description:
Added jive test tools.
Added:
7.2/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/
7.2/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/jivetest_1.0.bb
Modified:
7.2/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
7.2/trunk/squeezeos/poky/meta-squeezeos/conf/machine/jive.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=2732&root=Jive&r1=2731&r2=2732&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 Thu Jul
24 03:14:24 2008
@@ -51,6 +51,7 @@
# SqueezeOS
SRCREV_pn-linux-jive ?= "${SQUEEZEOS_REVISION}"
+SRCREV_pn-jivetest ?= "${SQUEEZEOS_REVISION}"
# jive marvell wlan driver, use binary version
Modified: 7.2/trunk/squeezeos/poky/meta-squeezeos/conf/machine/jive.conf
URL:
http://svn.slimdevices.com/7.2/trunk/squeezeos/poky/meta-squeezeos/conf/machine/jive.conf?rev=2732&root=Jive&r1=2731&r2=2732&view=diff
==============================================================================
--- 7.2/trunk/squeezeos/poky/meta-squeezeos/conf/machine/jive.conf (original)
+++ 7.2/trunk/squeezeos/poky/meta-squeezeos/conf/machine/jive.conf Thu Jul 24
03:14:24 2008
@@ -12,6 +12,7 @@
SERIAL_CONSOLE = "-L 115200 tts/0"
IMAGE_INSTALL += "uboot-env"
+IMAGE_INSTALL += "jivetest"
IMAGE_INSTALL += "marvell-gspi-module marvell-wlan-tools"
IMAGE_INSTALL += "squeezeplay-jive"
Added: 7.2/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/jivetest_1.0.bb
URL:
http://svn.slimdevices.com/7.2/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/jivetest_1.0.bb?rev=2732&root=Jive&view=auto
==============================================================================
--- 7.2/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/jivetest_1.0.bb
(added)
+++ 7.2/trunk/squeezeos/poky/meta-squeezeos/packages/jivetest/jivetest_1.0.bb
Thu Jul 24 03:14:24 2008
@@ -1,0 +1,17 @@
+DESCRIPTION = "Jive test software"
+
+PV = "7.2+svnr${SRCREV}"
+#PR = "r0"
+
+SRC_URI="${SQUEEZEOS_SVN}/system;module=jivetest;proto=http"
+
+S = "${WORKDIR}/jivetest"
+
+EXTRA_OEMAKE = "jivectl testir evtest"
+
+do_install() {
+ install -m 0755 -d ${D}${bindir}
+ install -m 0755 ${S}/jivectl ${D}${bindir}/jivectl
+ install -m 0755 ${S}/testir ${D}${bindir}/testir
+ install -m 0755 ${S}/evtest ${D}${bindir}/evtest
+}
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins