]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sdk-manual: Updated Passing host options example
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 16 Sep 2016 17:57:19 +0000 (10:57 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 14:27:34 +0000 (15:27 +0100)
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/sdk-manual/sdk-using.xml

index 0a16598dd941a78e93467310935b27145fcf75be..603e855662f73628e2a85517ce043af665a43b92 100644 (file)
                 run the script again:
                 <literallayout class='monospaced'>
      $ libtoolize --automake
-     $ aclocal -I ${OECORE_NATIVE_SYSROOT}/usr/share/aclocal \
+     $ aclocal -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal \
         [-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>]
      $ autoconf
      $ autoheader