diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-08 11:36:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-09 13:22:11 +0000 |
commit | 0f25ef97e3a5c81848991055de7d2b59331d0787 (patch) | |
tree | 03c670634b275140abd86788f3fcddb87432798c /bitbake | |
parent | 2ee1fdb8404ddd70b2109d81431bd2814f098fc4 (diff) | |
download | poky-0f25ef97e3a5c81848991055de7d2b59331d0787.tar.gz |
bitbake: bitbake-user-manual: add reference to bitbake git repository
In the HTML page footer.
(Bitbake rev: 897f238e5e34d3f8f23e3b7ac8a19ef8bb0aca22)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/_templates/footer.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bitbake/doc/_templates/footer.html b/bitbake/doc/_templates/footer.html new file mode 100644 index 0000000000..1398f20d7e --- /dev/null +++ b/bitbake/doc/_templates/footer.html | |||
@@ -0,0 +1,9 @@ | |||
1 | <footer> | ||
2 | <hr/> | ||
3 | <div role="contentinfo"> | ||
4 | <p>© Copyright {{ copyright }} | ||
5 | <br>Last updated on {{ last_updated }} from the <a href="https://git.openembedded.org/bitbake/">bitbake</a> git repository. | ||
6 | </p> | ||
7 | </div> | ||
8 | </footer> | ||
9 | |||