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 \
|
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 \
|
||||||
|
|
|
@ -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 \
|
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user