]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdk: add relocation test for buildtools
authorRoss Burton <ross@burtonini.com>
Tue, 17 Aug 2021 22:37:55 +0000 (23:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Aug 2021 16:00:16 +0000 (17:00 +0100)
commitfe1f675ea156722a3709b13cd751479c9528134d
tree0e12c1385552fefac503cfee7265606f8f7f2b23
parent8a2bfc9da626597e915b774e1dca95ae2929014f
oeqa/sdk: add relocation test for buildtools

The buildtools-extended tarball includes GCC, which relies on being
relocated correctly to work.  Add a test case that verifies that the
loader paths have all been relocated, as otherwise there are
hard-to-debug errors at build time.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/buildtools-cases/gcc.py [new file with mode: 0644]