]> code.ossystems Code Review - openembedded-core.git/commit
linux-libc-headers: multilib_header asm/kvm_para.h and asm/bpf_perf_event.h
authorChen Qi <Qi.Chen@windriver.com>
Fri, 20 Apr 2018 09:07:35 +0000 (17:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2018 09:03:26 +0000 (10:03 +0100)
commite2e55c6bb401a7146b796c455b58bd5583d7328e
treef2c491507e77bb00771d09de5592bd35eb9d21fb
parent43792d7aadc981efc2f0dffa1728d2e84ad7f8a7
linux-libc-headers: multilib_header asm/kvm_para.h and asm/bpf_perf_event.h

When building SDK via populate_sdk for qemuarm64 with multilib
enabled, we would have conflict about bits/floatn.h at populate_sdk
time.

  file /usr/include/asm/bpf_perf_event.h conflicts between attempted installs of lib32-linux-libc-headers-dev-4.15.7-r0.armv7vehf_vfp and linux-libc-headers-dev-4.15.7-r0.aarch64
  file /usr/include/asm/kvm_para.h conflicts between attempted installs of lib32-linux-libc-headers-dev-4.15.7-r0.armv7vehf_vfp and linux-libc-headers-dev-4.15.7-r0.aarch64

Apply oe_multilib_header on these header files to fix the problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc