This post process step is not currently used and will not be needed as non-relative symlinks are no longer created in the boot files.
Signed-off-by: Andrew Davis <[email protected]> --- .../recipes-core/images/arago-image.inc | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/arago-image.inc b/meta-arago-distro/recipes-core/images/arago-image.inc index 0bb3634b..923bc84f 100644 --- a/meta-arago-distro/recipes-core/images/arago-image.inc +++ b/meta-arago-distro/recipes-core/images/arago-image.inc @@ -22,25 +22,6 @@ IMAGE_LINGUAS = "" TOOLCHAIN_HOST_TASK += "nativesdk-buildtools-perl-dummy" SDK_PACKAGE_ARCHS += "buildtools-dummy-${SDKPKGSUFFIX}" -# FIXME: remove bashisms from this function (currently disabled) -make_bootfiles_symlinks_relative() { - for f in "${IMAGE_ROOTFS}/boot"/* - do - [ -L "$f" ] || continue - - l=$(readlink "$f") - if [ "${l:0:6}" == "/boot/" ] - then - ln -sf "${l##/boot/}" "$f" - elif ["${l:0:1}" == "/" ] - then - ln -sf "..$l" "$f" - fi - done -} - -#ROOTFS_POSTPROCESS_COMMAND += "make_bootfiles_symlinks_relative;" - BAD_RECOMMENDATIONS += " \ ti-llvm3.6-dev \ opencl-monitor-dev \ -- 2.39.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14207): https://lists.yoctoproject.org/g/meta-arago/message/14207 Mute This Topic: https://lists.yoctoproject.org/mt/96842851/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
