citadel/meta-citadel/recipes-citadel/packagegroups/packagegroup-citadel-base.bb

85 lines
1.4 KiB
BlitzBasic
Raw Normal View History

#
# Base set of packages, should not include anything needed only on desktop
#
PACKAGE_ARCH = "${MACHINE_ARCH}"
2017-12-12 15:23:44 -05:00
inherit packagegroup
BASH_COMPLETION = "\
bash-completion \
iproute2-bash-completion \
glib-2.0-bash-completion \
systemd-bash-completion \
util-linux-bash-completion \
"
RDEPENDS:${PN} = "\
2019-04-02 15:47:38 -04:00
keyutils \
citadel-config \
2017-12-12 15:23:44 -05:00
base-files \
base-passwd \
systemd \
systemd-conf \
systemd-container \
syslinux \
syslinux-extlinux \
2017-12-12 15:23:44 -05:00
keymaps \
kbd \
2019-04-09 15:20:36 -04:00
nnn \
2017-12-12 15:23:44 -05:00
console-tools \
coreutils \
gzip \
less \
util-linux \
net-tools \
2020-11-29 18:32:09 -05:00
iputils-ping \
2018-01-18 18:22:23 -05:00
which \
2017-12-12 15:23:44 -05:00
parted \
hdparm \
2017-12-12 15:23:44 -05:00
bash \
${BASH_COMPLETION} \
2017-12-12 15:23:44 -05:00
grep \
procps \
psmisc-extras \
tar \
pciutils \
sysfsutils \
vim-tiny \
2018-11-11 17:14:17 -05:00
nano \
2018-01-18 18:22:23 -05:00
tzdata \
tzdata-americas \
tzdata-asia \
tzdata-europe \
tzdata-posix \
glibc-charmap-utf-8 \
lvm2 \
2018-03-26 22:52:49 -04:00
findutils \
lsof \
strace \
iproute2 \
util-linux-hwclock \
util-linux-blkid \
util-linux-fstrim \
2018-03-26 22:52:49 -04:00
btrfs-tools \
systemd-analyze \
wget \
sed \
xz \
openssh-ssh \
cryptsetup \
e2fsprogs \
2019-04-02 15:47:38 -04:00
e2fsprogs-resize2fs \
2018-03-26 22:52:49 -04:00
dosfstools \
libpam \
libpam-pwdfile \
mkpasswd \
2018-06-19 21:18:12 -04:00
wireguard-tools \
resolvconf \
udisks2 \
efivar \
efibootmgr \
iw \
sudo \
gawk \
2017-12-12 15:23:44 -05:00
"