[yocto] [PATCH] adt-manual: Added note for static binary build.

maxin.john at enea.com maxin.john at enea.com
Mon Oct 21 02:21:15 PDT 2013


From: "Maxin B. John" <maxin.john at enea.com>

Fixes [YOCTO #5347]

SDK created using the "-c populate_sdk" will not support static
binary build without proper staticdev library packages. I have
added a note to inform the user about this limitation.

Signed-off-by: Maxin B. John <maxin.john at enea.com>
---
 documentation/adt-manual/adt-prepare.xml |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 3c50cf9..3333cc4 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -573,6 +573,12 @@
          When the BitBake command completes, the toolchain installer will be in
          <filename>tmp/deploy/sdk</filename> in the Build Directory.
      </para>
+     <para>
+	Please note that we can't build static binaries with this toolchain.
+	To do that, include the suitable staticdev libraries to the image. eg:
+	<filename>IMAGE_INSTALL_append = " eglibc-staticdev"</filename>
+	in the <filename>local.conf</filename> file.
+     </para>
 </section>
 
 </chapter>
-- 
1.7.10.4




More information about the yocto mailing list