summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-10-18 11:10:56 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2023-12-11 13:34:11 +0100
commit722e6b1981f9060df3a4de2624231e5bd82a880e (patch)
treec3081164b1063c483910981f090ed2680795bbb7
parent7601d9b6ded1a7498e455e0e6f6a3eac499ebf6d (diff)
buildconf: use downstream distro also for verdin-am62-k3r5
Assert that for both machines, verdin-am62 and verdin-am62-k3r5, the downstream distro is set. With adding the mainlinish U-Boot to the machine configuration that now matters if use-head-next is set. Without the change a bitbake build failure is seen when building the SPL for verdin-am62-k3r5: | Can't find default configuration "arch/../configs/verdin-am62_r5_defconfig"! Reported-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 8363ba48d2c3207a97974aec662b373692310b08)
-rw-r--r--buildconf/local.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 3da0408..59b1f3b 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -311,7 +311,7 @@ INHERIT += "toradex-mirrors toradex-sanity"
# Use the upstream distro for modules based on i.MX 6/6ULL/7, downstream is no longer supported.
# For i.MX 8/8X/8MM/8MP and TI modules the downstream distro is used.
-MACHINES_DOWNSTREAM_DISTRO_DEFAULT = "apalis-imx8 colibri-imx8x verdin-imx8mm verdin-imx8mp verdin-am62"
+MACHINES_DOWNSTREAM_DISTRO_DEFAULT = "apalis-imx8 colibri-imx8x verdin-imx8mm verdin-imx8mp verdin-am62 verdin-am62-k3r5"
DISTRO ?= "${@bb.utils.contains("MACHINES_DOWNSTREAM_DISTRO_DEFAULT", d.getVar('MACHINE') or '', "tdx-xwayland", "tdx-xwayland-upstream", d)}"
# Don't generate the mirror tarball for SCM repos, the snapshot is enough