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 committed by Alexandre Bard
parent 748a3bc835
commit d6ceaa61d4
3 changed files with 1 additions and 3 deletions

View File

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

View File

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

View File

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