diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-08-08 11:56:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-10 10:45:32 +0100 |
commit | b01a01ff47e09da4aaa2db992380ca0498f0e5ae (patch) | |
tree | 72ea9177f39a3fc40d081992b64622e11657cc6e /meta/classes/kernelsrc.bbclass | |
parent | a8431689983f5860173548acd899e6806906e4d1 (diff) | |
download | openembedded-core-b01a01ff47e09da4aaa2db992380ca0498f0e5ae.tar.gz openembedded-core-b01a01ff47e09da4aaa2db992380ca0498f0e5ae.tar.bz2 openembedded-core-b01a01ff47e09da4aaa2db992380ca0498f0e5ae.zip |
dpkg: Avoid automatic target architecture detection
dpkg is using a script (dpkg-architecture.pl) to detect the target
architecture automatically.
Unfortunately, it is using the cross compiler prefix to do the detection
and for ARM, oe-core is using <vendor>-linux-gnueabi for toolchains with
and without call-convention hard. The script then always detects
'armel' and never gets 'armhf' for call-convention hard.
This solves:
dpkg: error processing archive evtest_1.32+0+b8343ec112-r0_armhf.deb (--install):
package architecture (armhf) does not match system (armel)
Errors were encountered while processing:
evtest_1.32+0+b8343ec112-r0_armhf.deb
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/kernelsrc.bbclass')
0 files changed, 0 insertions, 0 deletions