I believe you're trying to build arm64 kernel rpm by make rpm-pkg command, correct? And I also faced similar issue some time ago with my kernel and was able to fix it setting properly UTS_MACHINE variable.
Could you give me a link or version to kernel sources to let me take a look github or any other ?
Vadim ________________________________________ From: Arm-dev arm-dev-bounces@centos.org on behalf of Uli Middelberg uli@middelberg.de Sent: Tuesday, December 13, 2016 10:15:48 PM To: Conversations around CentOS on ARM hardware Subject: Re: [Arm-dev] supported 64bit hardware
Am 12.12.2016 um 14:20 schrieb Lomovtsev, Vadim:
It is necessary to set UTS_MACHINE to aacrh64 to get rid off this bug.
This issue could be addressed by following patch: http://www.spinics.net/lists/arm-kernel/msg527466.html
The patch mentioned above doesn't fix the issue, unfortunately.
.../rpmbuild/BUILD/kernel-3.14.79_c2_g2e26288_dirty/scripts/Makefile.fwinst:45: *** mixed implicit and static pattern rules. Stop.
Cheers Uli