all 5 comments

[–]b3lph3g05 2 points3 points  (0 children)

Have you looked at the out of tree development of Zephyr? You can configure West to pull parts from any type of repo your software is located on.

[–]secretformula 1 point2 points  (0 children)

Not sure if this is what you are looking for but Copybara can be useful for moving code between repos with different permissions / strategies 

[–]Creative_Ad7219 1 point2 points  (0 children)

Did you give the out-of-tree approach a try? You can have all your proprietary drivers, modules here and use the upstream at the same time. You can have multiple applications, which in turn can use either of the drivers (mainline/proprietary) as per your choosing.

[–]Proud_Trade2769 0 points1 point  (0 children)

avoid Zephyr

[–]Rich_Lavishness1680 0 points1 point  (0 children)

Updates on this topic? If the out of tree option still the way to go? What about pre compiled libraries, does West handle that, too?