From 8decb3267be14596c377155d6bc84a0eb61f04e9 Mon Sep 17 00:00:00 2001 From: Lennart Johansson Date: Thu, 2 Jun 2016 13:41:16 +0200 Subject: Doc Add autovariables from manifest, poky.ent, enea.conf Add autovariable from manifest repository name, e.g. the profile name Add autovariables from poky.ent, e.g. Yocto version etc.. in pardoc-distro Add autovariables from enea.conf e.g. release MAJOR MINOR via generated s_docsrc_common/pardoc-distro and also pick up MAJOR MINOR into the make system to create BOOK_VER => BL_LABEL on books Add autocreate build_boot chapter in release info from the README files in all included targets Adapt book XML files to the above Currently this makes the Makefile and init scripts identical in different el6-.git All are now automatic: Just clone el6-xxxx.git and cd el6-xxx/doc ; make doc and all are done until the books are built and ready. It takes several minutes to autofetch all from git using the repo command according to the target manifests before the books start to build. Rebuilding books are quick. Signed-off-by: Lennart Johansson --- doc/docsrc_common/pardoc-distro.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/docsrc_common') diff --git a/doc/docsrc_common/pardoc-distro.xml b/doc/docsrc_common/pardoc-distro.xml index 129d7a5..9c9edd6 100644 --- a/doc/docsrc_common/pardoc-distro.xml +++ b/doc/docsrc_common/pardoc-distro.xml @@ -5,7 +5,7 @@ ============================== --> - + %common_poky_entities; ]> @@ -24,8 +24,6 @@ **** The phrase elements below can be used as variables in several places in XML files **** - **** In addition: Makefile parses variable REL_VER from entity ENEA_LINUX_REL_VER, - after which swcomp.mk extracts BOOK_VER from variable REL_VER **** You can add more elements using ENTITY lines in poky.ent, e.g. like Poky_VER below @@ -34,5 +32,6 @@ https://linux.enea.com/&ENEA_LINUX_REL_VER; &POKYVERSION; &DISTRO; +&DISTRO_NAME_NO_CAP; &YOCTO_RELEASE_NOTES; -- cgit v1.2.3-54-g00ecf