Re: [PATCH v4] kbuild: buildtar: add dtbs support

2020-06-27 Thread Masahiro Yamada
On Sat, Jun 27, 2020 at 9:25 PM Domenico Andreoli wrote: > > From: Domenico Andreoli > > Make 'make tar-pkg' install dtbs. > > v4: > - Install the dtbs before modules & kernel, not after > - Check for the dtbs_install target before attempting to invoke it > > v3: > - Check for CONFIG_OF_EARLY_

[PATCH v4] kbuild: buildtar: add dtbs support

2020-06-27 Thread Domenico Andreoli
From: Domenico Andreoli Make 'make tar-pkg' install dtbs. v4: - Install the dtbs before modules & kernel, not after - Check for the dtbs_install target before attempting to invoke it v3: - Check for CONFIG_OF_EARLY_FLATTREE=y instead of ARCH before installing dtbs v2: - Add the kernel rele