From 722e6b1981f9060df3a4de2624231e5bd82a880e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 18 Oct 2023 11:10:56 -0300 Subject: 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 Signed-off-by: Max Krummenacher (cherry picked from commit 8363ba48d2c3207a97974aec662b373692310b08) --- buildconf/local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3