[meta-freescale] [meta-fsl-demos][PATCH 10/13] meta-toolchain.bbappend: append QorIQ required packages

Zhenhua Luo zhenhua.luo at freescale.com
Wed Sep 23 07:07:51 PDT 2015


Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 recipes-fsl/images/meta-toolchain.bbappend | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 recipes-fsl/images/meta-toolchain.bbappend

diff --git a/recipes-fsl/images/meta-toolchain.bbappend b/recipes-fsl/images/meta-toolchain.bbappend
new file mode 100644
index 0000000..c4c6703
--- /dev/null
+++ b/recipes-fsl/images/meta-toolchain.bbappend
@@ -0,0 +1,27 @@
+TOOLCHAIN_NEED_CONFIGSITE_CACHE_append_qoriq = "zlib"
+
+TOOLCHAIN_TARGET_TASK_append_qoriq = " \
+    dtc-staticdev \
+    glib-2.0 \
+    glib-2.0-dev \
+    libgomp \
+    libgomp-dev \
+    libgomp-staticdev \
+    libstdc++-staticdev \
+    ${TCLIBC}-staticdev \
+"
+
+CORE_SPECIFIC_qoriq = "nativesdk-mux-server"
+CORE_SPECIFIC_ls102xa = ""
+
+TOOLCHAIN_HOST_TASK_append_qoriq = " \
+    nativesdk-dtc \
+    nativesdk-u-boot-mkimage \
+    nativesdk-cst \
+    ${CORE_SPECIFIC} \
+"
+
+TOOLCHAIN_HOST_TASK_append_e500v2 = " \
+    nativesdk-boot-format \
+    nativesdk-boot-format-config \
+"
-- 
2.4.3



More information about the meta-freescale mailing list