diff options
| author | Matthew McClintock <msm@freescale.com> | 2011-10-26 22:09:20 -0500 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2011-10-26 22:09:20 -0500 |
| commit | 42d6140e3af92857457c941904bdeff59dd40522 (patch) | |
| tree | 3018078fcd74013ff9bbf69c16c102e022bcc411 /images/fsl-toolchain-bare.bb | |
| parent | f7e9779a7616629c670bc5e1232e6f73e1535037 (diff) | |
| download | meta-fsl-ppc-42d6140e3af92857457c941904bdeff59dd40522.tar.gz | |
Add fsl-toolchain-bare for just barebones toolchain
Make fsl-toolchain build from the -bare version and we
can start adding nativesdk package such as qemu and dtc
there
Signed-off-by: Matthew McClintock <msm@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..16f3298 --- /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 = "task-core-standalone-sdk-target" | ||
| 7 | TOOLCHAIN_HOST_TASK = "task-cross-canadian-${TRANSLATED_TARGET_ARCH}" | ||
| 8 | TOOLCHAIN_NEED_CONFIGSITE_CACHE += "zlib" | ||
