blob: 93c9a912928ff663c931dff635992aacd5090486 [file]
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
# Romulus doesn't have the space for the both zstd and xz compression
# libraries and currently phosphor-debug-collector is using xz. Switch systemd
# to use xz so only one of the two is added into the image.
PACKAGECONFIG:remove:romulus = "zstd"
PACKAGECONFIG:append:romulus = " xz"
# Remove seccomp support for Romulus to save space. This isn't actively
# leveraged.
PACKAGECONFIG:remove:romulus = "seccomp"