-
Notifications
You must be signed in to change notification settings - Fork 117
RDKB-59859: Add TestSuite compilation #390
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
base: develop
Are you sure you want to change the base?
Conversation
|
|
Reason for change: Add TestSuite compilation Test Procedure: Risks: Low Priority: P1 Signed-off-by: YuriyMasechko <[email protected]>
872fd2c to
9a8ccd7
Compare
| $(TARGET_CONFIGURE_OPTS) | ||
|
|
||
| echo "Compiling OneWifiTestSuite..." | ||
| rm -rf $(PKG_BUILD_DIR)/rdk-wifi-hal/src/*.o |
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.
Why do you need this rm command?
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.
I need to recompile hal lib with my flags, without remove it will take your obj files
| cp build/openwrt/patches/* ../../../package/kernel/mt76/patches/ | ||
| git clone http://github.com/yhirose/cpp-httplib | ||
| cd cpp-httplib | ||
| git checkout 9bbb4741b4f7c8fc5083c8a56d8d301a8abc25a3 |
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.
What is the need to specifically checkout this version?
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.
this how bb file take this file
em_provisining: add BSS Configuration message/TLVs
Reason for change: Add TestSuite compilation
Test Procedure:
Risks: Low
Priority: P1