From ed0a240e1632682ec4c33341f3e24ad71773cdfc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 11 Dec 2012 12:07:58 -0600 Subject: documentation: Rename of poky-ref-manual folder to ref-manual. Changing the folder that holds the YP Reference Manual to be "ref-manual". This will help with confustion over the manual's intended purpose. (From yocto-docs rev: 1106442964b5080cb0b6b3bd3af32e9407c0f7c1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../ref-classes-src-distribute.html | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-src-distribute.html (limited to 'documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-src-distribute.html') diff --git a/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-src-distribute.html b/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-src-distribute.html new file mode 100644 index 0000000000..a1bbb8b415 --- /dev/null +++ b/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-classes-src-distribute.html @@ -0,0 +1,43 @@ + + + +7.8. Distribution of sources - src_distribute_local.bbclass + + + + + + + +
+

+7.8. Distribution of sources - src_distribute_local.bbclass +

+

+ Many software licenses require that source files be provided along with the binaries. + To simplify this process, two classes were created: + src_distribute.bbclass and + src_distribute_local.bbclass. +

+

+ The results of these classes are tmp/deploy/source/ + subdirs with sources sorted by + LICENSE field. + If recipes list few licenses (or have entries like "Bitstream Vera"), + the source archive is placed in each license directory. +

+

+ This class operates using three modes: +

+
    +
  • copy: Copies the files to the + distribute directory.

  • +
  • symlink: Symlinks the files to the + distribute directory.

  • +
  • move+symlink: Moves the files into + the distribute directory and then symlinks them back.

  • +
+

+

+
+ -- cgit v1.2.3-54-g00ecf