packagegroup-nm-extended: only add ssf for machines which support da9063-ignition.
ATM the system state framework only works properly if we have the da9063 with working ignition. BugzID: 74987 Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
d60e2c476b
commit
fa2957f59a
|
|
@ -9,7 +9,7 @@ RDEPENDS_${PN} = " \
|
|||
packagegroup-base \
|
||||
nmhw-auto-part \
|
||||
nmhw-fwupdate \
|
||||
ssf-mgr \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "da9063-ignition", "ssf-mgr", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "custom-mac-addresses", "mac-address-set", "", d)} \
|
||||
\
|
||||
rng-tools \
|
||||
|
|
|
|||
Loading…
Reference in New Issue