Re: [yocto] [meta-cgl][PATCH] samhain: add new recipe

2014-12-10 Thread Alexandru Vaduva
Now I did. :D On Thursday, December 11, 2014 9:21 AM, Alexandru Vaduva wrote: Thanks Joe, I added Armin for to this discussion as a head-up regarding those updates, since it was the one working on samhain recipe on meta-security. Alex Vaduva On Thursday, December 11, 2014 2:

Re: [yocto] [meta-cgl][PATCH] samhain: add new recipe

2014-12-10 Thread Alexandru Vaduva
Thanks Joe, I added Armin for to this discussion as a head-up regarding those updates, since it was the one working on samhain recipe on meta-security. Alex Vaduva On Thursday, December 11, 2014 2:48 AM, Joe MacDonald wrote: [[yocto] [meta-cgl][PATCH] samhain: add new recipe] On 14

Re: [yocto] External Linux Kernel Module

2014-12-10 Thread Mike Looijmans
On 12/10/2014 06:42 AM, Moore, Thomas (FtWorth) wrote: Hello, I’m working on incorporating an external kernel module based on the hello-mod skeleton recipe. Everything was going well until I added the following line to my machine configuration: MACHINE_EXTRA_RDEPENDS += "kernel-module-hello”

Re: [yocto] parallel build of multiple machine/os?

2014-12-10 Thread Mike Looijmans
On 12/10/2014 08:00 PM, Khem Raj wrote: On Dec 10, 2014, at 10:52 AM, Koehler, Yannick (HP Networking) wrote: Can Yocto build for example in a single bitbake call an image for x86, ppc, arm, others? Or is the call to bitbake limited to a single architecture? And if so, how? I see that

Re: [yocto] add a process memory check utility (ps_mem)

2014-12-10 Thread Insop Song
Hi Khem, Here is a patch. - add RDEPENDS python - updated FILES to your comment - made change to the master tip of git://git.openembedded.org/meta-openembedded - testing: bitbake psmem - testing: bitbake fsl-image-full (using freescale yocto) Thank you. Insop >From 2a4e527465b0ec80e41d2b0df0e

Re: [yocto] [meta-cgl][PATCH] samhain: add new recipe

2014-12-10 Thread Joe MacDonald
[[yocto] [meta-cgl][PATCH] samhain: add new recipe] On 14.12.10 (Wed 16:33) Li xin wrote: > Samhain is an open source file integrity and intrusion detection > system for Unix that uses cryptographic checksums of files to > detect modifications, and allows you to trace: what changes have > occured

Re: [yocto] prelink & mklibs problem

2014-12-10 Thread Mark Hatle
On 12/9/14, 9:01 PM, Mark Hatle wrote: On 12/9/14, 8:41 PM, Qiang Yu wrote: I have submitted a bug here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7056 (Responded in the bug as well...) I have a test version of the cross prelink with the ARM HF patch available, as commit: 2cde4ff118b

Re: [yocto] add a process memory check utility (ps_mem)

2014-12-10 Thread Khem Raj
> On Dec 10, 2014, at 1:33 PM, Insop Song wrote: > > Hi Khem, > > I've been using this memory check utility (ps_mem) and wrote a bb file > to include it in our yocto image. > > I thought it'd nice to include this in yocto upstream as well. > > - It's called ps_mem, "A utility to accurately re

[yocto] add a process memory check utility (ps_mem)

2014-12-10 Thread Insop Song
Hi Khem, I've been using this memory check utility (ps_mem) and wrote a bb file to include it in our yocto image. I thought it'd nice to include this in yocto upstream as well. - It's called ps_mem, "A utility to accurately report the in core memory usage for a program" - https://github.com/pixe

Re: [yocto] parallel build of multiple machine/os?

2014-12-10 Thread Maciek Borzecki
On śro, 2014-12-10 at 11:00 -0800, Khem Raj wrote: > > On Dec 10, 2014, at 10:52 AM, Koehler, Yannick (HP Networking) > wrote: > > Can Yocto build for example in a > single bitbake call an image for x86, ppc, arm, others? Or is the call > to bitbake limited to a single architecture? And if so, h

