diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index f00f9038bb..4da61ff576 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -677,12 +677,6 @@ - LICENSE - - The list of package source licenses. - - - LIC_FILES_CHKSUM Checksums of the license text in the recipe source code. @@ -700,6 +694,25 @@ + LICENSE + + The list of package source licenses. + + + + LICENSE_DIR + + Path to additional licenses used during the build. + By default, the Yocto Project uses COMMON_LICENSE_DIR + to define the directory that holds common license text used during the build. + The LICENSE_DIR variable allows you to extend that + location to other areas that have additional licenses: + + LICENSE_DIR += "/path/to/additional/common/licenses" + + + + M