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
|
require busybox-container-image.bb
|
||||||
|
|
||||||
BASE_TOOLS = " \
|
BASE_TOOLS = " \
|
||||||
git \
|
|
||||||
bzip2 \
|
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 += " \
|
IMAGE_INSTALL += " \
|
||||||
${BASE_TOOLS} \
|
${BASE_TOOLS} \
|
||||||
|
${POSIX_TOOLS} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user