From 8a394040539e45934c20d59e118f620df3512d1c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 19 May 2018 10:24:02 -0500 Subject: Add buildroot prerequisites to roadmap. --- www/roadmap.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'www/roadmap.html') diff --git a/www/roadmap.html b/www/roadmap.html index 020497e5..7e3fd1c6 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -34,6 +34,7 @@ and progress towards implementing it.

  • Development Environment
  • Android Toolbox
  • Tizen Core
  • +
  • buildroot
  • Miscelaneous: klibc, glibc, sash, sbase, uclinux...
  • @@ -369,6 +370,26 @@ tar diff printf wget rsync fdisk vi less tr test stty fold expr dd many of the SELinux options ala ls -Z need smack alternatives in an if/else setup.

    +
    +

    buildroot:

    + +

    The mandatory packages +section of the buildroot manual lists:

    + +

    +which sed make bash patch gzip bzip2 tar cpio unzip rsync file bc wget +

    + +

    (It also lists binutils gcc g++ perl python, and for debian it wants +build-essential. And it wants file to be in /usr/bin because +libtool +breaks otherwise.)

    + +

    Buildroot does not support a cross toolchain that lives in "/usr/bin" +with a prefix of "" (if you try, and chop out the test for a blank prefix, +it dies trying to run "/usr/bin/-gcc"). But you can patch your way to +making it work if you try.

    +

    klibc:

    @@ -952,6 +973,7 @@ ipcrm ipcs netstat openvt deallocvt iorenice udpsvd adduser microcom tunctl chrt getfattr setfattr +kexec -- cgit v1.2.3