moved todo-list to separate org-file

This commit is contained in:
Gwenhael Le Moine 2014-02-27 13:03:33 +01:00
parent 74a781a8f1
commit b900d11178
2 changed files with 14 additions and 14 deletions

14
TODO.org Normal file
View file

@ -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

View file

@ -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 -------------------------------------------------------------