* Policy on (committing) large (1MB) machine specific patches?
@ 2011-02-01 23:15 Leon Woestenberg
2011-02-02 1:46 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Leon Woestenberg @ 2011-02-01 23:15 UTC (permalink / raw)
To: openembedded-devel
Hello,
I would like to submit another machine to OE, but I need to bring in
vendor patches (which do not apply cleanly) modified by me, so they
have no Internet presence.
The patches measure in 1MB of plain source text.
Is it policy to commit this? Where is the limit?
I see we have lots of large patches:
cd openembedded.git/recipes/linux/
ls -Sshr `find . -type f -regex .*patch$`
...many of them appearing multiple times in the checkout:
ls -Shr `find . -type f -regex .*patch$` | xargs -L1 md5sum
eating disk space on the build machine.
Regards,
--
Leon
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Policy on (committing) large (1MB) machine specific patches?
2011-02-01 23:15 Policy on (committing) large (1MB) machine specific patches? Leon Woestenberg
@ 2011-02-02 1:46 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2011-02-02 1:46 UTC (permalink / raw)
To: openembedded-devel
On 02/01/2011 04:15 PM, Leon Woestenberg wrote:
> Hello,
>
> I would like to submit another machine to OE, but I need to bring in
> vendor patches (which do not apply cleanly) modified by me, so they
> have no Internet presence.
> The patches measure in 1MB of plain source text.
>
> Is it policy to commit this? Where is the limit?
>
>
> I see we have lots of large patches:
>
> cd openembedded.git/recipes/linux/
> ls -Sshr `find . -type f -regex .*patch$`
>
> ...many of them appearing multiple times in the checkout:
>
> ls -Shr `find . -type f -regex .*patch$` | xargs -L1 md5sum
>
> eating disk space on the build machine.
I am of the opinion that these things should be heavily compressed and
appropriate comments used in the recipe like:
# Vendor Foo's release $identifier patchset updated to apply cleanly to
# 2.6.blah.
With any further bugfixes/etc done as regular and separate patches.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-02 1:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-01 23:15 Policy on (committing) large (1MB) machine specific patches? Leon Woestenberg
2011-02-02 1:46 ` Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.