blob: 7a686ac4e12f8e2933229268eda04fa698ff5db7 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001DISTRO : "4.3"
2DISTRO_NAME_NO_CAP : "nanbield"
3DISTRO_NAME : "Nanbield"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "mickledore"
Patrick Williams2390b1b2022-11-03 13:47:49 -05005DISTRO_NAME_NO_CAP_LTS : "kirkstone"
Patrick Williamsac13d5f2023-11-24 18:59:46 -06006YOCTO_DOC_VERSION : "4.3"
7DISTRO_REL_TAG : "yocto-4.3"
Andrew Geissler9aee5002022-03-30 16:27:02 +00008DOCCONF_VERSION : "dev"
9BITBAKE_SERIES : ""
10YOCTO_DL_URL : "https://downloads.yoctoproject.org"
11YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
12YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
13UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git diffstat unzip texinfo gcc \
14 build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
15 xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
Andrew Geissler5082cc72023-09-11 08:41:39 -040016 python3-subunit mesa-common-dev zstd liblz4-tool file locales libacl1
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050017 \n\ $ sudo locale-gen en_US.UTF-8"
Andrew Geissler9aee5002022-03-30 16:27:02 +000018FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip perl patch \
19 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
20 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \
21 python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \
Patrick Williams7784c422022-11-17 07:29:11 -060022 python3-jinja2 SDL-devel rpcgen mesa-libGL-devel perl-FindBin perl-File-Compare \
Andrew Geissler5082cc72023-09-11 08:41:39 -040023 perl-File-Copy perl-locale zstd lz4 hostname glibc-langpack-en libacl"
Andrew Geissler9aee5002022-03-30 16:27:02 +000024OPENSUSE_HOST_PACKAGES_ESSENTIAL : "python gcc gcc-c++ git chrpath make wget python-xml \
25 diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \
Patrick Williams7784c422022-11-17 07:29:11 -060026 python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel rpcgen Mesa-dri-devel \
Andrew Geissler5082cc72023-09-11 08:41:39 -040027 zstd lz4 bzip2 gzip hostname libacl1
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050028 \n\ $ sudo pip3 install GitPython"
29ALMALINUX_HOST_PACKAGES_ESSENTIAL : "-y epel-release
30 \n\ $ sudo yum install dnf-plugins-core
31 \n\ $ sudo dnf config-manager --set-enabled crb
32 \n\ $ sudo dnf makecache
33 \n\ $ sudo dnf install gawk make wget tar bzip2 gzip python3 unzip perl patch \
Andrew Geissler9aee5002022-03-30 16:27:02 +000034 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath ccache \
35 socat perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip \
Patrick Williams7784c422022-11-17 07:29:11 -060036 python3-GitPython python3-jinja2 python3-pexpect xz which SDL-devel \
Andrew Geissler5082cc72023-09-11 08:41:39 -040037 rpcgen mesa-libGL-devel zstd lz4 cpio glibc-langpack-en libacl"
Andrew Geissler9aee5002022-03-30 16:27:02 +000038PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml"
Andrew Geissler517393d2023-01-13 08:55:19 -060039MIN_PYTHON_VERSION : "3.8.0"
Andrew Geissler9aee5002022-03-30 16:27:02 +000040MIN_TAR_VERSION : "1.28"
41MIN_GIT_VERSION : "1.8.3.1"
Patrick Williams8e7b46e2023-05-01 14:19:06 -050042MIN_GCC_VERSION : "8.0"
Andrew Geissler615f2f12022-07-15 14:00:58 -050043MIN_MAKE_VERSION : "4.0"
Patrick Williams8e7b46e2023-05-01 14:19:06 -050044# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), rounded up from 87
45MIN_DISK_SPACE : "90"
46# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "rm_work", rounded up from 38
47MIN_DISK_SPACE_RM_WORK : "40"
48# RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core system
49MIN_RAM : "8"