Age | Commit message (Collapse) | Author | Files |
|
http://patchwork.openembedded.org/patch/998/
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
This is set appropriately in toolchain configuration.
It gives a possibility to cleanly override LIBC
say to eglibc or glibc.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
|
|
* fix DSPLINK path
* keep versioning inline with CE till we sort it out properly
|
|
* now it's Crofton's turn to work on it :)
|
|
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Remove unbuildable dash_0.5.2 recipe.
Add checksums for new dash and diffstat
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
diffstat_1.39.bb is moved out the tars dont exist on debian servers
anymore.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
useful to deal with NAND.
|
|
|
|
|
|
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
We can drop the other two patches as they have been applied.
|
|
With gcc 4.3 stdc++ symbols leak into the library. One way to
solve it is to use a custom linker script, another one is to
just point gcc to the c++ library. The second option is used
here right now.
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
into org.openembedded.dev
|
|
|
|
When not providing a cross nm, the configure for libtool-cross falls back to
the system nm. This can lead to empty "global_symbol_pipe" and
"global_symbol_to_cdeclvarble" variables in the generated libtool script.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
|
|
|
|
|
|
Set preferred versions for eglibc to be 2.10.
Bump up uclibc PREFERRED_VERSION to 0.9.30.1
and for uclibc add more PREFERRED_PROVIDERS.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Currently we fall back to glibc if LIBC is not set.
We now will use eglibc as default lib for minimal
and sane-toolchain
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Gather info on the collections into COLLECTIONSINFO.
- Store the collection info for the current file in COLLECTIONINFO.
- Add has_collection() and get_collection() utility functions.
- Make collection_unpack pass back the collection name.
- Just use != rather than symmetric_difference on the set comparision.
- Set PYTHONPATH for the bitbake re-execution.
- Make the 'Using existing' message use bb.debug.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
3.63 is no longer available.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
into org.openembedded.dev
|
|
stable 0.8.2.
|
|
- Add base_ifelse convenience function to base.bbclass.
- Replace all conditionals in the recipes relating to hostap and madwifi to
look for their name in COMBINED_FEATURES rather than looking for specific buses (pci, pcmcia).
- Change the default COMBINED_FEATURES to enable:
- madwifi, when:
- distro has pci, wifi, and madwifi in its features
- machine has pci in its features
- hostap, when:
- 'wifi' and 'hostap' are in distro features
- either 'pci' or 'pcmcia' are in both distro and machine features
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|