From 32ad761730296bb4826cda41d898108df227e262 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Tue, 1 Nov 2011 17:07:30 -0500 Subject: Add mux-server for all, and boot-format for e500v2 parts Signed-off-by: Matthew McClintock --- images/fsl-toolchain.bb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/images/fsl-toolchain.bb b/images/fsl-toolchain.bb index ec2d424..7995b7f 100644 --- a/images/fsl-toolchain.bb +++ b/images/fsl-toolchain.bb @@ -4,5 +4,13 @@ require fsl-toolchain-bare.bb TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}" TOOLCHAIN_TARGET_TASK += "" -TOOLCHAIN_HOST_TASK += "dtc-nativesdk qemu-nativesdk" +TOOLCHAIN_HOST_TASK += " \ + dtc-nativesdk \ + qemu-nativesdk \ + mux-server-nativesdk \ + " + +TOOLCHAIN_HOST_TASK_append_e500v2 = " \ + boot-format-nativesdk \ + " -- cgit v1.2.3-54-g00ecf