Age | Commit message (Collapse) | Author | Files |
|
Revert "angstrom: clean ups of the external toolchain support"
This reverts commit 806811bf2d72827d3031bfcd5dbab1e82324d34e.
|
|
|
|
(e)glibc is configured for OLDEST_KERNEL, certain target architectures have
specific requirements for kernel versions, if that are not satisfied (e)glibc
reconfigures itself with what it think more appropriate and warns user that
there is misconfiguration on his side.
Add minimal sane kernel versions for architectures requiring that.
Also move (e)glibc-specific OLDEST_KERNEL variable from bitbake.conf to
(e)glibc.inc files that are more appropriate for this.
Acked-by: Tom Rini <trini@embeddedalley.com>
|
|
Suggested by Koen, Richard and Graeme
Signed-off-by: Tom Rini <trini@embeddedalley.com>
|
|
sort out what they want to call the override.
|
|
This gives us the libc into OVERRIDES, of glibc for glibc/eglibc and uclibc
for uclibc. We also ?= for libintl/libiconv and = set the rest of the virtuals.
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Acked-by: Mike Westerhof <mwester@dls.net>
Signed-off-by: Tom Rini <trini@embeddedalley.com>
|