[yocto] Create a .bb for my aplication

Autif Khan autif.mlist at gmail.com
Tue Sep 4 12:27:22 PDT 2012


On Tue, Sep 4, 2012 at 1:14 PM, Raul Rosetto Munoz <munoz0raul at gmail.com> wrote:
> Hello,
> I have some files that compose my application, and I want to put this files
> in the "/home/prjs" folder, I know That I need to install the prjs folder
> and the other files in this folder.
>
> What I dont know first, How to create a .bb file!

I am not sure what you mean. Do you mean that if you create a .bb
file, how to include it in your image?

>
> And another question.
>
> I saw that if I do some things like this:
>
> install -m 0644 ${WORKDIR}/fstab ${D}${sysconfdir}/fstab
>
> I will copy the file fstab in /etc/ folder.
>
> How I can know that {sysconfdir} correspond to /etc/ folder?

these are in poky/meta/conf/bitbake.conf

> And If it is correct how to know for what /home/ folder correspond {???}.

If they do not exist in bitbake.conf, you should use a local variable
in your recipe or local.conf.

> plz Can some one try to tell me???
>
> Thanks For All Help!
>
> --
> Raul Rosetto Muñoz
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



More information about the yocto mailing list