board-descriptor: remove bd tool from rel images

This tool have been provided for debugging purposes. Therefore it is
removed from release and minimal images and only used in development
images.

BugzID: 55615

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Patrick Zysset 2019-02-07 12:54:37 +01:00
parent 748a3bc835
commit 477ae213e0
3 changed files with 1 additions and 3 deletions

View File

@ -52,5 +52,6 @@ IMAGE_INSTALL_append = " \
ethtool \
evtest \
devmem2 \
board-descriptor \
"
OSTREE_BRANCHNAME = "${MACHINE}-dev"

View File

@ -18,7 +18,6 @@ IMAGE_INSTALL = " \
systemd-serialgetty \
networkmanager \
modemmanager \
board-descriptor \
curl \
tar \
less \

View File

@ -52,8 +52,6 @@ IMAGE_INSTALL_append = " \
networkmanager \
modemmanager \
parted \
board-descriptor \
sw-update \
rng-tools \
glibc-utils \
glibc-gconv \