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:
parent
79848fbc10
commit
1d68514a50
|
|
@ -40,4 +40,4 @@ MACHINE_EXTRA_RRECOMMENDS += " \
|
|||
cryptodev-module \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth"
|
||||
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth pci"
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ MACHINE_EXTRA_RRECOMMENDS += " \
|
|||
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
|
||||
KERNEL_IMAGETYPE = "Image.gz"
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ RDEPENDS_${PN} = "\
|
|||
netbase \
|
||||
networkmanager \
|
||||
os-release \
|
||||
${@bb.utils.contains('MACHINE_FEATURES', 'pci', 'pciutils', '',d)} \
|
||||
recovery-utils \
|
||||
sysinfo \
|
||||
system-monitor \
|
||||
|
|
|
|||
Loading…
Reference in New Issue