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

[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

[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

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

Re: [yocto] nfs-boot problem

2014-12-10 Thread Anders Darander
* matthias.he...@atlas-elektronik.com 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

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-elektronik.com

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 Anders Darander
* matthias.he...@atlas-elektronik.com 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] [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 maciej.borze...@open-rnd.pl Signed-off-by: Maciek Borzecki maciek.borze...@gmail.com ---

[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

[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 maciej.borze...@open-rnd.pl Signed-off-by: Maciek Borzecki maciek.borze...@gmail.com ---

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

[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

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] 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] 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 sachindhiman...@gmail.com wrote: how to set static ip so that when linux boot then it get predefined ip address. -- Best Regards Sachin Dhiman --

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 lixin.f...@cn.fujitsu.com 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

[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

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) yannick.koeh...@hp.com 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

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) yannick.koeh...@hp.com 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

[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 -

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 insop.s...@gmail.com 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

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:

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 in

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

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) yannick.koeh...@hp.com 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

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] [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 joe_macdon...@mentor.com wrote: [[yocto] [meta-cgl][PATCH]

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 vaduvajanalexan...@yahoo.com 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

Re: [linux-yocto] [daisy] [PATCH 0/4] Fix for watchdog doesn't work in beaglebone black

2014-12-10 Thread Bruce Ashfield
On 12/08/2014 10:02 PM, Kevin Hao wrote: Hi, Backport 4 patches from oe-core in order to fix bug 6462 for daisy: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6462 These all look good. I'll add them to my daisy branch and send them out shortly. Bruce Boot test for qemuarm,