Re: [yocto] parallel build of multiple machine/os?

2014-12-10 Thread Khem Raj
> On Dec 10, 2014, at 10:52 AM, Koehler, Yannick (HP Networking) > wrote: > > Can Yocto build for example in a single bitbake call an image for x86, ppc, > arm, others? Or is the call to bitbake limited to a single architecture? > And if so, how? > > I see that lots of *-native package are

[yocto] parallel build of multiple machine/os?

2014-12-10 Thread Koehler, Yannick (HP Networking)
Can Yocto build for example in a single bitbake call an image for x86, ppc, arm, others? Or is the call to bitbake limited to a single architecture? And if so, how? I see that lots of *-native package are built, and I guess is that for each machine/os those would be reused, as such, it appear

Re: [yocto] [meta-cgl][PATCH] samhain: add new recipe

2014-12-10 Thread Khem Raj
> On Dec 10, 2014, at 12:33 AM, Li xin wrote: > > Samhain is an open source file integrity and intrusion detection > system for Unix that uses cryptographic checksums of files to > detect modifications, and allows you to trace: what changes have > occured in your system, when these changes have

Re: [yocto] how to set static ip in linux

2014-12-10 Thread Gaurang Shastri
OOPS, are you asking in terms of Yocto context ?? //Gaurang Shastri On Tue, Dec 9, 2014 at 8:50 PM, sachin dhiman wrote: > how to set static ip so that when linux boot then it get predefined ip > address. > > > -- > Best Regards > Sachin Dhiman > > -- > _

[yocto] how to set static ip in linux

2014-12-10 Thread sachin dhiman
how to set static ip so that when linux boot then it get predefined ip address. -- Best Regards Sachin Dhiman -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Poky-tiny core-image-minimal issue

2014-12-10 Thread Koehler, Yannick (HP Networking)
Did a little more digging and found that adding ext2 to poky-tiny.cfg and it worked, maybe this should be push to repository: # Functionality flags KERNEL_FEATURES = "ext2" -- Yannick Koehler -Message d'origine- De : Koehler, Yannick (HP Networking) Envoyé : December-10-14 9:53 AM À :

[yocto] Poky-tiny core-image-minimal issue

2014-12-10 Thread Koehler, Yannick (HP Networking)
Hi, I am new to Yocto, poky and anything in here. I am having difficulty just running example I see in the documentation and would like to get pass that. My goal, run poky-tiny/core-image-mimimal image inside qemux86 (should be basic from what I understand). I changed my local.conf to be

Re: [yocto] nfs-boot problem

2014-12-10 Thread Matthias.Heise
> -Ursprüngliche Nachricht- > Von: Anders Darander [mailto:and...@chargestorm.se] > Gesendet: Mittwoch, 10. Dezember 2014 12:17 > An: Heise, Matthias > Cc: j...@spectralogic.com; yocto@yoctoproject.org > Betreff: Re: [yocto] nfs-boot problem > > * matthias.he...@atlas-elektronik.com ele

[yocto] [meta-raspberrypi][PATCH 2/2] sdimage-raspberrypi.wks: kickstart image definition

2014-12-10 Thread Maciej Borzecki
Although the sdimage-bootpart.wks kickstrt file in Poky works fine with Raspberry Pi, this patch adds a kickstart file that mirrors sdcard_image-rpi.bbclass layout. Signed-off-by: Maciej Borzecki Signed-off-by: Maciek Borzecki --- scripts/lib/image/canned-wks/sdimage-raspberrypi.wks | 6 ++

[yocto] [meta-raspberrypi][PATCH 0/2] wic support

