blob: 633f8e6b99d6a5865c1226de0af720c4f46b2301 [file] [log] [blame]
require recipes-core/meta/buildtools-tarball.bb
DESCRIPTION = "SDK type target for building a standalone tarball containing build-essentials, python3, chrpath, \
make, git and tar. The tarball can be used to run bitbake builds on systems which don't meet the \
usual version requirements and have ancient compilers."
SUMMARY = "Standalone tarball for running builds on systems with inadequate software and ancient compilers"
LICENSE = "MIT"
# Add nativesdk equivalent of build-essentials
TOOLCHAIN_HOST_TASK += "\
nativesdk-automake \
nativesdk-autoconf \
nativesdk-binutils \
nativesdk-binutils-symlinks \
nativesdk-cpp \
nativesdk-cpp-symlinks \
nativesdk-gcc \
nativesdk-gcc-symlinks \
nativesdk-g++ \
nativesdk-g++-symlinks \
nativesdk-gettext \
nativesdk-libatomic \
nativesdk-libgcc \
nativesdk-libgomp-dev \
nativesdk-libstdc++ \
nativesdk-libstdc++-dev \
nativesdk-libstdc++-staticdev \
nativesdk-libtool \
nativesdk-pkgconfig \
nativesdk-glibc-utils \
nativesdk-glibc-gconvs \
nativesdk-libxcrypt-dev \
nativesdk-parted \
nativesdk-dosfstools \
nativesdk-gptfdisk \
"
# gconvs needed for iconv to work in vim builds
TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}"
SDK_TITLE = "Extended Build tools"