vnc pek-yluo-lx password 111111. Open the vnc and you will see a terminal shell with "here" on it. You will notice that the previous command "host-cross/usr/bin/rpm2cpio ....." has generated an error. Now, use the hosts's rpm2cpio and you will notice that the command works. why is the host-cross/usr/bin/rpm2cpio not behaving as the host's rpm2cpio ? Note: rpm2cpio generates a similar error if the user doesn't have the write permissions... in the case, host-cross 's rpm2cpio is generating a similar error.
This doesn't work: $ /wrs/lx32/qemux86_prj/host-cross/usr/bin/rpm2cpio /wrs/lx32/qemux86_prj/bitbake_build/tmp/work/i686-wrs-linux/sed-4.2.1-r5/deploy-rpms//i686/sed-4.2.1-r5.i686.rpm|cpio -id this works $ rpm2cpio /wrs/lx32/qemux86_prj/bitbake_build/tmp/work/i686-wrs-linux/sed-4.2.1-r5/deploy-rpms//i686/sed-4.2.1-r5.i686.rpm|cpio -id