Add these filters based on SoC, not board. This allows this to work with dra7xx-hs-evm and any other DRA7 based board. This also means we only need one line for all AM57x boards.
Signed-off-by: Andrew Davis <[email protected]> --- meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc index 5f72e7b0..200ccf52 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc +++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc @@ -18,9 +18,8 @@ TOOLCHAIN_CLEANUP_PACKAGES = "libgnutls-dev libgnutls-extra26 libgnutls-openssl2 # picking up DTB files for devices with no DTB support. DTB_FILTER = "unknown" DTB_FILTER:ti33x = "am335x" -DTB_FILTER:dra7xx-evm = "dra7" -DTB_FILTER:am57xx-evm = "am57xx" -DTB_FILTER:am57xx-hs-evm = "${DTB_FILTER:am57xx-evm}" +DTB_FILTER:dra7xx = "dra7" +DTB_FILTER:am57xx = "am57xx" DTB_FILTER:ti43x = "am43" DTB_FILTER:omapl138 = "da850" DTB_FILTER:am65xx = "am65" -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16737): https://lists.yoctoproject.org/g/meta-arago/message/16737 Mute This Topic: https://lists.yoctoproject.org/mt/116179159/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
