summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-12-21 14:06:47 -0800
committerScott Rifenbark <srifenbark@gmail.com>2018-12-21 14:06:47 -0800
commit60b3dd58cbe8fa2cf5a1db13db7eafd3bff3c915 (patch)
tree528a6a6e29ebc6fced8e68539f197770daec7f33 /docs
parentc416cea789822940c2241e61b0cb00dbbc3c25b6 (diff)
Troubleshooting: Removed the mega-rust "bug" information.
This content was dated. The issue is now fixed and the error should not be seen going forward. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/troubleshooting.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/getting-started/troubleshooting.md b/docs/getting-started/troubleshooting.md
index d3ad889..4e2b495 100644
--- a/docs/getting-started/troubleshooting.md
+++ b/docs/getting-started/troubleshooting.md
@@ -1,5 +1,13 @@
# Troubleshooting
+**WRITER'S NOTE:** This content needs a new home.
+ Most likely it will be in some "how-to" area as most of the information
+ fits that category.
+ For now, I am leaving it here.
+ The other two board-specific troubleshooting sections have been merged
+ into their respective build topics in the section describing how to
+ build an AGL image.
+
## Extended attributes MUST be copied
**IMPORTANT, The extended attribute set during image construction MUST be copied to the SD card.**
@@ -29,8 +37,13 @@ tar --extract --xz --numeric-owner --preserve-permissions --preserve-order --tot
--xattrs-include='*' --directory=DESTINATION_DIRECTORY --file=agl-demo-platform.....tar.xz
```
+<!--
## meta-rust
+**WRITER NOTE:** This bug no longer applies. The people that maintain meta-rust have fixed it.
+See https://github.com/meta-rust/meta-rust/commit/39fd00119cf9267bc6b381d0b7abeebda31faf4e and
+https://github.com/meta-rust/meta-rust/pull/93.
+
Due to a known bug in the upstream of meta-rust the Yocto/OE recipe for rust-cross may fail while building RVI SOTA Client or another application written in the Rust programming language.
Until the complete resolution of the issue the workaround is to disable all use of the CXX11 ABI by applying the following lines to **conf/local.conf**:
@@ -42,6 +55,7 @@ CXXFLAGS_append = " -D_GLIBCXX_USE_CXX11_ABI=0"
BUILD_CXXFLAGS_remove_pn-gcc-runtime = "-D_GLIBCXX_USE_CXX11_ABI=0"
TARGET_CXXFLAGS_remove_pn-gcc-runtime = "-D_GLIBCXX_USE_CXX11_ABI=0" CXXFLAGS_remove_pn-gcc-runtime = "-D_GLIBCXX_USE_CXX11_ABI=0"
```
+-->
## Screen orientation for Splash and in Weston