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:
parent
748a3bc835
commit
d6ceaa61d4
|
|
@ -52,5 +52,6 @@ IMAGE_INSTALL_append = " \
|
|||
ethtool \
|
||||
evtest \
|
||||
devmem2 \
|
||||
board-descriptor \
|
||||
"
|
||||
OSTREE_BRANCHNAME = "${MACHINE}-dev"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ IMAGE_INSTALL = " \
|
|||
systemd-serialgetty \
|
||||
networkmanager \
|
||||
modemmanager \
|
||||
board-descriptor \
|
||||
curl \
|
||||
tar \
|
||||
less \
|
||||
|
|
|
|||
|
|
@ -52,8 +52,6 @@ IMAGE_INSTALL_append = " \
|
|||
networkmanager \
|
||||
modemmanager \
|
||||
parted \
|
||||
board-descriptor \
|
||||
sw-update \
|
||||
rng-tools \
|
||||
glibc-utils \
|
||||
glibc-gconv \
|
||||
|
|
|
|||
Loading…
Reference in New Issue