-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build warnings on DTS #833
Comments
There is also another warning on current develop (built using dev cache):
Binary contains build path e.g. $ grep -ao "/build/.*" build/tmp/work/core2-64-dts-linux/smmstoretool/git/package/usr/bin/.debug/smmstoretool | head -c 105
/build/tmp/work/core2-64-dts-linux/smmstoretool/git/git/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/ |
@m-iwanicki Thanks, I'm scheduling this for the team now. |
This issue #729 may be useful here. |
@DaniilKl Thanks for input but for 6.X kernel series
|
@dancios What kind of answer do expect? Is your question based on any source? If so, please link it. That would help to driver the discussion. Otherwise it seems that to answer your question, we would need to look it up ourselves. |
I usually check https://cateee.net/lkddb/ to see kconfig options and in which versions they are available e.g.: |
@macpijan I asked doing my quick research not seeing such opts in trunk. CONFIG_EFI_VARS: (deprecated) |
Current replacement: https://cateee.net/lkddb/web-lkddb/EFIVAR_FS.html |
i found error reference in yocto documentation.
I understand that it's releated with build susbsystem GO/C/WhateeverBIN not directly with YOCTO/DTS but project tjhat work with recipies like intelp2m/nvramtool/wolfssl? |
Series that remove:
PR160
PR159
PR161 |
@dancios you wrote
Does it stop building |
@m-iwanicki |
I don't think we used |
|
@dancios Would be easier to have all those changes in one PR (with multiple commits), no need to rebuild image 6 times |
@m-iwanicki
|
@m-iwanicki, what is the status of this issue? I see here some PRs which are said to fix the issues, do they work? |
@DaniilKl I haven't tested them yet as I couldn't find time to do that. I'll run a clean build without cache on builder to see if there are any warnings still. |
@DaniilKl 2 comments to be addressed and PR could be merged. Build completed without warnings. |
We can confirm whether warnings from this comment could be fixed here as well: Dasharo/meta-dts#179 (comment) |
Component
Dasharo Tools Suite
Device
other
Dasharo version
No response
Dasharo Tools Suite version
No response
Brief summary
There are several warning when building DTS
How reproducible
100% when building from clean directory
How to reproduce
Build DTS image from: Dasharo/meta-dts#122
Expected behavior
No warnings
Actual behavior
Following warnings have been identified:
Screenshots
No response
Additional context
No response
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: