[yocto] Creating a directory in a recipe

2017-05-22 Thread bahjat khan
I've searched the vast net for an answer to this but i've found NOTHING! that works for me. All i want to do is a simple task, i want to create a new directory called "test" located in "/". My recipe is below DESCRIPTION = "Hello world" S = "${WORKDIR}" SRC_URI="file://bye.sh" LICENSE = "CLOSE

Re: [yocto] fbida issue

2017-04-28 Thread bahjat khan
Thanks for the reply Jussi, Where can i get the "inherit pkgconfig" for my recipe? I was under the influence that the meta-openembedded recipes came complete Kind Regards, Bahjat Murrad From: Jussi Kukkonen Sent: 27 April 2017 12:33 To: bahj

[yocto] fbida issue

2017-04-27 Thread bahjat khan
I'm trying to build a Yocto image for a kabylake processor. I keep on running into this issue ERROR: Nothing RPROVIDES 'fbida' (but /home/builder/project/prop/build/../meta-cusotom/recipes-custome/images/custom-image-full.bb RDEPENDS on or otherwise requires it) ERROR: fbida was skipped: Recipe

[yocto] Noobie questions

2017-04-17 Thread bahjat khan
Hi Guys, I'm extremely new to the yocto project, i've done quite a bit of reading on it but i'm still very confused. I've set my self a simple task of changing the kernel for a Yocto image that i build, the commands i use to build this yocto image are: $ git clone http://git.yoctoproject.or