Lines Matching refs:source
22 different versions of a source tree. Patches are created with the `diff'
25 and what new version the patch will change the source tree into. These
33 (or patch) file and makes the changes to the source tree described in it.
36 holding the kernel source dir.
39 kernel source directories it was generated against (or some other directory
41 Since this is unlikely to match the name of the kernel source dir on your
44 source directory and then strip the first element of the path from filenames
124 If you don't have any third-party patches applied to your kernel source, but
126 and have made no modifications yourself to the source files, then you should
128 anyway, then there's a high risk that either your local source tree or the
164 This can also happen if the creator of the patch reversed the source and
178 a patch from kernel.org to the correct version of an unmodified source tree.
256 $ cd ~/linux-2.6.11 # change to kernel source dir
259 $ mv linux-2.6.11 linux-2.6.12 # rename source dir
262 $ cd ~/linux-2.6.11.1 # change to kernel source dir
264 # source dir is now 2.6.11
267 $ mv linux-2.6.11.1 linux-2.6.12 # rename source dir
289 patch does not apply on top of the 2.6.12.2 kernel source, but rather on top
290 of the base 2.6.12 kernel source .
292 source you have to first back out the 2.6.12.2 patch (so you are left with a
293 base 2.6.12 kernel source) and then apply the new 2.6.12.3 patch.
297 $ cd ~/linux-2.6.12.2 # change into the kernel source dir
301 $ mv linux-2.6.12.2 linux-2.6.12.3 # rename the kernel source dir
307 by Linus whenever he deems the current git (the kernel's source management
325 kernel and the patch should be applied on top of the 2.6.12 kernel source.
330 $ cd ~/linux-2.6.12 # change into the 2.6.12 source dir
333 $ mv linux-2.6.12 linux-2.6.13-rc3 # rename the source dir
340 $ mv linux-2.6.13-rc3 linux-2.6.13-rc5 # rename the source dir
343 $ cd ~/linux-2.6.12.3 # change to the kernel source dir
347 $ mv linux-2.6.12.3 linux-2.6.13-rc5 # rename the kernel source dir
362 A patch named 2.6.12-git1 applies to the 2.6.12 kernel source and a patch
363 named 2.6.13-rc3-git2 applies to the source of the 2.6.13-rc3 kernel.
368 $ cd ~/linux-2.6.12 # change to the kernel source dir
371 $ mv linux-2.6.12 linux-2.6.12-git1 # rename the kernel source dir
374 $ cd ~/linux-2.6.12-git1 # change to the kernel source dir
382 $ mv linux-2.6.12-git1 linux-2.6.13-rc2-git3 # rename source dir
431 $ cd ~/linux-2.6.12 # change to the 2.6.12 source dir
434 $ mv linux-2.6.12 linux-2.6.12-mm1 # rename the source appropriately
439 # we now have a 2.6.12 source
441 # we now have a 2.6.13-rc3 source
444 $ mv linux-2.6.12-mm1 linux-2.6.13-rc3-mm3 # rename the source dir