-
Notifications
You must be signed in to change notification settings - Fork 13
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
RDKBDEV-2733 : Enable -Werror and -Wall in RdkPppManager. #21
base: main
Are you sure you want to change the base?
Conversation
build-rpi4-broadband-kirkstone Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/390ca538429eab4278c79085db3bfbe0 |
Internal ticket for tracking build and testing https://ccp.sys.comcast.net/browse/RDKCOM-4908 |
de0067a
to
d21b435
Compare
build-rpi4-broadband-kirkstone Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/d66c5b33f795733c999ac57acc9c6f30 |
Reason for change: Enabling -Werror and -Wall in RdkPppManager. Test Procedure: Sanity test. Risks: None. Signed-off-by: K Sanjay Nayak <[email protected]>
build-rpi4-broadband-kirkstone Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/ac8c1e130270fe55e98b4f2b168d3715 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the changes need to be done on latest recipe file, which have version tag:v1.1.0 and meta-rdk-wan tag: RC1.5.0a
build-rpi4-broadband-kirkstone Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/be43d5c797aba3b1b747a2e2301ea145 |
build-rpi4-broadband-kirkstone Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/3432fd906c044921735c3a0a5bb80f1d |
Build is still failing.
|
Change for those are fixed as per of commit rdkcentral/RdkPppManager@0c5de5d it's not included in release https://github.com/rdkcentral/RdkPppManager/releases |
I check locally there are some werror added recent commit.. will check and update here. |
build-rpi4-broadband-kirkstone Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/862a4640514a6c5c909d3cb983fddb01 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sky platform getting lots of format error, so we need to add -Wno-format buil flag in cflag too.
Reason for change:
Enabling -Werror and -Wall in RdkPppManager.
Test Procedure: Sanity test.
Risks: None.