RDKBACCL-1518 : Phase-I Enabling Remote-debugger in BPI-R4 reference platform#412
RDKBACCL-1518 : Phase-I Enabling Remote-debugger in BPI-R4 reference platform#412SsandhyaR wants to merge 1 commit intordkcentral:developfrom
Conversation
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/a56ab31d0a9869cde6f12cb16b7afc87 |
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/a7411e6e977df0148e611309fcd8aa5b |
| @@ -0,0 +1,6 @@ | |||
| FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | |||
| SRC_URI_append = " file://rdkmMgr_dwutils.patch" | |||
| FILES_${PN}_remove = "${libdir}/librdmopenssl.la" | |||
There was a problem hiding this comment.
this line can be last line.
There was a problem hiding this comment.
okay Mani
Addressed
| touch ${_TOPDIR}/meta-filogic/recipes-wifi/hal/mt76_hal_change | ||
| fi | ||
|
|
||
| if [ ! -e ${_TOPDIR}/meta-rdk/recipes-common/rdm-agent/rdm_hal_change ]; then |
There was a problem hiding this comment.
Instead, is this okay to upstream the changes?
There was a problem hiding this comment.
Yeah Mani, will do upstream
But rdm-agent latest source code is depends on updated with rdk-logger latest code
If we do upstream, build breaks for other source components since we need to update the rdk-logger srcrev too for rdm-agent
There was a problem hiding this comment.
we need to align this once we standardize meta-rdk
…platform Reason for change : Adding the code changes for Remote-debugger to work with static and dynamic json Risks: Low Test Procedure: Bulid the image, and test with static and dynamic json files using Remote controllers Signed-off-by: ssiras826 <[email protected]>
8d9da2e to
08298fb
Compare
|
build-bpi-r4-broadband Console Log uploaded to Gist URL: https://gist.github.com/rdkcmf-jenkins/831941c30f210e3798793ff4d21e9ea8 |
cpokuru
left a comment
There was a problem hiding this comment.
will take it further once gerrit changes merged
| @@ -0,0 +1,43 @@ | |||
| diff --git a/src/rdm_downloadutils.c b/src/rdm_downloadutils.c | |||
There was a problem hiding this comment.
we need to upstream this once we align with github meta-rdk
| touch ${_TOPDIR}/meta-filogic/recipes-wifi/hal/mt76_hal_change | ||
| fi | ||
|
|
||
| if [ ! -e ${_TOPDIR}/meta-rdk/recipes-common/rdm-agent/rdm_hal_change ]; then |
There was a problem hiding this comment.
we need to align this once we standardize meta-rdk
Reason for change : Adding the code changes for Remote-debugger to work with static and dynamic json
Risks: Low
Test Procedure: Bulid the image, and test with static and dynamic json files using Remote controllers