diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 103 |
1 files changed, 29 insertions, 74 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 347b591b1f..861be8d2a7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -917,85 +917,12 @@ | |||
917 | </glossdef> | 917 | </glossdef> |
918 | </glossentry> | 918 | </glossentry> |
919 | 919 | ||
920 | <glossentry id='var-BUILDHISTORY_DIR_IMAGE'><glossterm>BUILDHISTORY_DIR_IMAGE</glossterm> | ||
921 | <glossdef> | ||
922 | <para> | ||
923 | When inheriting the | ||
924 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | ||
925 | class, specifies the base name of the image analyzed using | ||
926 | the build history feature. | ||
927 | For more information on how the variable works, see the | ||
928 | <filename>buildhistory.class</filename>. | ||
929 | For more information on how build history works, see the | ||
930 | "<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>" | ||
931 | section. | ||
932 | </para> | ||
933 | |||
934 | <para> | ||
935 | By default, the <filename>buildhistory</filename> class | ||
936 | sets the image name as follows: | ||
937 | <literallayout class='monospaced'> | ||
938 | BUILDHISTORY_DIR_IMAGE = "${BUILDHISTORY_DIR}/images/${MACHINE_ARCH}/${TCLIBC}/${IMAGE_BASENAME}" | ||
939 | </literallayout> | ||
940 | </para> | ||
941 | </glossdef> | ||
942 | </glossentry> | ||
943 | |||
944 | <glossentry id='var-BUILDHISTORY_DIR_PACKAGE'><glossterm>BUILDHISTORY_DIR_PACKAGE</glossterm> | ||
945 | <glossdef> | ||
946 | <para> | ||
947 | When inheriting the | ||
948 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | ||
949 | class, specifies the name of the package analyzed using | ||
950 | the build history feature. | ||
951 | For more information on how the variable works, see the | ||
952 | <filename>buildhistory.class</filename>. | ||
953 | For more information on how build history works, see the | ||
954 | "<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>" | ||
955 | section. | ||
956 | </para> | ||
957 | |||
958 | <para> | ||
959 | By default, the <filename>buildhistory</filename> class | ||
960 | sets the package name as follows: | ||
961 | <literallayout class='monospaced'> | ||
962 | BUILDHISTORY_DIR_PACKAGE = "${BUILDHISTORY_DIR}/packages/${MULTIMACH_TARGET_SYS}/${PN}" | ||
963 | </literallayout> | ||
964 | </para> | ||
965 | </glossdef> | ||
966 | </glossentry> | ||
967 | |||
968 | <glossentry id='var-BUILDHISTORY_DIR_SDK'><glossterm>BUILDHISTORY_DIR_SDK</glossterm> | ||
969 | <glossdef> | ||
970 | <para> | ||
971 | When inheriting the | ||
972 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | ||
973 | class, specifies the name of the software development kit | ||
974 | (SDK) analyzed using the build history feature. | ||
975 | For more information on how the variable works, see the | ||
976 | <filename>buildhistory.class</filename>. | ||
977 | For more information on how build history works, see the | ||
978 | "<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>" | ||
979 | section. | ||
980 | </para> | ||
981 | |||
982 | <para> | ||
983 | By default, the <filename>buildhistory</filename> class | ||
984 | sets the SDK name as follows: | ||
985 | <literallayout class='monospaced'> | ||
986 | BUILDHISTORY_DIR_SDK = "${BUILDHISTORY_DIR}/sdk/${SDK_NAME}/${IMAGE_BASENAME}" | ||
987 | </literallayout> | ||
988 | </para> | ||
989 | </glossdef> | ||
990 | </glossentry> | ||
991 | |||
992 | <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> | 920 | <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> |
993 | <glossdef> | 921 | <glossdef> |
994 | <para> | 922 | <para> |
995 | When inheriting the | 923 | When inheriting the |
996 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | 924 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> |
997 | class, specifies the build history features the | 925 | class, specifies the build history features to be enabled. |
998 | OpenEmbedded build system uses. | ||
999 | For more information on how build history works, see the | 926 | For more information on how build history works, see the |
1000 | "<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>" | 927 | "<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>" |
1001 | section. | 928 | section. |
@@ -1030,6 +957,34 @@ | |||
1030 | </glossdef> | 957 | </glossdef> |
1031 | </glossentry> | 958 | </glossentry> |
1032 | 959 | ||
960 | <glossentry id='var-BUILDHISTORY_IMAGE_FILES'><glossterm>BUILDHISTORY_IMAGE_FILES</glossterm> | ||
961 | <glossdef> | ||
962 | <para> | ||
963 | When inheriting the | ||
964 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | ||
965 | class, specifies a list of paths to files copied from the | ||
966 | image contents into the build history directory under | ||
967 | an "image-files" directory in the directory for | ||
968 | the image, so that you can track the contents of each file. | ||
969 | The default is to copy <filename>/etc/passwd</filename> | ||
970 | and <filename>/etc/group</filename>, which allows you to | ||
971 | monitor for changes in user and group entries. | ||
972 | You can modify the list to include any file. | ||
973 | Specifying an invalid path does not produce an error. | ||
974 | Consequently, you can include files that might | ||
975 | not always be present. | ||
976 | </para> | ||
977 | |||
978 | <para> | ||
979 | By default, the <filename>buildhistory</filename> class | ||
980 | provides paths to the following files: | ||
981 | <literallayout class='monospaced'> | ||
982 | BUILDHISTORY_IMAGE_FILES ?= "/etc/passwd /etc/group" | ||
983 | </literallayout> | ||
984 | </para> | ||
985 | </glossdef> | ||
986 | </glossentry> | ||
987 | |||
1033 | <glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE</glossterm> | 988 | <glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE</glossterm> |
1034 | <glossdef> | 989 | <glossdef> |
1035 | <para> | 990 | <para> |