mirror of
https://github.com/linux-msm/bootrr.git
synced 2026-02-25 13:12:03 -08:00
2a1010e7ad88abe0b8e1d8eb75b793fb266efc3f
It is convenient to deliver the bootrr as a cpio archive which can be appended to an initramfs image. The output cpio filename can be overriding the CPIONAME variable, it is set to 'bootrr' by default. Also use a default value for DESTDIR, so that "make cpio" just works. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
- Steps to run bootrr locally (helpful while testing on local board or creating new tests) Clone the bootrr repo or use a tarball from repo Run the below cmds for running tests for a given board locally # export PATH=$PWD/helpers:$PATH # ./boards/<file>
Description
Languages
Shell
99.4%
Makefile
0.6%