[meta-intel] [PATCH 0/2] rmc: update revision

2016-08-30 Thread Jianxun Zhang
The first patch is necessary to build rmc with new revision becauase the upstream rmc project doesn't force static linking anymore. Basic test is done with rmc exampled in meta-intel. Thanks Jianxun Zhang (2): rmc: explicitly specify hash style for linker rmc: update revision of rmc project

[meta-intel] [PATCH 2/2] rmc: update revision of rmc project

2016-08-30 Thread Jianxun Zhang
New changes in the upstream rmc project are: 2e38d05 Merge branch 'rmc-dev' (Aug 30 2016) a1a4a26 Makefile: remove static linking in Linux build b22169a doc: update README file 29e943d Merge branch 'rmc-dev' (Aug 24 2016) fc2fb1e rmc: fix allocating buffer issue in read_file() (32 bit) 38b0553 rmc

[meta-intel] [PATCH 1/2] rmc: explicitly specify hash style for linker

2016-08-30 Thread Jianxun Zhang
QA sanity checker in OE fails when an ELF binary has symbol table without GNU hash. There is no issue so far because rmc is statically linked with C libraries and symbol table is stripped out in build. But once we compile rmc with dynamic linking, the symbol table in dynamic section stays. Thus i