openembedded (#1) - build/README error (#25) - Message List

build/README error

Hi group, Trying to install openembedded on my laptop and I ran into this problem: In the README in build:Next, you will need to symlink in the machine recipe inside org.openembedded.dev/conf/machine. For the Zipit Z2, you can run these commands from the build dir (where you found this file):

(cd conf ; ln -s local-zipit2.conf local.conf) (cd machine ; ln -s pwd/zipit2.conf ../../org.openembedded.dev/conf/machine/)

When I tried the second link, I get: [build]$ (cd machine ; ln -s pwd/zipit2.conf ../../org.openembedded.dev/conf/machine/) ln: target `../../org.openembedded.dev/conf/machine/' is not a directory: No such file or directory

Any pointers?

Thanks for your time.