OSSystems / meta-browser

OpenEmbedded/Yocto BSP layer for Web Browsers
MIT License
183 stars 189 forks source link

commit ffb6e8b - do_patch fails on rpi4-64 build #765

Closed cryptobharathi closed 9 months ago

cryptobharathi commented 9 months ago

I was trying to add chromium browser to my rpi4-64 build (yocto kirkstone)

during the do_patch task, the boringssl_no_asm_config.patch patch fails with the error shown,

chromium-
x11/116.0.5845.187-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch boringssl_no_asm_config.patch                 
patching file third_party/boringssl/BUILD.gn                                                                                            
Hunk #1 FAILED at 94.                                                                                                                   
1 out of 1 hunk FAILED -- rejects in file third_party/boringssl/BUILD.gn                                                                
Patch boringssl_no_asm_config.patch does not apply (enforce with -f)                                                                    

stderr: '

Can anyone help me here ?

kraj commented 9 months ago

ah , the patch was forward ported on top of chromium 117 which is still a PR which is not merged yet. Let me send a pull for 116

cryptobharathi commented 9 months ago

@kraj Thanks, working as expected.