[linux-yocto] External kernel module - new git commits are not recognized (possible an RTFM problem ???)

2017-06-08 Thread Lars Larsen
itbake -c cleanall -f //highspeedrs422//,/ or any other forced command//then on next image build I get a trillion errors like: "/the basehash value changed from fbd0f0b2f1269319d4f84d79e76bef0a to a36cd622aeb0840d670f8b01d9ed041d. The metadata is not deterministic and this needs to be fixed.&quo

[yocto] How do I "remove" my application from ROOTFS and add it to INITRD ?

2016-10-31 Thread Lars Larsen
application to get the INITRD variable, and remove it from ROOTFS But how do I achieve this, in a compatible manor ? -Lars -- Best Regards Lars Larsen F.Poulsen Engineering Aps Tjørnager 16 4330 Hvalsø Denmark +45 29802784 www.visionweeding.com

Re: [yocto] how to add files to boot media hddimg/ISO SOLVED

2016-10-26 Thread Lars Larsen
\ ${TOPDIR}/[path to file]/sektionnumber.dat ${HDDDIR}/sektionnumber.dat; \ " -Lars On 2016-10-26 15:22, Lars Larsen wrote: Hello yocto world I have a recipe that produce an ISO image and a hddimg image. I need to add a file to the boot media root, alongside rootfs.img and intrd - so

[yocto] how to add files to boot media hddimg/ISO

2016-10-26 Thread Lars Larsen
ll -d ${ISODIR}// //install -m 0644 "${THISDIR}/files/sektionnumber.dat ${ISODIR}/sektionnumber.dat// // install -d ${HDDDIR}// // install -m 0644 "${THISDIR}/files/sektionnumber.dat ${HDDDIR}/sektionnumber.dat// //} /but it is not recognized any suggestions ? BR La

[yocto] yocto linux syslinux and intramfs

2016-09-26 Thread Lars Larsen
Hello yocto world I desperately need some help It spawns off my yocto build, so I guess (hope) there is a wise guy or two,that can give me some pointers I realize is not 100% yocto related but, lean towards generic Linux - so please forgive me. I want to be able to boot up from flash, using

[yocto] yocto linuc, initramfs and syslinx.cfg

2016-09-24 Thread Lars Larsen
Hello yocto world I desperately need some help It spawns off my yocto build, so I guess (hope) there is a wise guy or two,that can give me some pointers I realize is not 100% yocto related, but lean towards generic Linux - so please forgive me. I want to be able to boot up from flash, using

Re: [yocto] Manipulating code and Building in offline environment

2016-04-27 Thread Lars Larsen
On 2016-04-27 14:21, Gary Thomas wrote: On 2016-04-27 13:38, Lars Larsen wrote: Hello I have 2 questions I have finally managed to build an image like I want it. I consists of a kernel. The ROS framework. And our proprietary software under git control What I want to achieve

[yocto] Manipulating code and Building in offline environment

2016-04-27 Thread Lars Larsen
e is the checked out source code located, that bitbake compiles from. Kind regards Lars Larsen -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Adding SCM'ed files to image

2016-02-11 Thread Lars Larsen
Hello world I've been struggling a bit, but I'm sure there must be a generic solution to my problem (as a bbclass perhaps ??) I'm building a bootable image (NOT a distribution) for our product. But I need a simple recipe to copy some files I have a bunch of files (scripts, configuration