summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-18 13:05:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-23 12:08:56 +0000
commit8d3e9aaede03f3615e5afb82df4d9b530a06a5f0 (patch)
tree15627829c6906f42a9002522606ffdb578ac2530 /documentation/poky.yaml
parent93eb983e7936c7592588219e8a548da9b81bb5b2 (diff)
downloadpoky-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')
-rw-r--r--documentation/poky.yaml45
1 files changed, 0 insertions, 45 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
deleted file mode 100644
index 89a059ef1a..0000000000
--- a/documentation/poky.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
1DISTRO : "3.4.2"
2DISTRO_NAME_NO_CAP : "honister"
3DISTRO_NAME : "Honister"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott"
5DISTRO_NAME_NO_CAP_LTS : "dunfell"
6YOCTO_DOC_VERSION : "3.4.2"
7DISTRO_REL_TAG : "yocto-3.4.2"
8YOCTO_DL_URL : "https://downloads.yoctoproject.org"
9YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
10YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
11UBUNTU_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"
15FEDORA_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"
21OPENSUSE_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"
26CENTOS7_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"
33CENTOS8_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"
41PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml"
42MIN_PYTHON_VERSION : "3.6.0"
43MIN_TAR_VERSION : "1.28"
44MIN_GIT_VERSION : "1.8.3.1"
45MIN_GCC_VERSION : "5.0"