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-10-18 13:06:49 -0300
commit8363ba48d2c3207a97974aec662b373692310b08 (patch)
tree1fb12e7345278418a1479c85835c5afc31b9ccef
parent62089004245a6b40f7aa514246063e1a59dea8b5 (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>
-rw-r--r--buildconf/local.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index bcd362d..aca4f5f 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -301,7 +301,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