commit | 3b72edef387d6d1a0737e1bea97093f4e2195331 | [log] [tgz] |
---|---|---|
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Fri Sep 23 13:40:48 2022 +0200 |
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Wed Sep 28 20:05:01 2022 +0200 |
tree | e36a66fa86b569f91078ebe45f31586d398afd09 | |
parent | ff3bfa915ea326761a60fdd5a2de885b2a790d55 [diff] |
fai: QCOM: remove support for board specific config We no longer want to support board specific Debian config. Instead, we want to support a generic Debian image for all QCOM devices. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Change-Id: I64ac129f106b77208df3524af37476c4824ac2a4
Usage example on arm64 host:
sudo modprobe loop docker run --privileged -v $(pwd):/work --rm -it linaro/arm64-fai /bin/bash cd /work git clone http://git.linaro.org/ci/fai.git fai-diskimage -v --cspace $(pwd)/fai --hostname linaro-test -S 3G --class BUSTER,DEBIAN,DEVELOPER,LINARO,QCOM,DB410C,RAW linaro.raw 2>&1|tee fai.log
Gotchas: