]> code.ossystems Code Review - meta-freescale.git/commitdiff
Revert "dtc-145: Limit BSP specific recipes on relevant SOCs"
authorMax Krummenacher <max.oss.09@gmail.com>
Fri, 5 Oct 2018 11:32:29 +0000 (13:32 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 6 Oct 2018 14:50:50 +0000 (11:50 -0300)
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>
recipes-kernel/dtc/dtc-145_git.bb

index bdd83990b6dc723882595c10b307849f7b183e4a..2776cc5edba60deac4f19024d0975aa8983a2a73 100644 (file)
@@ -16,4 +16,3 @@ do_install () {
     install -d ${D}/${bindir}
     install -m 755 dtc ${D}/${bindir}/dtc-145
 }
-COMPATIBLE_MACHINE = "(imx)"