summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* machine-sdk/*-mingw32.conf: Disable SDKTAROPTSupstream/daisyMark Hatle2014-11-042-2/+6
| | | | | | | | | | | | | | | | | Adding the SDKTAROPTS can result in either a failure or an endless loop when generating the SDK tarball. This is due to potential recursive symlinks within the cross compiler directory structure. It also means files from places /var/log on the build system can be pulled into the sdk, dependning on the chosen rootfs of the target system this is built against. Disabling it is therefore the best opton, when post processing the tarball, the symlinks can be dealt with accordingly but the current approach is just dangerous. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc/nativesdk-mingw-w84-headers: Move symlinking to headers recipeRichard Purdie2014-05-272-8/+9
| | | | | | | | | | | The symlinking is really an artefact of the way the headers are provided. Move all the code into one place. Also have the initial compiler depend on the headers else the build can fail. High parallelism prevented the issue from being seen in most cases. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pthreads-win32: Ensure compiler options are preservedRichard Purdie2014-05-271-1/+1
| | | | | | | The compiler flags were not getting passed to the compiler, this fixes the make command so they do get preserved. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcc-runtime: Disable libatomic, it doesn't build for mingwRichard Purdie2014-04-301-1/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* binutils-cross-canadian/libmpc: Catch up with daisy recipe upgradesRichard Purdie2014-04-302-0/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* *-mingw32: Set binutils-crosssdk preferred providerupstream/doraRichard Purdie2014-04-302-0/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* binutils-cross-canadian: Ensure we drop the gettext dependencyRichard Purdie2014-04-301-0/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mingw-w64-headers: Update location to use BNP, not PN (drop nativesdk prefix)Richard Purdie2014-04-301-0/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroup-cross-canadian: Update after OE-Core meta-environment changesRichard Purdie2014-04-301-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* i686-mingw32: Populate based on x86)64 configRichard Purdie2013-09-201-0/+22
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Initial populationRichard Purdie2013-09-0424-0/+262