aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-05-15Revert "odcctools2: Remove use of "new typename" constructors"daisyRichard Purdie
This reverts commit f4122e22257c784e9eb1b564e8ef16cd2e83cd03 since it breaks later gcc compiles.
2014-05-08odcctools2: Remove use of "new typename" constructorsWoodyatt, James
These are specific to gcc 4.8 and removing these allows the build to succeed on host systemd with have gcc 4.7. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-08gcc-cross-canadian: Fix C++ standard library headers on OS XWoodyatt, James
Remove the 4.2.1 directory from the --with-gxx-include-dir path provided to the configure script for GCC 4.8 in the cross-canadian build. This is not the patch we end up installing headers to and was accidentally copied from the darwin crosssdk recipes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-30gcc: Fix unshipped files warningRichard Purdie
Avoid the build failure: nativesdk-libgcc: Files/directories were installed but not shipped /opt/poky/1.6/sysroots/i386-pokysdk-darwin/lib Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-30osx-runtime: Avoid copying a patches directory overRichard Purdie
This avoids a build failure from unpackaged files if the empty patches directory is copied. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-30odcctools2: Add missing DEPENDSRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-30binutils-cross-canadian: Catch up with daisy recipe upgradesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-30packagegroup-cross-canadian: Update after OE-Core meta-environment changesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-04README: Improve slightlyRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-04Add odcctools2 which works on 64 bit systemsRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-04Initial populationRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>