upstream changes

I am using the http library, NCS 1.4.1 on nrf9160dk and discovered an issue that was fixed here: https://github.com/zephyrproject-rtos/zephyr/commit/ab2f616641b19684455369b1e2a362eb736774cc

It is in to be released zephyr 3.1 and not yet available in NCS. I can't easily get off of NCS 1.4.1 right now anyway.

I can easily make the change to my NCS source tree but I really prefer to keep a clean tree as it is used on other projects also. If anybody has encountered a similar issue (eg. patch needed), how have you handled it? Does Nordic have a recommended way to deal with this?

Thanks,

Mike

Parents Reply
  • There are a number of Kconfig settings that changed, making it an effort to build on newer NCS. I reviewed the relevant zephyr source code and verified it is not present in v2.7.

    The answer to my real question appears that there is no good way to handle this scenario and if I need the changes, either cherry pick the commits or wait. In my case, I was able to add a workaround in my code.

Children
No Data
Related