lib/oe/patch.py: Dont import patches but symlink them instead
authorKhem Raj <raj.khem@gmail.com>
Thu, 10 Jun 2010 00:30:04 +0000 (17:30 -0700)
committerKhem Raj <raj.khem@gmail.com>
Thu, 10 Jun 2010 00:34:19 +0000 (17:34 -0700)
commit428c2de6d27dd49274b9884c3123b053c42af0ce
treea128b752221cf4677b9bc76595d55dea686843b0
parent0dc02df5726be8b3569d7c806b4f1036413b81ee
lib/oe/patch.py: Dont import patches but symlink them instead

* This patch removes the usage of quilt import <patch>
  instead it creasted a symlink to the patch in the patches
  directory and synthesizes the series file which otherwise
  would be done automatically by quilt import.

* This should help a bit in reducing build time as it avoids
  copying of the patch and also other things that quilt import
  would otherwise do.

* Tested by doing minimal-image on qemuarm.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
lib/oe/patch.py