* How to adjust patching striplevel while using SCC
@ 2014-11-19 23:54 Lin Shen (lshen)
2014-11-20 0:06 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Lin Shen (lshen) @ 2014-11-19 23:54 UTC (permalink / raw)
To: yocto@yoctoproject.org
I’m using SCC file to list all my kernel patches, and like to adjust the
patching striplevel much the way how the “striplevel” option works for
SRC_URI.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to adjust patching striplevel while using SCC
2014-11-19 23:54 How to adjust patching striplevel while using SCC Lin Shen (lshen)
@ 2014-11-20 0:06 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2014-11-20 0:06 UTC (permalink / raw)
To: Lin Shen (lshen), yocto@yoctoproject.org
On 2014-11-19, 6:54 PM, Lin Shen (lshen) wrote:
> I’m using SCC file to list all my kernel patches, and like to adjust the
> patching striplevel much the way how the “striplevel” option works for
> SRC_URI.
It's not possible. scc uses git and git porcelean patches to apply
changes to the kernel .. which means that they need to be properly formatted
patches acceptable to git.
If you are trying to mess around with strip level .. you have to
ask yourself "why", and you are better off fixing up the patches
to the expected format.
Bruce
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-20 0:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19 23:54 How to adjust patching striplevel while using SCC Lin Shen (lshen)
2014-11-20 0:06 ` Bruce Ashfield
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.