diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-03-01 06:14:32 +0000 |
|---|---|---|
| committer | Matthew McClintock <msm-oss@mcclintock.net> | 2013-03-06 01:23:36 -0600 |
| commit | 0c4fd5f2176d68977d64db198b03e4241d45a66b (patch) | |
| tree | 2d9e588c7ab47df5f7a81141d3358caa215caccf /images/fsl-toolchain-bare.bb | |
| parent | 343e0388c10d465946b2b7ffa3036116cd4bd9d0 (diff) | |
| download | meta-fsl-ppc-0c4fd5f2176d68977d64db198b03e4241d45a66b.tar.gz | |
Revert "Remove recipes-append folder which are SDK specific"
This reverts commit ee364575803812dbbb2b103d468c66c54efcc7af.
The intention of the patch is to remove the confusion commit(mismatched title and change).
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'images/fsl-toolchain-bare.bb')
| -rw-r--r-- | images/fsl-toolchain-bare.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/images/fsl-toolchain-bare.bb b/images/fsl-toolchain-bare.bb new file mode 100644 index 0000000..74a3c4a --- /dev/null +++ b/images/fsl-toolchain-bare.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | PR = "r3" | ||
| 2 | |||
| 3 | require recipes-core/meta/meta-toolchain.bb | ||
| 4 | |||
| 5 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-bare-${DISTRO_VERSION}" | ||
| 6 | TOOLCHAIN_TARGET_TASK = "packagegroup-core-standalone-sdk-target" | ||
| 7 | TOOLCHAIN_HOST_TASK = "packagegroup-cross-canadian-${TRANSLATED_TARGET_ARCH}" | ||
| 8 | TOOLCHAIN_NEED_CONFIGSITE_CACHE += "zlib" | ||
