[pok-devel] [23] Clean case-study-osadl11.

[ Thread Index | Date Index | More lists.tuxfamily.org/pok-devel Archives ]


Revision: 23
Author:   coredumper
Date:     2011-10-18 21:57:16 +0200 (Tue, 18 Oct 2011)
Log Message:
-----------
Clean case-study-osadl11.

Modified Paths:
--------------
    trunk/examples/case-study-osadl11/Makefile

Removed Paths:
-------------
    trunk/examples/case-study-osadl11/README

Modified: trunk/examples/case-study-osadl11/Makefile
===================================================================
--- trunk/examples/case-study-osadl11/Makefile	2011-10-18 19:56:52 UTC (rev 22)
+++ trunk/examples/case-study-osadl11/Makefile	2011-10-18 19:57:16 UTC (rev 23)
@@ -1,4 +1,8 @@
 BUILD = --models=model.aadl,software.aadl --no-run
 TESTS = compile-x86 compile-ppc compile-sparc
 
+ifeq ($(NODE), DISTRIBUTED)
+BUILD = --models=model-distributed.aadl,software.aadl,rtl8029.aadl,runtime.aadl --no-run
+endif
+
 include $(POK_PATH)/misc/mk/examples.mk

Deleted: trunk/examples/case-study-osadl11/README
===================================================================
--- trunk/examples/case-study-osadl11/README	2011-10-18 19:56:52 UTC (rev 22)
+++ trunk/examples/case-study-osadl11/README	2011-10-18 19:57:16 UTC (rev 23)
@@ -1,13 +0,0 @@
-Generate code :
-ocarina -g pok_c -f -aadlv2 model-distributed.aadl software.aadl rtl8029.aadl runtime.aadl
-
-
-
-Launch sender : 
-qemu -kernel pok.elf -nographic -net nic,model=ne2k_pci,macaddr=00:1F:C6:BF:74:06 -net socket,listen=127.0.0.1:1234
-
-Launch receiver :
-qemu -kernel pok.elf -nographic -net nic,model=ne2k_pci,macaddr=00:0F:FE:5F:7B:2F -net socket,connect=127.0.0.1:1234
-
-To get output, edit deployment.h from the kernel and uncomment the line to get DEBUG
-


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/