packagegroup-dey-core: add pciutils package for platforms that support PCI

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2019-06-19 10:53:21 +02:00
parent 79848fbc10
commit 1d68514a50
3 changed files with 3 additions and 2 deletions

View File

@ -40,4 +40,4 @@ MACHINE_EXTRA_RRECOMMENDS += " \
cryptodev-module \ cryptodev-module \
" "
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth" MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth pci"

View File

@ -51,7 +51,7 @@ MACHINE_EXTRA_RRECOMMENDS += " \
cryptoauthlib \ cryptoauthlib \
" "
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth cryptochip" MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth cryptochip pci"
# AARCH64 doesn't support self-extracting zImage # AARCH64 doesn't support self-extracting zImage
KERNEL_IMAGETYPE = "Image.gz" KERNEL_IMAGETYPE = "Image.gz"

View File

@ -43,6 +43,7 @@ RDEPENDS_${PN} = "\
netbase \ netbase \
networkmanager \ networkmanager \
os-release \ os-release \
${@bb.utils.contains('MACHINE_FEATURES', 'pci', 'pciutils', '',d)} \
recovery-utils \ recovery-utils \
sysinfo \ sysinfo \
system-monitor \ system-monitor \