Re: [PATCH] buildtar: Copy vmlinuz for arm64

2018-07-18 Thread Masahiro Yamada
2018-07-19 2:15 GMT+09:00 Major Hayden : > Copy the architecture-specific compressed kernel image to the > directory used to make the tar package. > > Signed-off-by: Major Hayden > --- Thanks for the patch, but I applied Olof's one, which copy more files. https://patchwork.kernel.org/patch/1052

[PATCH] buildtar: Copy vmlinuz for arm64

2018-07-18 Thread Major Hayden
Copy the architecture-specific compressed kernel image to the directory used to make the tar package. Signed-off-by: Major Hayden --- scripts/package/buildtar | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/package/buildtar b/scripts/package/buildtar index e8cc72a51b32..a87c8cbc1b