From b900d1117824af01823540fc80a0fd6ee8e25d65 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 27 Feb 2014 13:03:33 +0100 Subject: [PATCH] moved todo-list to separate org-file --- TODO.org | 14 ++++++++++++++ build.sh | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 TODO.org diff --git a/TODO.org b/TODO.org new file mode 100644 index 0000000..b95f985 --- /dev/null +++ b/TODO.org @@ -0,0 +1,14 @@ +# --- TODO + +* DOING clean up script +* TODO build rootfs from slackwarearm-current + ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/scripts/ +* TODO organize patches by corresponding sources +* TODO compile out-of-tree +* TODO switch userland to hard-float binaries +* TODO package the kernel in a real slackware package +* DONE remove dependance on debian based host +** DONE use linaro toolchain + https://launchpad.net/linaro-toolchain-binaries/trunk/ +* DONE compile mkimage as part of the build process? +* DONE review $CWD/scripts/resize2fs-arch.sh diff --git a/build.sh b/build.sh index 5562807..1e8644a 100644 --- a/build.sh +++ b/build.sh @@ -1,19 +1,5 @@ #!/bin/bash -# --- TODO -# * DONE remove dependance on debian based host -# ** DONE use linaro toolchain -# https://launchpad.net/linaro-toolchain-binaries/trunk/ -# * DOING clean up script -# * TODO package the kernel in a real slackware package -# * TODO switch userland to hard-float binaries -# * TODO build rootfs from slackwarearm-current -# ftp://ftp.arm.slackware.com/slackwarearm/slackwarearm-devtools/minirootfs/scripts/ -# * DONE compile mkimage as part of the build process? -# * TODO organize patches by corresponding sources -# * DONE review $CWD/scripts/resize2fs-arch.sh -# * TODO compile out-of-tree - set -e # --- Configuration -------------------------------------------------------------