commit | 840eb48d07b57533e7ad0863b99d8b2849568a5a | [log] [tgz] |
---|---|---|
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Fri Jan 12 11:42:25 2018 +0100 |
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | Fri Jan 12 11:42:25 2018 +0100 |
tree | 0dbb501e84297a36a2487da3120719fbb8833d64 | |
parent | 04bf3938f87ea06561796a8ab86f4125e7c79406 [diff] |
QCOM: fix kernel package name for DB820c The build job was updated to append -arm or arm64 to the kernel image name, so we were no picking the right kernel package anymore for DB820c. Change-Id: I88d14110a7d60916303ecc05ff3a8afd6e77d85e Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
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: