Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do_package_qa (insane.bbclass) 'ldflags' QA test checks the ELF binaries are linked using the LDFLAGS provided by the build system. The test checks for hash-style and expects to see GNU_HASH. With soletta, the LDFLAGS are not passed to Kconfig so hash-style remains unchanged and we hit an error. Fix the error by passing the ${LDFLAGS} via CONFIG_LDFLAGS in .config. In addition, re-run oe_runmake oldconfig in do_configure_append to ensure all config changes are correctly propagated. Signed-off-by: Mikko Ylinen <[email protected]>
- Loading branch information