Home
last modified time | relevance | path

Searched refs:dl_path (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-relocate.sh11 dl_path=$($SUDO_EXEC find $native_sysroot/lib/ -maxdepth 1 -name "ld-linux*")
12 if [ "$dl_path" = "" ] ; then
42 \${PYTHON} ${env_setup_script%/*}/relocate_sdk.py $target_sdk_dir $dl_path $executable_files
/openbmc/openbmc/poky/scripts/
H A Drelocate_sdk.py108 dl_path = new_dl_path + b("\0") * (p_filesz - len(new_dl_path))
110 f.write(dl_path)