recipes-core: Add posix build tools to perifirmware buildenv

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn 2020-08-29 07:18:04 +02:00
parent 3c1ae3cb92
commit d389720cc2

View File

@ -5,12 +5,31 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
require busybox-container-image.bb
BASE_TOOLS = " \
git \
bzip2 \
git \
libtool \
make \
pkgconfig \
"
POSIX_TOOLS = " \
binutils \
binutils-symlinks \
coreutils \
cpp \
cpp-symlinks \
gcc \
gcc-symlinks \
g++ \
g++-symlinks \
glibc-dev \
libgcc-dev \
libstdc++ \
libstdc++-dev \
"
IMAGE_INSTALL += " \
${BASE_TOOLS} \
${POSIX_TOOLS} \
"