On 17 September 2012 14:48, Raul Rosetto Munoz <munoz0r...@gmail.com> 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
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to