* [Buildroot] [Question] Is it ok to change Buildroot for own needs? @ 2014-05-09 7:45 Frank Ihle 2014-05-09 15:18 ` Mike Zick 2014-05-09 20:47 ` Arnout Vandecappelle 0 siblings, 2 replies; 4+ messages in thread From: Frank Ihle @ 2014-05-09 7:45 UTC (permalink / raw) To: buildroot Hi everyone, I'm not a Pro, when it comes to the license of someone's other Software. Basically I'd like to add a new menu that includes some of the Target packages. Is it ok for "Buildroot" if i change it like this ? Kind Regards Frank -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140509/1117d542/attachment.html> ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Question] Is it ok to change Buildroot for own needs? 2014-05-09 7:45 [Buildroot] [Question] Is it ok to change Buildroot for own needs? Frank Ihle @ 2014-05-09 15:18 ` Mike Zick 2014-05-09 20:47 ` Arnout Vandecappelle 1 sibling, 0 replies; 4+ messages in thread From: Mike Zick @ 2014-05-09 15:18 UTC (permalink / raw) To: buildroot On Fri, 09 May 2014 09:45:59 +0200 "Frank Ihle" <frank.ihle@hs-offenburg.de> wrote: > Hi everyone, > > I'm not a Pro, when it comes to the license of someone's other > Software. Basically I'd like to add a new menu that includes some of > the Target packages. Is it ok for "Buildroot" if i change it like > this ? > Yes. And if you intend to submit your changes to the Buildroot project, the best way. If you intend to keep your changes private (because they are proprietary or some other reason) - Then you best choice is to put them in the BR2_EXTERNAL tree. That leaves the project tree un-modified (easier to get support for any problems with that part) and your "private" additions in the BR2_EXTERNAL sub-tree of your project. Mike > Kind Regards > > Frank > ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Question] Is it ok to change Buildroot for own needs? 2014-05-09 7:45 [Buildroot] [Question] Is it ok to change Buildroot for own needs? Frank Ihle 2014-05-09 15:18 ` Mike Zick @ 2014-05-09 20:47 ` Arnout Vandecappelle 2014-05-12 7:43 ` Frank Ihle 1 sibling, 1 reply; 4+ messages in thread From: Arnout Vandecappelle @ 2014-05-09 20:47 UTC (permalink / raw) To: buildroot On 09/05/14 09:45, Frank Ihle wrote: > Hi everyone, > > I'm not a Pro, when it comes to the license of someone's other Software. > Basically I'd like to add a new menu that includes some of the Target packages. > Is it ok for "Buildroot" if i change it like this ? Buildroot is under the GPL license. That means you are allowed to modify it in any way that you want. However, if you redistribute (= give it to someone else in any way) buildroot, you have to: * also give the source (of buildroot, not necessarily of the packages; * indicate that you've modified buildroot. Redistributing the generated images doesn't count as redistributing buildroot (at least we don't think it does). However, if the generated image contains any GPL software, e.g. busybox, then *that* license also requires you to provide the source of busybox, as well as any scripts required to build it. We think that buildroot is such a script. In other words, when you redistribute the images and it contains GPL software, we think that you have to provide your modified source of buildroot as well. Note that I'm not a lawyer and none of this has a precedent in court AFAIK. Regards, Arnout -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286500 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Question] Is it ok to change Buildroot for own needs? 2014-05-09 20:47 ` Arnout Vandecappelle @ 2014-05-12 7:43 ` Frank Ihle 0 siblings, 0 replies; 4+ messages in thread From: Frank Ihle @ 2014-05-12 7:43 UTC (permalink / raw) To: buildroot Hello Arnout, I already heared about the struggle with the combination of GPL and "source format". Your answer brought a little bit of light into the situation, thanks. Kind Regards Frank >>> Arnout Vandecappelle <arnout@mind.be> 09.05.14 22.48 Uhr >>> On 09/05/14 09:45, Frank Ihle wrote: > Hi everyone, > > I'm not a Pro, when it comes to the license of someone's other Software. > Basically I'd like to add a new menu that includes some of the Target packages. > Is it ok for "Buildroot" if i change it like this ? Buildroot is under the GPL license. That means you are allowed to modify it in any way that you want. However, if you redistribute (= give it to someone else in any way) buildroot, you have to: * also give the source (of buildroot, not necessarily of the packages; * indicate that you've modified buildroot. Redistributing the generated images doesn't count as redistributing buildroot (at least we don't think it does). However, if the generated image contains any GPL software, e.g. busybox, then *that* license also requires you to provide the source of busybox, as well as any scripts required to build it. We think that buildroot is such a script. In other words, when you redistribute the images and it contains GPL software, we think that you have to provide your modified source of buildroot as well. Note that I'm not a lawyer and none of this has a precedent in court AFAIK. Regards, Arnout -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286500 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140512/042bd93d/attachment.html> ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-12 7:43 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-05-09 7:45 [Buildroot] [Question] Is it ok to change Buildroot for own needs? Frank Ihle 2014-05-09 15:18 ` Mike Zick 2014-05-09 20:47 ` Arnout Vandecappelle 2014-05-12 7:43 ` Frank Ihle
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox