Max Krummenacher
2018-10-05 11:32:29 UTC
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 <***@toradex.com>
---
recipes-kernel/dtc/dtc-145_git.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/recipes-kernel/dtc/dtc-145_git.bb b/recipes-kernel/dtc/dtc-145_git.bb
index bdd83990..2776cc5e 100644
--- a/recipes-kernel/dtc/dtc-145_git.bb
+++ b/recipes-kernel/dtc/dtc-145_git.bb
@@ -16,4 +16,3 @@ do_install () {
install -d ${D}/${bindir}
install -m 755 dtc ${D}/${bindir}/dtc-145
}
-COMPATIBLE_MACHINE = "(imx)"
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 <***@toradex.com>
---
recipes-kernel/dtc/dtc-145_git.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/recipes-kernel/dtc/dtc-145_git.bb b/recipes-kernel/dtc/dtc-145_git.bb
index bdd83990..2776cc5e 100644
--- a/recipes-kernel/dtc/dtc-145_git.bb
+++ b/recipes-kernel/dtc/dtc-145_git.bb
@@ -16,4 +16,3 @@ do_install () {
install -d ${D}/${bindir}
install -m 755 dtc ${D}/${bindir}/dtc-145
}
-COMPATIBLE_MACHINE = "(imx)"
--
2.13.6
--
2.13.6
--