Re: [OE-core] Yocto Bug 14965 - Need info on rmeta hash

2023-02-12 Thread Sundeep KOKKONDA
Hello Richard, As we discussed, I checked the build by removing the variables (RUST_BUILD_SYS, RUST_HOST_SYS & RUST_TARGET_SYS) from BB_BASEHASH_IGNORE_VARS in meta/conf/bitbake.conf file but this doesn't solve the issue, still 2 rmeta files generated. So, I did a re-check of my analysis w.r.t

Re: [OE-core] Yocto Bug 14965 - Need info on rmeta hash

2023-02-08 Thread Alex Kiernan
Hi Sundeep Not sure I can really help - at best I'm a novice rust user (albeit with a team who are writing rust). Looking at the source for rmeta generation (https://github.com/rust-lang/rust/tree/master/compiler/rustc_metadata/src/rmeta) it looks like it's really just a dump of internal state. S

[OE-core] Yocto Bug 14965 - Need info on rmeta hash

2023-02-07 Thread Sundeep KOKKONDA
Hello Alex, I am working on Yocto bug 14965. There is a build failure happening during rust build because of 2 rmeta files with different hashes are generated. I found that the changes with below commit id causing the 2nd rmeta file (libcore-c5fc82c620226960.rmeta) generation. e33afcd0dc r