develop custom package, avoid rsyncing source to the build directory

StackOverflow https://stackoverflow.com/questions/14548445

  •  05-03-2022
  •  | 
  •  

سؤال

I have custom package, where the sourcecode is directly in the package directory. At the moment buildroot copies the sourcode to the builddirectory.

Is it possible to avoid this unnecessary overhead? The Makefile supports srcdir != builddir. in < 2011 buildroot it was possible to specify the SRCDIR and nothing was rsynced.

هل كانت مفيدة؟

المحلول

This is unfortunately not supported right now. We are working on supporting out-of-tree build on a per-package basis in order to solve this issue. A first prototype has been sent to the list some time ago, but needs more work.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top