[yocto] [meta-security][PATCH 2/2] tripwire: Add files for package support

2014-08-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/tripwire/files/tripwire.cron |8 + recipes-security/tripwire/files/tripwire.sh |9 + recipes-security/tripwire/files/tripwire.txt| 69 ++ recipes-security/tripwire/files/twcfg.txt | 15 + recipes-security/tripwire/files/

[yocto] [meta-security][PATCH 0/2] Adding Tripwire

2014-08-11 Thread Armin Kuster
Add new recipe for tripwire Armin Kuster (2): tripwire: Add new package to layer tripwire: Add files for package support recipes-security/tripwire/files/tripwire.cron |8 + recipes-security/tripwire/files/tripwire.sh |9 + recipes-security/tripwire/files/tripwire.txt| 69

[yocto] [meta-security][PATCH 1/2] tripwire: Add new package to layer

2014-08-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/tripwire/tripwire_2.4.2.2.bb | 78 +++ 1 file changed, 78 insertions(+) create mode 100644 recipes-security/tripwire/tripwire_2.4.2.2.bb diff --git a/recipes-security/tripwire/tripwire_2.4.2.2.bb b/recipes-security/tripwi

Re: [yocto] Build the kernel for I.mx6 board

2014-08-11 Thread vinod kumar
Hi Ronaldo, Thanks for your kind support. I think there is no way to clean the output directory. When I run the below commands (as you suggetsed): - *bitbake -c clean linux-imx* - *bitbake linux-imx -c cleansstate* - *bitbake linux-imx -c cleanall* So all of these commands delete

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, August 12, 2014 8:00 AM US Pacific Time

2014-08-11 Thread Jolley, Stephen K
Tuesday, August 12, 2014 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status https://wiki.yoctoproject.org/wiki/Yocto_1.7_Schedule https://wiki.yoctoproject.org/wiki

Re: [yocto] anyone know of a single OE/yocto recipe that uses BBVERSIONS?

2014-08-11 Thread Robert P. J. Day
On Mon, 11 Aug 2014, Christopher Larson wrote: > > On Mon, Aug 11, 2014 at 4:40 AM, Robert P. J. Day > wrote: >   collecting examples of recipe design and variants, and bitbake user > manual refers to BBVERSIONS variable to allow a recipe file to build > multiple versions from

[yocto] Problems building SDK

2014-08-11 Thread Gary Thomas
can see that some pieces are being placed in a directory with last Friday's date, others with today's date: $ ls -l tmp/work/teton_p0382-mydistro-linux-gnueabi/mydistro-console-image/1.0-r0/sdk/image/opt/mydistro/ total 8 drwxr-xr-x 3 gthomas gthomas 4096 Aug 8 15:41 1.6+snapshot-20

Re: [yocto] Assembling images to build a NOR boot image

2014-08-11 Thread Renaud Barbier
On 08/08/2014 09:19, Nicolas Dechesne wrote: > On Thu, Aug 7, 2014 at 7:07 PM, Renaud Barbier wrote: >> > Hello, >> > I am working on the creation of a boot image for a NOR flash. >> > The image assembles a boot loader and a ubi image containing the kernel >> > and device tree. >> > >> > So far I

Re: [yocto] anyone know of a single OE/yocto recipe that uses BBVERSIONS?

2014-08-11 Thread Christopher Larson
On Mon, Aug 11, 2014 at 4:40 AM, Robert P. J. Day wrote: > collecting examples of recipe design and variants, and bitbake user > manual refers to BBVERSIONS variable to allow a recipe file to build > multiple versions from one file, but in the dozen or so layers i have > checked out, i've seen

Re: [yocto] SDK not contianing archive libraries

2014-08-11 Thread Paul Eggleton
On Monday 11 August 2014 20:17:31 Joseph Andrew de la Peña wrote: > Yes, it worked. I can see my archive libs now. BUT one last problem, there > are few units publishing archive libs that were not included. What would I > need to add in my recipe to those units for it to work? That should not be t

Re: [yocto] SDK not contianing archive libraries

2014-08-11 Thread Joseph Andrew de la Peña
Good day Paul, Yes, it worked. I can see my archive libs now. BUT one last problem, there are few units publishing archive libs that were not included. What would I need to add in my recipe to those units for it to work? Apparently, I have my own meta-layer, and I put the SDKIMAGE_FEATURES in one

[yocto] anyone know of a single OE/yocto recipe that uses BBVERSIONS?

2014-08-11 Thread Robert P. J. Day
collecting examples of recipe design and variants, and bitbake user manual refers to BBVERSIONS variable to allow a recipe file to build multiple versions from one file, but in the dozen or so layers i have checked out, i've seen not a single example of usage of that variable. are there any?

[yocto] [PATCH] psplash: Adding support for systemd service files

2014-08-11 Thread Sujith H
From: Sujith H If the DISTRO_FEATURES has systemd, then its better to have corresponding service files associated with the psplash. This change will help to do the same. Signed-off-by: Muzaffar Mahmood Signed-off-by: Sujith H --- meta/recipes-core/psplash/files/psplash-quit.service | 11

Re: [yocto] SDK not contianing archive libraries

2014-08-11 Thread Paul Eggleton
Hi Joseph, On Monday 11 August 2014 13:49:52 Joseph Andrew de la Peña wrote: > Still can't find the solution to include archive libraries into SDK. I have > already checked staticdev and my unit is already using it. The archive libs > are installed successfully in the image's sysroot but apparentl

Re: [yocto] Tizen Bitbake error - systemd

2014-08-11 Thread Burton, Ross
On 30 July 2014 10:46, Anoop wrote: > /home/sfm/yocto_temp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux- > gnueabi/systemd/git-r0/temp/run.do_install.17788: line 131: /usr/bin/mkdir: > No such file or directory Did you get this resolved? The recipe is hard-coding /usr/bin/mkdir but you don't ha