This var is used in configuring gcc recipes so we define it here for sdk
as well best is to have this defined globally so we can configure target
cross and sdk recipes properly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
# SDK packages are built either explicitly by the user,
# or indirectly via dependency. No need to be in 'world'.
EXCLUDE_FROM_WORLD = "1"
+target_includedir := "${includedir}"
# Save MULTIMACH_ARCH
OLD_MULTIMACH_ARCH := "${MULTIMACH_ARCH}"