Discussion:
[meta-freescale] [PATCH] Revert "dtc-145: Limit BSP specific recipes on relevant SOCs"
Max Krummenacher
2018-10-05 11:32:29 UTC
Permalink
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)"
--
2.13.6

--
Max Krummenacher
2018-10-05 12:00:46 UTC
Permalink
Hi

Forgot to add author and people in CC of original patch. Sorry about that

Regards
Max

Am Fr., 5. Okt. 2018 um 13:33 Uhr schrieb Max Krummenacher <
Post by Max Krummenacher
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
| # ""
| # ""
| MACHINEOVERRIDES=""
---
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
Loading...