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/poky.yaml.in | |
| 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/poky.yaml.in')
| -rw-r--r-- | documentation/poky.yaml.in | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in new file mode 100644 index 0000000000..89a059ef1a --- /dev/null +++ b/documentation/poky.yaml.in | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | DISTRO : "3.4.2" | ||
| 2 | DISTRO_NAME_NO_CAP : "honister" | ||
| 3 | DISTRO_NAME : "Honister" | ||
| 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" | ||
| 5 | DISTRO_NAME_NO_CAP_LTS : "dunfell" | ||
| 6 | YOCTO_DOC_VERSION : "3.4.2" | ||
| 7 | DISTRO_REL_TAG : "yocto-3.4.2" | ||
| 8 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" | ||
| 9 | YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" | ||
| 10 | YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;" | ||
| 11 | UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git diffstat unzip texinfo gcc \ | ||
| 12 | build-essential chrpath socat cpio python3 python3-pip python3-pexpect \ | ||
| 13 | xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ | ||
| 14 | pylint3 xterm python3-subunit mesa-common-dev zstd liblz4-tool" | ||
| 15 | FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip perl patch \ | ||
| 16 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | ||
| 17 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ | ||
| 18 | python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ | ||
| 19 | python3-jinja2 SDL-devel xterm rpcgen mesa-libGL-devel perl-FindBin perl-File-Compare \ | ||
| 20 | perl-File-Copy perl-locale zstd lz4" | ||
| 21 | OPENSUSE_HOST_PACKAGES_ESSENTIAL : "python gcc gcc-c++ git chrpath make wget python-xml \ | ||
| 22 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ | ||
| 23 | python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm rpcgen Mesa-dri-devel \ | ||
| 24 | zstd lz4 | ||
| 25 | \n\ $ sudo pip3 install GitPython" | ||
| 26 | CENTOS7_HOST_PACKAGES_ESSENTIAL : "-y epel-release | ||
| 27 | \n\ $ sudo yum makecache | ||
| 28 | \n\ $ sudo yum install gawk make wget tar bzip2 gzip python3 unzip perl patch \ | ||
| 29 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | ||
| 30 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip xz \ | ||
| 31 | which SDL-devel xterm mesa-libGL-devel zstd lz4 | ||
| 32 | \n\ $ sudo pip3 install GitPython jinja2" | ||
| 33 | CENTOS8_HOST_PACKAGES_ESSENTIAL : "-y epel-release | ||
| 34 | \n\ $ sudo dnf config-manager --set-enabled PowerTools | ||
| 35 | \n\ $ sudo dnf makecache | ||
| 36 | \n\ $ sudo dnf install gawk make wget tar bzip2 gzip python3 unzip perl patch \ | ||
| 37 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath ccache \ | ||
| 38 | socat perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip \ | ||
| 39 | python3-GitPython python3-jinja2 python3-pexpect xz which SDL-devel xterm \ | ||
| 40 | rpcgen mesa-libGL-devel zstd lz4" | ||
| 41 | PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml" | ||
| 42 | MIN_PYTHON_VERSION : "3.6.0" | ||
| 43 | MIN_TAR_VERSION : "1.28" | ||
| 44 | MIN_GIT_VERSION : "1.8.3.1" | ||
| 45 | MIN_GCC_VERSION : "5.0" | ||
