From: "Maxin B. John" <maxin.j...@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.j...@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

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to