]> code.ossystems Code Review - meta-freescale.git/commitdiff
Include extra boot-format-nativesdk-config in fsl-toolchain
authorMatthew McClintock <msm@freescale.com>
Mon, 7 Nov 2011 22:49:41 +0000 (16:49 -0600)
committerMatthew McClintock <msm@freescale.com>
Mon, 7 Nov 2011 23:03:59 +0000 (17:03 -0600)
Signed-off-by: Matthew McClintock <msm@freescale.com>
meta-fsl-ppc/images/fsl-toolchain.bb

index 7995b7f72e3e56a5aa9a0eedfc36a843cc830b5b..89fca774ec6b92fe8a649333604e83f340857fe5 100644 (file)
@@ -3,7 +3,8 @@ PR = "r1"
 require fsl-toolchain-bare.bb
 
 TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${DISTRO_VERSION}"
-TOOLCHAIN_TARGET_TASK += ""
+TOOLCHAIN_TARGET_TASK += " \
+       "
 TOOLCHAIN_HOST_TASK += " \
        dtc-nativesdk \
        qemu-nativesdk \
@@ -12,5 +13,6 @@ TOOLCHAIN_HOST_TASK += " \
 
 TOOLCHAIN_HOST_TASK_append_e500v2 = " \
        boot-format-nativesdk \
+       boot-format-nativesdk-config \
        "