[pisa-src] r2603 - in trunk/tools/testbed/plugins/classes: hipl/build_pre_hook pisa/build_pre_hook

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 30 May 2011 16:23:22 +0200

Author: richter
Date: Mon May 30 16:23:22 2011
New Revision: 2603

Log:
testbed interface: run 'make package/(hipl|pisa)/compile instead of 'make 
package/(hipl|pisa)/install' to build openwrt packages

this also includes packages marked as modules

Modified:
   trunk/tools/testbed/plugins/classes/hipl/build_pre_hook
   trunk/tools/testbed/plugins/classes/pisa/build_pre_hook

Modified: trunk/tools/testbed/plugins/classes/hipl/build_pre_hook
==============================================================================
--- trunk/tools/testbed/plugins/classes/hipl/build_pre_hook     Mon May 30 
16:17:00 2011        (r2602)
+++ trunk/tools/testbed/plugins/classes/hipl/build_pre_hook     Mon May 30 
16:23:22 2011        (r2603)
@@ -17,7 +17,7 @@
             opkg|openwrt)
                 rsync "$HIPL_PATH"/hipl-*.tar.gz "$OPENWRT_PATH"/dl/
                 cd "$OPENWRT_PATH"
-                make package/hipl/install
+                make package/hipl/compile
                 cp bin/*/packages/hipl-* "$BIN_PATH/"
                 ;;
         esac

Modified: trunk/tools/testbed/plugins/classes/pisa/build_pre_hook
==============================================================================
--- trunk/tools/testbed/plugins/classes/pisa/build_pre_hook     Mon May 30 
16:17:00 2011        (r2602)
+++ trunk/tools/testbed/plugins/classes/pisa/build_pre_hook     Mon May 30 
16:23:22 2011        (r2603)
@@ -15,7 +15,7 @@
             opkg|openwrt)
                 rsync "$PISA_PATH"/pisa-*.tar.gz "$OPENWRT_PATH"/dl/
                 cd "$OPENWRT_PATH"
-                make package/pisa/install
+                make package/pisa/compile
                 cp bin/*/packages/pisa-* "$BIN_PATH/"
                 cp bin/*/packages/libpisa* "$BIN_PATH/"
                 ;;
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2603 - in trunk/tools/testbed/plugins/classes: hipl/build_pre_hook pisa/build_pre_hook - Samuel Richter