mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-07-19 18:39:09 +02:00
Add tool parted to i.MX release rootfs [YOCIMX-6721]
Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit is contained in:
parent
17b64c173c
commit
7c738c55ec
|
@ -31,7 +31,9 @@ RDEPENDS:${PN} += " \
|
|||
cryptodev-tests \
|
||||
${@bb.utils.contains('MACHINE_FEATURES', 'dpdk', 'dpdk dpdk-examples', '', d)} \
|
||||
e2fsprogs-resize2fs \
|
||||
gnutls-bin \
|
||||
iw \
|
||||
libp11 \
|
||||
linuxptp \
|
||||
kernel-tools-iio \
|
||||
kernel-tools-pci \
|
||||
|
@ -41,8 +43,7 @@ RDEPENDS:${PN} += " \
|
|||
ntpdate \
|
||||
openssl-bin \
|
||||
openssl-engines \
|
||||
libp11 \
|
||||
gnutls-bin \
|
||||
parted \
|
||||
pciutils \
|
||||
procps \
|
||||
ptpd \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2018-2020 NXP
|
||||
# Copyright 2018-2020,2022 NXP
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
DESCRIPTION = "Packagegroup to provide necessary tools for basic core image"
|
||||
|
@ -12,33 +12,34 @@ KERNEL_TEST_TOOLS:mx8m-nxp-bsp = "kernel-tools-iio kernel-tools-pci spidev-test
|
|||
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
can-utils \
|
||||
coreutils \
|
||||
cpufrequtils \
|
||||
dosfstools \
|
||||
ethtool \
|
||||
evtest \
|
||||
e2fsprogs-mke2fs \
|
||||
fsl-rc-local \
|
||||
e2fsprogs-resize2fs \
|
||||
fbset \
|
||||
i2c-tools \
|
||||
fsl-rc-local \
|
||||
iproute2 \
|
||||
iw \
|
||||
i2c-tools \
|
||||
${KERNEL_TEST_TOOLS} \
|
||||
libgpiod-tools \
|
||||
linuxptp \
|
||||
memtester \
|
||||
minicom \
|
||||
mmc-utils \
|
||||
mtd-utils \
|
||||
mtd-utils-ubifs \
|
||||
nano \
|
||||
parted \
|
||||
procps \
|
||||
ptpd \
|
||||
ntpdate \
|
||||
python3-core \
|
||||
python3-datetime \
|
||||
python3-json \
|
||||
ethtool \
|
||||
mtd-utils \
|
||||
mtd-utils-ubifs \
|
||||
procps \
|
||||
ptpd \
|
||||
linuxptp \
|
||||
iw \
|
||||
can-utils \
|
||||
cpufrequtils \
|
||||
nano \
|
||||
ntpdate \
|
||||
minicom \
|
||||
coreutils \
|
||||
mmc-utils \
|
||||
udev-extraconf \
|
||||
e2fsprogs-resize2fs \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user