diff options
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 1786b00b..7360a75a 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -17,3 +17,12 @@ MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" | |||
17 | EXTRA_IMAGEDEPENDS += "u-boot cst-native" | 17 | EXTRA_IMAGEDEPENDS += "u-boot cst-native" |
18 | 18 | ||
19 | MACHINEOVERRIDES =. "qoriq:" | 19 | MACHINEOVERRIDES =. "qoriq:" |
20 | |||
21 | # Sub-architecture support | ||
22 | MACHINE_SOCARCH_SUFFIX ?= "" | ||
23 | MACHINE_SOCARCH_SUFFIX_qoriq = "-qoriq" | ||
24 | |||
25 | MACHINE_ARCH_FILTER = "virtual/kernel" | ||
26 | MACHINE_SOCARCH_FILTER_append_qoriq = " cryptodev-qoriq-linux cryptodev-qoriq-module cryptodev-qoriq-test openssl-qoriq" | ||
27 | |||
28 | INHERIT += "fsl-dynamic-packagearch" | ||