On 17 September 2012 14:48, Raul Rosetto Munoz <[email protected]> wrote: > I'm just want to mkdir in the /home/ path. > > Im try some thing like this but don't work! > do_install() { > mkdir -p /home/prjs/ > }
You're creating a directory in the home directory on your build
machine. *Not* in the working area for the package. You'll want to
mkdir ${D}/home/prjs
Ross
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto
