Revert "dtc-145: Limit BSP specific recipes on relevant SOCs"
This creates a regression.
dtc-145-native is needed. The native.bbclass sets MACHINEOVERRIDES to "" which
then makes buiding a recipe which DEPENDS on dtc-145-native fail.
This reverts commit
16c528880f20c68731e645775d31c7445c95a8db for
recipes-kernel/dtc/dtc-145_git.bb.
compare with output of 'bitbake -e dtc-145-native
| # set /build/krm/oe-core_master/build/../layers/openembedded-core/meta/classes/native.bbclass:113
| # ""
| # pre-expansion value:
| # ""
| MACHINEOVERRIDES=""
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>