diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-18 13:05:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-23 12:08:56 +0000 |
commit | 8d3e9aaede03f3615e5afb82df4d9b530a06a5f0 (patch) | |
tree | 15627829c6906f42a9002522606ffdb578ac2530 /documentation/.gitignore | |
parent | 93eb983e7936c7592588219e8a548da9b81bb5b2 (diff) | |
download | poky-8d3e9aaede03f3615e5afb82df4d9b530a06a5f0.tar.gz |
Makefile/set_versions: Allow poky.yaml to be autogenerated
Use a script to generate the branch/tag information inside poky.yaml.
If the branch isn't a known release branch, include git magic to find
the closest matching release branch we know about.
(From yocto-docs rev: 841e2df0e2e544b82fff9ddd0339a4e775148e3a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/.gitignore')
-rw-r--r-- | documentation/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/.gitignore b/documentation/.gitignore index 35ead8af66..e5e2c1708d 100644 --- a/documentation/.gitignore +++ b/documentation/.gitignore | |||
@@ -1,5 +1,6 @@ | |||
1 | _build/ | 1 | _build/ |
2 | Pipfile.lock | 2 | Pipfile.lock |
3 | poky.yaml | ||
3 | .vscode/ | 4 | .vscode/ |
4 | */svg/*.png | 5 | */svg/*.png |
5 | */svg/*.pdf | 6 | */svg/*.pdf |