diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-09-02 17:10:32 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:18 -0300 |
commit | efa3c73dd97c62ed2a4e6cf56db7f9dc7f349a37 (patch) | |
tree | 418833382154e2e1809d2e8dee540ce40362f30f /conf/machine | |
parent | ebe3bb62f466b6dc390d9cc063a589ce6cf16d94 (diff) | |
download | meta-freescale-efa3c73dd97c62ed2a4e6cf56db7f9dc7f349a37.tar.gz |
ipc-ust: move SOC specific variables to qoriq-base.inc
* Add IPC_UST_SOC variables in qoriq-base.inc to define SOC type for ipc-ust
* Use IPC_UST_SOC in ipc-ust bb file
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 1b49cc42..f85f18e1 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -20,4 +20,8 @@ MACHINE_EXTRA_RRECOMMENDS ?= "udev-rules-qoriq" | |||
20 | 20 | ||
21 | EXTRA_IMAGEDEPENDS += "u-boot cst-native" | 21 | EXTRA_IMAGEDEPENDS += "u-boot cst-native" |
22 | 22 | ||
23 | IPC_UST_SOC_bsc9131 = "B913x" | ||
24 | IPC_UST_SOC_bsc9132 = "B913x" | ||
25 | IPC_UST_SOC_b4 = "B4860" | ||
26 | |||
23 | MACHINEOVERRIDES .= ":qoriq" | 27 | MACHINEOVERRIDES .= ":qoriq" |