[poky] [PATCH 25/59] Link ld.so.cache file into the host filesystem

Liping Ke liping.ke at intel.com
Mon Dec 27 17:10:04 PST 2010


Signed-off-by: Liping Ke <liping.ke at intel.com>
---
 .../adt-installer/scripts/yocto_installer_internal |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/yocto_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/yocto_installer_internal
index eec6f5f..9cad757 100755
--- a/meta/recipes-devtools/installer/adt-installer/scripts/yocto_installer_internal
+++ b/meta/recipes-devtools/installer/adt-installer/scripts/yocto_installer_internal
@@ -116,6 +116,11 @@ for native_target_type in $YOCTOADT_TARGETS; do
 
 done
 
+# Link the ld.so.cache file into the hosts filesystem
+echo_info "[ADT_INST] Link the ld.so.cache file into the host filesystem"
+sudo ln -s /etc/ld.so.cache $POKY_NATIVE_SYSROOT/etc/ld.so.cache
+check_result
+
 if [ "$YOCTOADT_QEMU" == "Y" ] || [ "$YOCTOADT_QEMU" = "y" ]; then
   echo_info "\n[ADT_INST] Installing qemu native ..."
   $OPKG_INSTALL_NATIVE_CMD qemu-nativesdk &>> $YOCTOADT_INSTALL_LOG_FILE
-- 
1.7.0.4




More information about the poky mailing list