This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

About TI linux GPL

1. I use the TI SDK 6.0 & Kernel 3.2
I have modified following file Board-am35xevm.c micrel.c gpmc.c ... in kernel
I need  to do open source for modified kernel???


2.My driver call gpio_free, so i must declare MODULE_LICENSE("GPL") in driver;
My AP Program Call the driver(GPL),
I need  to do open source for my driver???
I need  to do open source for my AP Program???


3.I use the busybox tools,and My AP Program Call the Busybox link

I need to do open source for my AP Program???