recipes-core: Add posix build tools to perifirmware buildenv
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
3c1ae3cb92
commit
d389720cc2
@ -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} \
|
||||
"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user