diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-28 13:18:49 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-28 17:28:35 -0300 |
commit | 16c528880f20c68731e645775d31c7445c95a8db (patch) | |
tree | cad3fa208f55dc8158d9f31ea8353e907a3539dd /recipes-kernel/dtc | |
parent | ec60f9636b63613ef82091e638df95de0c0821bb (diff) | |
download | meta-freescale-16c528880f20c68731e645775d31c7445c95a8db.tar.gz |
recipes: Limit BSP specific recipes on relevant SOCs
This helps in using meta-freescale with other BSP layers in same
projects, which is common usecase
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
Cc: Zhenhua Luo <zhenhua.luo@nxp.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/dtc')
-rw-r--r-- | recipes-kernel/dtc/dtc-145_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/dtc/dtc-145_git.bb b/recipes-kernel/dtc/dtc-145_git.bb index 2776cc5e..bdd83990 100644 --- a/recipes-kernel/dtc/dtc-145_git.bb +++ b/recipes-kernel/dtc/dtc-145_git.bb | |||
@@ -16,3 +16,4 @@ 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 | } |
19 | COMPATIBLE_MACHINE = "(imx)" | ||