Add tool parted to i.MX release rootfs [YOCIMX-6721]

Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit is contained in:
Jun Zhu 2022-12-12 16:45:21 +08:00
parent 17b64c173c
commit 7c738c55ec
2 changed files with 22 additions and 20 deletions

View File

@ -31,7 +31,9 @@ RDEPENDS:${PN} += " \
cryptodev-tests \ cryptodev-tests \
${@bb.utils.contains('MACHINE_FEATURES', 'dpdk', 'dpdk dpdk-examples', '', d)} \ ${@bb.utils.contains('MACHINE_FEATURES', 'dpdk', 'dpdk dpdk-examples', '', d)} \
e2fsprogs-resize2fs \ e2fsprogs-resize2fs \
gnutls-bin \
iw \ iw \
libp11 \
linuxptp \ linuxptp \
kernel-tools-iio \ kernel-tools-iio \
kernel-tools-pci \ kernel-tools-pci \
@ -41,8 +43,7 @@ RDEPENDS:${PN} += " \
ntpdate \ ntpdate \
openssl-bin \ openssl-bin \
openssl-engines \ openssl-engines \
libp11 \ parted \
gnutls-bin \
pciutils \ pciutils \
procps \ procps \
ptpd \ ptpd \

View File

@ -1,4 +1,4 @@
# Copyright 2018-2020 NXP # Copyright 2018-2020,2022 NXP
# Released under the MIT license (see COPYING.MIT for the terms) # Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Packagegroup to provide necessary tools for basic core image" 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} = " \ RDEPENDS:${PN} = " \
can-utils \
coreutils \
cpufrequtils \
dosfstools \ dosfstools \
ethtool \
evtest \ evtest \
e2fsprogs-mke2fs \ e2fsprogs-mke2fs \
fsl-rc-local \ e2fsprogs-resize2fs \
fbset \ fbset \
i2c-tools \ fsl-rc-local \
iproute2 \ iproute2 \
iw \
i2c-tools \
${KERNEL_TEST_TOOLS} \ ${KERNEL_TEST_TOOLS} \
libgpiod-tools \ libgpiod-tools \
linuxptp \
memtester \ memtester \
minicom \
mmc-utils \
mtd-utils \
mtd-utils-ubifs \
nano \
parted \
procps \
ptpd \
ntpdate \
python3-core \ python3-core \
python3-datetime \ python3-datetime \
python3-json \ python3-json \
ethtool \
mtd-utils \
mtd-utils-ubifs \
procps \
ptpd \
linuxptp \
iw \
can-utils \
cpufrequtils \
nano \
ntpdate \
minicom \
coreutils \
mmc-utils \
udev-extraconf \ udev-extraconf \
e2fsprogs-resize2fs \
" "