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/
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
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
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 *.
* 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
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
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.
>
>
* 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
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
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
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 ++
> -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
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
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
À :
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
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
>
> --
> _
> 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
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
> 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
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
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
> 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
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
[[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
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
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
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”
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
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:
29 matches
Mail list logo