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-bsp/imx-uuc | |
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-bsp/imx-uuc')
-rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 381c214a..a3a8387b 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb | |||
@@ -16,3 +16,5 @@ SRCREV = "323efa5e4c799c40503ac92a8104c33b090e6731" | |||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | FILES_${PN} += "/linuxrc /fat" | 18 | FILES_${PN} += "/linuxrc /fat" |
19 | |||
20 | COMPATIBLE_MACHINE = "(imx)" | ||