kumquat-buildroot/support
Thomas De Schampheleire 78ec4bd9e6 check-bin-arch: skip /lib/modules to allow 32-bit userland on 64-bit arch
The script check-bin-arch fails as follows on a config for PowerPC e6500
(64-bit CPU) with BR2_ARCH="powerpc" (32-bit userland desired):

ERROR: architecture for "/lib/modules/..../lib/libcrc32c.ko"
            is "PowerPC64", should be "PowerPC"

This situation is perfectly acceptable: the kernel is 64-bit and so are its
modules, even though userland is 32-bit.

To keep check-bin-arch and its caller simple, just skip /lib/modules/
entirely, like is done for /lib/firmware and some others.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-02-25 23:16:05 +01:00
..
config-fragments
dependencies support/dependencies: add check for c++ multilib 2018-02-06 17:21:09 +01:00
docker support/dependencies: add check for c++ multilib 2018-02-06 17:21:09 +01:00
download
gnuconfig
kconfig merge_config.sh: add br2-external support 2018-01-29 14:54:42 +01:00
legal-info
libtool
misc
scripts check-bin-arch: skip /lib/modules to allow 32-bit userland on 64-bit arch 2018-02-25 23:16:05 +01:00
testing support/testing: fix job check-gitlab-ci.yml 2018-02-13 23:12:00 +01:00