Hello,
I am trying to symlink a file, a compiled kernel source needs to be sym linked into /home/build/basebuild/kernel.
Does anyone know how to do this?
Thanks
Hi again,
I have written this code where the first path is the folder I want link into and the second path is the compiled source. Is this correct?
'ln -s '+basebuild+'/IpDome-kernel/kernel /home/build/sandbox/gen2/basebuild/IpDome-kernel/kernal '