mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-25 21:58:38 +01:00
moved todo-list to separate org-file
This commit is contained in:
parent
74a781a8f1
commit
b900d11178
2 changed files with 14 additions and 14 deletions
14
TODO.org
Normal file
14
TODO.org
Normal 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
|
14
build.sh
14
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 -------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue