
16 May
2016
16 May
'16
4:37 p.m.
On 05/15/2016 06:12 PM, Robert P. J. Day wrote:
With dropping support for some boards and the deletion of some source files, it appears that both of these directories are now superfluous.
Signed-off-by: Robert P. J. Day rpjday@crashcourse.ca
You can always run buildman for all arm boards and see what broke. I use this script:
{( branch=`git branch | grep '^*' | sed "s/^..//"` dir=/tmp/bm-$1 arch="arm aarch64 mips powerpc nios2" shift 1 ./tools/buildman/buildman -o ${dir} -b ${branch} \ --step=0 ${arch} $@ )}
--
Best regards,
Marek Vasut