From 05a44074d49142791b9421538ea526fe1329edd2 Mon Sep 17 00:00:00 2001 From: Roger Monk Date: Tue, 18 May 2010 15:38:19 +0100 Subject: ti-msp430-chronos: Add initial recipe for msp430 chronos watch support * This recipe downloads and unpacks installer and installs the tcl scripts for the Control Center tools * Currently installing into MACHINE ARCH, which could be moved later. Signed-off-by: Roger Monk Signed-off-by: Koen Kooi --- recipes/ti/ti-msp430-chronos_1.05.00.00.bb | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 recipes/ti/ti-msp430-chronos_1.05.00.00.bb (limited to 'recipes/ti') diff --git a/recipes/ti/ti-msp430-chronos_1.05.00.00.bb b/recipes/ti/ti-msp430-chronos_1.05.00.00.bb new file mode 100644 index 0000000000..38812f067f --- /dev/null +++ b/recipes/ti/ti-msp430-chronos_1.05.00.00.bb @@ -0,0 +1,39 @@ +DESCRIPTION = "eZ430 Chronos Tools - MSP430 Development Kit/Watch" +HOMEPAGE = "http://processors.wiki.ti.com/index.php/EZ430-Chronos" +SECTION = "multimedia" + +PV = "1_05_00_00" + +SRC_URI = "http://focus.ti.com/lit/sw/slac388/slac388.zip;name=slac388zip" + +SRC_URI[slac388zip.md5sum] = "22d4104a07af584222828fb377793796" +SRC_URI[slac388zip.sha256sum] = "1c9cd1e36015e8db3b36c98be41907628144b76002b3f76b27fd310f4bd35ad7" + +require ti-paths.inc +require ti-staging.inc +require ti-eula-unpack.inc + +S = "${WORKDIR}/ti/eZ430-Chronos" + +BINFILE="Chronos-Setup" +TI_BIN_UNPK_CMDS="Y:workdir:" + +do_unpack_append() { + os.system('mv "Texas Instruments" ti') +} + +do_compile() { + echo "Do Nothing for Now" +} + +do_install() { + + install -d ${D}/${installdir}/ti-msp430-chronos-apps + cp -pPrf "${S}"/"Control Center"/* ${D}/${installdir}/ti-msp430-chronos-apps +} + +PACKAGES += "ti-msp430-chronos-apps" +FILES_ti-msp430-chronos-apps = "${installdir}/ti-msp430-chronos-apps/*" + +RDEPENDS_ti-msp430-chronos-apps += " tcl xdotool" + -- cgit 1.2.3-korg