[master/wrynose][PATCH] recipes-core: arago-core-bundle: Simplify DTB filter for am62dxx
Paresh Bhagat <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Use k3-am62a7-sk as a prefix pattern for am62dxx to match all dtbs required instead of listing each one explicitly. Signed-off-by: Paresh Bhagat <[email protected]> --- meta-arago-distro/recipes-core/images/arago-core-bundle.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/arago-core-bundle.inc b/meta-arago-distro/recipes-core/images/arago-core-bundle.inc index ae2c5b1b..1c79bba1 100644 --- a/meta-arago-distro/recipes-core/images/arago-core-bundle.inc +++ b/meta-arago-distro/recipes-core/images/arago-core-bundle.inc @@ -34,7 +34,7 @@ DTB_FILTER:am62xxsip-evm = "k3-am625" DTB_FILTER:am64xx = "k3-am642" DTB_FILTER:am62pxx-evm = "k3-am62p5" DTB_FILTER:am62axx = "k3-am62a7\|k3-am62x-sk\|k3-fpdlink\|k3-v3link" -DTB_FILTER:am62dxx = "k3-am62d2\|k3-am62a7-sk-edgeai\|k3-am62a7-sk-rpi-hdr-ehrpwm\|k3-am62x-sk\|k3-am62a7-sk-e3-max-opp" +DTB_FILTER:am62dxx = "k3-am62d2\|k3-am62x-sk\|k3-am62a7-sk" # K3 SoC system firmware configuration # Maps machine types to their firmware naming variants for prebuilt-images -- 2.34.1