diff options
Diffstat (limited to 'conf/machine/include/qoriq-base.inc')
-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 6166cb2a..1eb8d1b0 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -20,6 +20,15 @@ EXTRA_IMAGEDEPENDS += "u-boot cst-native" | |||
20 | 20 | ||
21 | MACHINEOVERRIDES =. "qoriq:" | 21 | MACHINEOVERRIDES =. "qoriq:" |
22 | 22 | ||
23 | # Machines or distros can define which BSP it should use by default. We are | ||
24 | # intending to default for nxp BSP by default and specific machines or | ||
25 | # DISTROs might change it if need. | ||
26 | # | ||
27 | # Two values are considered valid: mainline, nxp | ||
28 | QORIQ_DEFAULT_BSP ?= "nxp" | ||
29 | |||
30 | MACHINEOVERRIDES =. "use-${QORIQ_DEFAULT_BSP}-bsp:" | ||
31 | |||
23 | # Sub-architecture support | 32 | # Sub-architecture support |
24 | MACHINE_SOCARCH_SUFFIX ?= "" | 33 | MACHINE_SOCARCH_SUFFIX ?= "" |
25 | MACHINE_SOCARCH_SUFFIX_qoriq = "-qoriq" | 34 | MACHINE_SOCARCH_SUFFIX_qoriq = "-qoriq" |