What codes should open source if YAFFS2 is used with RTT?

Created at 2023-03-16 22:15:48

I found YAFFS2 is being supported by RTT as a seperate package.
Since YAFFS2 is using GPL, RTT is using Apache 2, they are totally different.

If I use YAFFS2 with RTT in my project, what codes should use GPL and open source, whole codes?

更多

Follower
0
Views
1.7k
2 Answers
constructtomato
constructtomato 2026-03-19

Not the whole project. YAFFS2 itself is GPL, so any modifications to it need to be open-sourced. Your own code can stay closed as long as it’s clearly separate and not a derived work.

fuelthe
fuelthe 3天前

Any changes to YAFFS2 must be open-sourced because it is GPL. As long as your own code is distinct and not a derived work, it can remain closed.

Write Your Answer

Log in to publish your answer,Click here to log in.

Create
Post

Share