diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-11 09:13:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-11 09:13:00 +0200 |
commit | 5956c12aea578cd9ad063e8ceca992bb7c4d0095 (patch) | |
tree | 34cc51f8bfc454166d010f1a05c7eafec00ab637 /TODO | |
parent | e0a939506d341aea9c10cc7df47718c0a955ec25 (diff) | |
download | jenkins.debian.net-5956c12aea578cd9ad063e8ceca992bb7c4d0095.tar.xz |
reproducible coreboot…
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 ---- |