summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2018-10-05 13:32:29 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2018-10-06 11:50:50 -0300
commit7c92671ba7c1e1f98154ec3d3025edf262f32183 (patch)
treed3c44673e353b1db26ef74f21f7043ce97c1d501 /recipes-kernel
parent476c63185e6864f82e938247235e7ad8ad20af4b (diff)
downloadmeta-freescale-7c92671ba7c1e1f98154ec3d3025edf262f32183.tar.gz
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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/dtc/dtc-145_git.bb1
1 files changed, 0 insertions, 1 deletions
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 () {
16 install -d ${D}/${bindir} 16 install -d ${D}/${bindir}
17 install -m 755 dtc ${D}/${bindir}/dtc-145 17 install -m 755 dtc ${D}/${bindir}/dtc-145
18} 18}
19COMPATIBLE_MACHINE = "(imx)"