diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -235,9 +235,18 @@ egrep -R -l '(debbindiff had trouble comparing|maybe there is still )' /var/lib/ * coreboot ** add more variations: domain+hostname, uid+gid, USER, UTS namespace -** split into two jobs, one to build the toolchain, the other to test, keep the git repo and update it. run both jobs weekly. +** split into two jobs? one to build the toolchain, the other to test, keep the git repo and update it. run both jobs weekly. *** call script with "init" or "run-tests" -*** not sure how to best keep the git repo and the toolchain (not on tmpfs) while building in tmpfs... +*** not sure how to best keep the git repo and the toolchain (not on tmpfs) while building in tmpfs... maybe just do it in one job... +** build the docs? +** also build with payloads. x86 use seabios as default, arm boards dont have a default. grub is another payload. and these: bayou coreinfo external filo libpayload nvramcui - and: +*** CONFIG_PAYLOAD_NONE=y +*** CONFIG_PAYLOAD_ELF is not set +*** CONFIG_PAYLOAD_LINUX is not set +*** CONFIG_PAYLOAD_SEABIOS is not set +*** CONFIG_PAYLOAD_FILO is not set +*** CONFIG_PAYLOAD_GRUB2 is not set +*** CONFIG_PAYLOAD_TIANOCORE is not set * openwrt ---- |