diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f51b994c9d..583adc2cd6 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1354,6 +1354,20 @@
+ COPY_LIC_DIRS
+
+
+ If set to "1" along with the
+ COPY_LIC_MANIFEST
+ variable, the OpenEmbedded build system creates directories
+ for each package installed into the image.
+ The directories contain the license files for each package
+ in /usr/share/common-licenses/ within
+ the image itself.
+
+
+
+
COPY_LIC_MANIFEST
@@ -3204,6 +3218,29 @@
+ IMAGE_TYPEDEP
+
+
+ Specifies a dependency from one image type on another.
+ Here is an example from the
+ image-live
+ class:
+
+ IMAGE_TYPEDEP_live = "ext3"
+
+ In the previous example, the variable ensures that when
+ "live" is listed with the
+ IMAGE_FSTYPES
+ variable, the OpenEmbedded build system produces an
+ ext3 image first since one of the
+ components of the live
+ image is an ext3
+ formatted partition containing the root
+ filesystem.
+
+
+
+
IMAGE_TYPES