[PATCH] libmisc/xz: Add xz decompression.

2016-10-11 Thread Chris Johns
Add support to untar XZ compressed files. --- cpukit/Makefile.am|3 + cpukit/libmisc/Makefile.am| 10 +- cpukit/libmisc/untar/untar.h | 63 ++ cpukit/libmisc/untar/untar_txz.c | 109 +++ cpukit/libmisc/xz/COPYING | 10 + cpukit/l

[PATCH] doc: Fix typo

2016-10-11 Thread Laurent Navet
add missing 'r' to under. --- doc/develenv/direct.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/develenv/direct.t b/doc/develenv/direct.t index 9950b69..23877c1 100644 --- a/doc/develenv/direct.t +++ b/doc/develenv/direct.t @@ -116,7 +116,7 @@ This directory also contai

build my own rtems application

2016-10-11 Thread Boughedada Kamal
Hi, after successful RTEMS 4.11 installation, I would like to develop my own rtems application thanks to Eclipse IDE. I follow this procedure : Step 1 : New Makefile project Step 2: copy rtems/make/Templates/Makefile.leaf Add the files init.c and sytem.h from testsuites/samples Step 3: Mod