I have a .bbappend recipe that I need to create a symbolic link in my system.
This is how it looks like now:
bernardo@bernardo-ThinkCentre-Edge72:~/y
Try to avoid usage of absolute paths:
do_install_append() { install -d ${D}/lib64 cd ${D}/lib64 ln -s ../lib/ld-2.26.so ld-linux-x86-64.so.2 }