mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
We have had these things in place to overcome a limitation from our gcc-initial-cross not staging a self sufficient limits.h. Now thats fixed we do reset TOOLCHAIN_OPTIONS to point to sysroot where linux kernel headers are staged and not the bootstrap sysroot which will infact be popuated by eglibc-initial itself. Secondly we dont need to set CPPFLAGS specially as we are doing that in eglibc.inc so we override that (From OE-Core rev: 3045ab9b3efc887700a922d06a6f5f4069a41356) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
230 B
BlitzBasic
10 lines
230 B
BlitzBasic
require eglibc_${PV}.bb
|
|
require eglibc-initial.inc
|
|
|
|
# main eglibc recipes muck with TARGET_CPPFLAGS to point into
|
|
# final target sysroot but we
|
|
# are not there when building eglibc-initial
|
|
# so reset it here
|
|
|
|
TARGET_CPPFLAGS = ""
|