aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2014-08-18qemu: Add bbappend to build qemu on darwinCristian Iorga
Disable Cocoa for now Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-18gcc-runtime: Don't pollute global export namespaceRichard Purdie
The export into the global namespace pollutes the checksums of *all* recipes which means the presence or absence of the layer changes the builds and forces pointless rebuilds. Move the exports to the darwin specific configure/compile tasks to avoid this. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-06nativesdk-osx-runtime_10.8: Updated with /System/Library/FrameworksCristian Iorga
MacOS X native frameworks needs to be added to its sysroot in order to be able to build Mac native apps. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-06nativesdk-osx-runtime: remove gcc-unsupported featuresCristian Iorga
Addapt CoreFoundation headers so that will work with gcc. As such, remove the assumption that compiler supports unsupported_attribute_availability_with_message feature. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-05flex: Add bbappend for darwinRichard Purdie
On darwin, we need to enable the malloc/realloc wrappers which for some reason don't link correctly without this change (possibly a cross compiling issue?). We also need to allow undefined symbols due to the way libfl is built/used otherwise we see linker errors. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-01odcctools2-crosssdk: remove unknown configuration --enable-ld64Cristian Iorga
This generates configure time warnings, because is an unknown configure option. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
2014-08-01gcc-crosssdk: Enable objc on darwinRichard Purdie
When building for darwin, it makes sense to have an objc enabled compiler. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-01osx-runtime: unexport various flagsRichard Purdie
Its annoying to see osx-runtime rebuild when various compiler flags change. The recipe doesn't use or depend on them and by unexporting them, we can avoid some of the rebuilds. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-08gcc: Update from 4.8 -> 4.9Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-15Revert "odcctools2: Remove use of "new typename" constructors"Richard 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-crosssdk: Work around libgcc issues on darwin for nowRichard Purdie
For some reason the libgcc build is incomplete compared to the one that was part of gcc-crosssdk. Whilst this was removed in OE-Core add it back for now as a workaround until things can be fixed properly. 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>
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>