summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-11-01 17:07:30 -0500
committerMatthew McClintock <msm@freescale.com>2011-11-01 17:07:30 -0500
commit32ad761730296bb4826cda41d898108df227e262 (patch)
tree55a251c6f484eb4b01d0051fdad5b81d258d7959
parent42d6140e3af92857457c941904bdeff59dd40522 (diff)
downloadmeta-fsl-ppc-32ad761730296bb4826cda41d898108df227e262.tar.gz
Add mux-server for all, and boot-format for e500v2 parts
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--images/fsl-toolchain.bb10
1 files changed, 9 insertions, 1 deletions
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
4 4
5TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}" 5TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}"
6TOOLCHAIN_TARGET_TASK += "" 6TOOLCHAIN_TARGET_TASK += ""
7TOOLCHAIN_HOST_TASK += "dtc-nativesdk qemu-nativesdk" 7TOOLCHAIN_HOST_TASK += " \
8 dtc-nativesdk \
9 qemu-nativesdk \
10 mux-server-nativesdk \
11 "
12
13TOOLCHAIN_HOST_TASK_append_e500v2 = " \
14 boot-format-nativesdk \
15 "
8 16