new file mode 100644
@@ -0,0 +1,53 @@
+SUMMARY = "Task to install additional utilities for initial board bringup"
+LICENSE = "MIT"
+PR = "r0"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit packagegroup
+
+UTILS = " \
+ arm-benchmarks \
+ evtest \
+ memtester \
+ nbench-byte \
+ pcitest \
+ serialcheck \
+ yavta \
+ hdparm \
+ i2c-tools \
+ libdrm-tests \
+ rt-tests \
+ iozone3 \
+ mtd-utils-ubifs-tests \
+ net-tools \
+ ethtool \
+ pciutils \
+ rng-tools \
+ stress-ng \
+ iperf \
+ lmbench \
+ usbutils \
+ devmem2 \
+ phytool \
+"
+
+UTILS_append_ti33x = " \
+ omapconf \
+"
+
+UTILS_append_ti43x = " \
+ omapconf \
+"
+
+UTILS_append_omap-a15 = " \
+ omapconf \
+"
+
+UTILS_append_k3 = " \
+ k3conf \
+"
+
+RDEPENDS_${PN} = "\
+ ${UTILS} \
+"
Lets try and create a minimal package group for board bringup. Lets call this basic system necessary for board bringup as "bootstrap". Signed-off-by: Nishanth Menon <nm@ti.com> --- Changes since v1: * review comments incorporated V1: https://lore.kernel.org/all/20220309021316.28370-4-nm@ti.com/ .../packagegroup-arago-bootstrap.bb | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb