diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2025-04-08 09:53:22 +0200 |
---|---|---|
committer | Alexander Stein <alexander.stein@ew.tq-group.com> | 2025-05-05 10:09:13 +0200 |
commit | 7eb08cfff49e69a0a8af2ba922dee54d4b76e2bc (patch) | |
tree | 3ed061ed01ef15f8e958b046c6774c5e18fa4067 | |
parent | 7431918c86ac6d3be2a273e091227157446960a7 (diff) | |
download | meta-freescale-7eb08cfff49e69a0a8af2ba922dee54d4b76e2bc.tar.gz |
qoriq: Add qoriq-nxp-bsp / qoriq-mainline-bsp overrides
Add machine overrides similar to imx-nxp-bsp and imx-mainline-bsp.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 4340c942..4a42a8bd 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -43,6 +43,8 @@ EXTRA_IMAGEDEPENDS += "u-boot qoriq-cst-native" | |||
43 | 43 | ||
44 | MACHINEOVERRIDES =. "qoriq:" | 44 | MACHINEOVERRIDES =. "qoriq:" |
45 | 45 | ||
46 | INHERIT += "machine-overrides-extender" | ||
47 | |||
46 | # Machines or distros can define which BSP it should use by default. We are | 48 | # Machines or distros can define which BSP it should use by default. We are |
47 | # intending to default for nxp BSP by default and specific machines or | 49 | # intending to default for nxp BSP by default and specific machines or |
48 | # DISTROs might change it if need. | 50 | # DISTROs might change it if need. |
@@ -51,6 +53,8 @@ MACHINEOVERRIDES =. "qoriq:" | |||
51 | QORIQ_DEFAULT_BSP ?= "nxp" | 53 | QORIQ_DEFAULT_BSP ?= "nxp" |
52 | 54 | ||
53 | MACHINEOVERRIDES =. "use-${QORIQ_DEFAULT_BSP}-bsp:" | 55 | MACHINEOVERRIDES =. "use-${QORIQ_DEFAULT_BSP}-bsp:" |
56 | MACHINEOVERRIDES_EXTENDER:use-mainline-bsp = "qoriq-generic-bsp:qoriq-mainline-bsp" | ||
57 | MACHINEOVERRIDES_EXTENDER:use-nxp-bsp = "qoriq-generic-bsp:qoriq-nxp-bsp" | ||
54 | 58 | ||
55 | # Sub-architecture support | 59 | # Sub-architecture support |
56 | MACHINE_SOCARCH_SUFFIX ?= "" | 60 | MACHINE_SOCARCH_SUFFIX ?= "" |