aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/external-csl-toolchain.bb
AgeCommit message (Collapse)Author
2012-05-24Rename 'external-csl' to 'external-sourcery'Christopher Larson
This is a rename per the purchase of CodeSourcery by Mentor Graphics Corporation, and associated naming change. Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03external-csl-toolchain: cleanup, simplify, use base_libdirChristopher Larson
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03external-csl-toolchain: silence .a/.debug QA warningsChristopher Larson
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-05-03external-csl-toolchain: split out a libstdc++-staticdev packageChristopher Larson
This silences one of the QA warnings. Signed-off-by: Christopher Larson <kergoth@gmail.com>
2012-03-08external-csl-toolchain: override PKGV, not PKGV_${PN}Christopher Larson
This is needed to ensure that the RDEPENDS_${PN}-dev, RDEPENDS_${PN}-staticdev, and RRECOMMENDS_${PN}-dbg are accurate with respect to the PKGV of the ${PN} package, and incidentally fixes an rpm packaging issue, as rpm dislikes the recipe PV as PKGV. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-22external-csl-toolchain: skip parsing if CSL_VER_MAIN isn't setJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-09external-csl-toolchain: fix mtd-user.h issueChristopher Larson
The use of __packed, which isn't defined in userspace, caused busybox build failures. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-02-08external-csl-toolchain: split out gdbserver packagesChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-02-08external-csl-toolchain: correct binary packagingChristopher Larson
CS puts optimized executables in usr/lib/bin, not usr/bin. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-02-08external-csl-toolchain: set PKG/PKGV for staticdevChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2012-02-03external-csl-toolchain: extract version info from the toolchainChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-03external-csl-toolchain: leverage eglibc's packaging for more granular outputChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-03external-csl-toolchain: support ia32Christopher Larson
Unfortunately, the CSL ia32 toolchain has non-prefixed binaries in its bindir (e.g. gcc, ld). To avoid this messing up our build, we avoid adding this bindir to our PATH, and instead add symlinks to the prefixed binaries to our staging toolchain bindir. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-03external-csl-toolchain: support mips/ppc/armChristopher Larson
- Rather than adjusting TARGET_VENDOR, which results in our TARGET_SYS matching the external toolchain, override TARGET_PREFIX to match external, and leave TARGET_SYS alone - Grab the optimized files out of the toolchain if available - Create a symlink in sysroot to ensure the sysroot layout matches toolchain expectations (optimized files in a subdir) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-01external-csl-toolchain: avoid the hardcoded version/prefixChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>