From 0ac7b1e9dfe96b22c1744742120794d151635909 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 16 Sep 2016 10:57:19 -0700 Subject: sdk-manual: Updated Passing host options example Fixes [YOCTO #10267] The example works better using OECORE_TARGET_SYSROOT for the aclocal line. I changed it to that. (From yocto-docs rev: 362b786e7bf2083c5809e961f61c0ad81b778d71) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-using.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index 0a16598dd9..603e855662 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml @@ -370,7 +370,7 @@ run the script again: $ libtoolize --automake - $ aclocal -I ${OECORE_NATIVE_SYSROOT}/usr/share/aclocal \ + $ aclocal -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal \ [-I dir_containing_your_project-specific_m4_macros] $ autoconf $ autoheader -- cgit v1.2.3-54-g00ecf