Re: [PATCH] deb-pkg: add the shared header file for arm64

From: Michal Marek
Date: Thu May 12 2016 - 10:22:41 EST


On 2016-05-12 11:03, Huang Shijie wrote:
> The arch/arm/include/asm/opcodes.h is also used by the arm64.
> This patch copies it to the arm64 deb package.
>
> Signed-off-by: Huang Shijie <shijie.huang@xxxxxxx>
> ---
> scripts/package/builddeb | 6 ++++++
> 1 file changed, 6 insertions(+)


Hi Huang,

this is fixed (admittedly in a more aggressive way) by 962475ac2f96
("builddeb: fix missing headers in linux-headers package") in linux-next.

Michal