All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Burton, Ross" <ross.burton@intel.com>
To: Raul Rosetto Munoz <munoz0raul@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: Create a .bb for my aplication
Date: Mon, 17 Sep 2012 14:51:06 +0100	[thread overview]
Message-ID: <CAJTo0LbPddTir6e8msORdZ8mGAy8LAJ1R=g_c4+sFo-7g944Gw@mail.gmail.com> (raw)
In-Reply-To: <CANmVirg-f6MBzXjFrN+aquFLs+aqm050AcB7URcZH54JrLtx5w@mail.gmail.com>

On 17 September 2012 14:48, Raul Rosetto Munoz <munoz0raul@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


  reply	other threads:[~2012-09-17 13:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-04 17:14 Create a .bb for my aplication Raul Rosetto Munoz
2012-09-04 19:27 ` Autif Khan
2012-09-17 13:48   ` Raul Rosetto Munoz
2012-09-17 13:51     ` Burton, Ross [this message]
2012-09-17 14:13       ` Raul Rosetto Munoz
     [not found]         ` <CA+chaQcp=Gt=mBuYt24uvitYtn0FjgbWXCRp+6ZEWGKsVuXphg@mail.gmail.com>
     [not found]           ` <CANmVirheZY7EJJ7hPurT6VdUM3rBc_Bp-p9ALjmh=39QD7CFow@mail.gmail.com>
2012-09-17 14:36             ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJTo0LbPddTir6e8msORdZ8mGAy8LAJ1R=g_c4+sFo-7g944Gw@mail.gmail.com' \
    --to=ross.burton@intel.com \
    --cc=munoz0raul@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.