2014-12-10 Thread Maciej Borzecki
The patch series adds support for wic image build tool. The patches allow for a bootable SD card image to be built with wic, without any additional changes. The first patch defines an IMAGE_BOOT_FILES variable that will pick up all of bcm2835 boot files and the kernel file (renaming it to kernel.i

[yocto] [meta-raspberrypi][PATCH 1/2] raspberrypi.conf: add IMAGE_BOOT_FILES

2014-12-10 Thread Maciej Borzecki
Add IMAGE_BOOT_FILES that defines a list of files to be placed in boot partition. The variable is effectivey used with wic when building a SD card image. Signed-off-by: Maciej Borzecki Signed-off-by: Maciek Borzecki --- conf/machine/raspberrypi.conf | 2 ++ 1 file changed, 2 insertions(+) diff

Re: [yocto] nfs-boot problem

2014-12-10 Thread Anders Darander
* matthias.he...@atlas-elektronik.com [141210 11:48]: > > -Ursprüngliche Nachricht- > > Von: Anders Darander [mailto:and...@chargestorm.se] > > Gesendet: Mittwoch, 10. Dezember 2014 11:24 > > An: Heise, Matthias > > Cc: j...@spectralogic.com; yocto@yoctoproject.org > > Betreff: Re: [yocto

Re: [yocto] RFC - enable toaster on the autobuilder

2014-12-10 Thread Damian, Alexandru
Hi, Thanks for the quick reply - yes, Toaster needs buildhistory; it also needs the "toaster" bbclass in the INHERIT list. I'll make the changes and re-submit. Cheers, Alex On Tue, Dec 9, 2014 at 6:07 PM, Flanagan, Elizabeth < elizabeth.flana...@intel.com> wrote: > A few initial comments. > >

Re: [yocto] nfs-boot problem

2014-12-10 Thread Matthias.Heise
Hi Anders, > -Ursprüngliche Nachricht- > Von: Anders Darander [mailto:and...@chargestorm.se] > Gesendet: Mittwoch, 10. Dezember 2014 11:24 > An: Heise, Matthias > Cc: j...@spectralogic.com; yocto@yoctoproject.org > Betreff: Re: [yocto] nfs-boot problem > > * matthias.he...@atlas-elektroni

Re: [yocto] nfs-boot problem

2014-12-10 Thread Anders Darander
* matthias.he...@atlas-elektronik.com [141210 09:35]: > As to the rootfs, this folder > fsl-community-bsp/build/tmp/work/wandboard_quad-poky-linux-gnueabi/core-image-minimal/1.0-r0/rootfs > seems to be exactly the structure that is packed into the > image.tar.bz2 so I thought it is a good idea to

Re: [yocto] nfs-boot problem

2014-12-10 Thread Matthias.Heise
Update : 1. I added a "rw" obviously at the right place as the nfs filesystem isn't marked as read-only anymore. Still there obviously is some write/rights issue as I get a lot of permission-related logs. (see below) 2. About the rootfs : I tried the unpacked filesystem from the *.

[yocto] Conditional patching in a recipe

2014-12-10 Thread zhenhua....@freescale.com
Hi all, I have a recipe R that builds fine and is a runtime dependency for two other packages - say D1 and D2. What I would like to do is to add a patch to R and apply it if and only if both D1 and D2 will be built and packaged. In particular, the patch is needed at runtime only by D2 and

[yocto] [meta-cgl][PATCH] samhain: add new recipe

2014-12-10 Thread Li xin
Samhain is an open source file integrity and intrusion detection system for Unix that uses cryptographic checksums of files to detect modifications, and allows you to trace: what changes have occured in your system, when these changes have occured, and who was logged into the system at the respecti

Re: [yocto] nfs-boot problem

2014-12-10 Thread Matthias.Heise
Hello Jim, thank you for your reply, yes in the meantime I found out why that nfsroot path isn't set correctly, there is a wrong line in the "wandboard.h" in u-boot. Now the regarding line looks like this Kernel command line: console=ttymxc0,115200 root=/dev/nfs ip=dhcp nfsroot=192.168.1.1:/home/