diff options
Diffstat (limited to 'meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb')
| -rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb b/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb deleted file mode 100644 index b17cba4a78..0000000000 --- a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb +++ /dev/null | |||
| @@ -1,61 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2019 Konsulko Group | ||
| 3 | # | ||
| 4 | |||
| 5 | SUMMARY = "Full-featured set of base utils" | ||
| 6 | DESCRIPTION = "Package group bringing in packages needed to provide much of the base utils type functionality found in busybox" | ||
| 7 | |||
| 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 9 | |||
| 10 | inherit packagegroup | ||
| 11 | |||
| 12 | VIRTUAL-RUNTIME_vim ?= "vim-tiny" | ||
| 13 | |||
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} = "\ | ||
| 17 | base-passwd \ | ||
| 18 | bash \ | ||
| 19 | bind-utils \ | ||
| 20 | bzip2 \ | ||
| 21 | coreutils \ | ||
| 22 | cpio \ | ||
| 23 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "debianutils-run-parts", d)} \ | ||
| 24 | dhcpcd \ | ||
| 25 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "kea", d)} \ | ||
| 26 | diffutils \ | ||
| 27 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "dpkg-start-stop", d)} \ | ||
| 28 | e2fsprogs \ | ||
| 29 | ed \ | ||
| 30 | file \ | ||
| 31 | findutils \ | ||
| 32 | gawk \ | ||
| 33 | grep \ | ||
| 34 | gzip \ | ||
| 35 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "ifupdown", d)} \ | ||
| 36 | inetutils \ | ||
| 37 | inetutils-ping \ | ||
| 38 | inetutils-telnet \ | ||
| 39 | inetutils-tftp \ | ||
| 40 | inetutils-traceroute \ | ||
| 41 | iproute2 \ | ||
| 42 | ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "kbd", "", d)} \ | ||
| 43 | kmod \ | ||
| 44 | less \ | ||
| 45 | ncurses-tools \ | ||
| 46 | net-tools \ | ||
| 47 | parted \ | ||
| 48 | patch \ | ||
| 49 | procps \ | ||
| 50 | psmisc \ | ||
| 51 | sed \ | ||
| 52 | shadow-base \ | ||
| 53 | tar \ | ||
| 54 | time \ | ||
| 55 | unzip \ | ||
| 56 | util-linux \ | ||
| 57 | ${VIRTUAL-RUNTIME_vim} \ | ||
| 58 | wget \ | ||
| 59 | which \ | ||
| 60 | xz \ | ||
| 61 | " | ||
