summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-05 16:53:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-05 16:53:31 +0200
commitd27b15dc650d852dfd7d3ce13c5e63524a3fcdeb (patch)
tree9435cb1b29095df337f5428cd8fbad3cff951328 /README
parent7bbab40b5f94ae3278fcb9a4bf6d2ad61b8c0a54 (diff)
update to refelect buildroot support removal
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index f43c318..11cf8b6 100644
--- a/README
+++ b/README
@@ -10,15 +10,15 @@ http://www.openwall.com/lists/musl/2013/12/03/26
After that I implemented musl-test-framework which is no longer
online available. It was just to test musl. The next incarnation
was adk-test-framework, which tries to be more flexible regarding
-what project should be tested.
+what project should be tested (offline).
Both solutions required binary kernel and initramfs for the Qemu
runtime tests and toolchains for the compiling.
-The third incarnation now uses either OpenADK or buildroot to
-build a toolchain, the base system and the C library.
-Then it runs either a libc test suite, the ltp project or
-a native compile of a toolchain. More tests can be impemented
-later.
+The third incarnation now uses OpenADK to build a toolchain,
+the base system and the C library. Then it runs either a
+libc test suite, the ltp project or a native compile of a toolchain.
+More tests can be impemented later.
Have fun
+ Waldemar