[yocto] Can't boot to initramfs

2019-06-28 Thread Moritz Porst
Hello, I currently try to deploy a single rootfs update mechanism for my embedded device. I can't boot to initramfs using either "break" or "break=premount" (without quotes...). I tried this in systemd-boot and grub-efi (always efi boot) but the boot process just continues normally. If I insert

Re: [yocto] [yocto-builds] Yocto build won't boot from HDD

2019-06-28 Thread ChenQi
Forward to this yocto mailing list. Hope some experts could help you. When you have problems regarding yocto, please send email to this mailing list. Regards, Chen Qi On 06/25/2019 04:26 PM, a.silberh...@web.de wrote: Hello everybody, Since im new to Yocto I ran into some problems trying to

Re: [yocto] Recursions problem with pre-built versioned libraries and oe_soinstall

2019-06-28 Thread Burton, Ross
On Thu, 27 Jun 2019 at 17:58, John McCabe wrote: > Exception: OSError: [Errno 40] too much recursions while resolving > '/build/tmp/work/cortexa9hf-neon-xilinx-linux-gnueabi/opendds/1.0-r0/packages-split/opendds/usr/lib/libTAO_PI_Server.so.2.2a_p15'; > loop in >

Re: [yocto] Can't boot to initramfs

2019-06-28 Thread Zoran Stojsavljevic
> INITRAMFS_IMAGE = *"core-image-minimal-initramfs"* > INITRAMFS_IMAGE_BUNDLE = "1" ... > You can find the /var/log/dmesg here: https://pastebin.com/ya7iCtq7I Some hints... [1] Kernel command line: BOOT_IMAGE=/bzImage root=PARTUUID=71d1d94a-83e8-4895-98eb-35309f58119f break=premount quiet

[yocto] Getting a package PV from another

2019-06-28 Thread Gabriele Zampieri
Hi all, is there a way to get a specific package version from another? Best regards, Gabriele -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Recursions problem with pre-built versioned libraries and oe_soinstall

2019-06-28 Thread John McCabe
Hi Chen, I'm a little confused by your message. You've replied to my email to the Yocto mailing list, regarding a problem I'm having with Yocto, by suggesting I email this list if I have a problem with Yocto. Unless I'm missing something, that doesn't make a lot of sense. Can you please

Re: [yocto] Recursions problem with pre-built versioned libraries and oe_soinstall

2019-06-28 Thread Zoran Stojsavljevic
> You've replied to my email to the Yocto mailing list, regarding a > problem I'm having with Yocto, by suggesting I email this list if I > have a problem with Yocto. You can't deny that this is a symlink loop. On a higher level! ;-) Zoran ___ On Fri, Jun 28, 2019 at 12:39 PM John McCabe

Re: [yocto] Recursions problem with pre-built versioned libraries and oe_soinstall

2019-06-28 Thread John McCabe
Ross, Thank you for your reply. Please see interspersed comments below. > On 28 June 2019 at 11:53 "Burton, Ross" wrote: > > On Thu, 27 Jun 2019 at 17:58, John McCabe < jmcc...@kirintec.com> wrote: > > Exception: OSError: [Errno 40] too much recursions while resolving > >

[yocto] [PATCH 1/1] update-documentation-conf: python2 -> python3

2019-06-28 Thread Robert Yang
This script is python3 indeed. Signed-off-by: Robert Yang --- documentation/tools/update-documentation-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/tools/update-documentation-conf b/documentation/tools/update-documentation-conf index 3f8d280..32d0a2e

Re: [yocto] [yocto-builds] Yocto build Issue

2019-06-28 Thread ChenQi
Forward to this yocto mailing list. When you have problems regarding yocto, use this mailing list. Regards, Chen Qi On 06/27/2019 06:57 PM, Pawan Badganchi wrote: Hello sir, I am adding IMAGE_INSTALL_append = "kernel-modules" in local.conf.When i build with bitbake

[yocto] [PATCH 0/1] update-documentation-conf: python2 -> python3

2019-06-28 Thread Robert Yang
The following changes since commit bfe3012ea4b2c973bd6ca5fa1de1adf51e1a9da4: busybox: Fix typo in syslog initscript (2019-06-27 13:28:48 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/update-documentation-conf

[yocto] Copying the binaries to an SD card after bulding with Yocto

2019-06-28 Thread danwe
Hi, I have successfully build BeagleBone systems with Yocto. I have used this site: https://jumpnowtek.com/beaglebone/BeagleBone-Systems-with-Yocto.html Now I need to copy the binaries to an SD card and have a question to the following: In the instruction I can read the following:

Re: [yocto] [yocto-builds] Yocto build Issue

2019-06-28 Thread Zoran Stojsavljevic
Some hints again... > I am adding IMAGE_INSTALL_append = "kernel-modules" in local.conf. > When i build with bitbake core-image-minimal command this kernel > module is loading.while i build with bitbake atmel-qt5-demo-image > command kernel module is not loading. > Please tell us what is the

Re: [yocto] Copying the binaries to an SD card after bulding with Yocto

2019-06-28 Thread Zoran Stojsavljevic
>> ~/bbb/meta-bbb/scripts$ export OETMP=/oe7/bbb/tmp-warrior >> Then run the copy_boot.sh script passing the location of SD card I forgot how inheritance schema works with shells. When you run copy_boot.sh script, it'll spawn for you new shell, and, IIRC, it should inherit OETMP from parent

Re: [yocto] Copying the binaries to an SD card after bulding with Yocto

2019-06-28 Thread danwe
I have just asked that question because I built with Yocto and thought that someone had this problem before or did use my written website. So I don't really understand what the diretory: /oe7/bbb/tmp-warrior is used for because I do not see it... Thanks. Daniel Am Fr., 28. Juni 2019 um 16:01

Re: [yocto] Creating a file within a recipe

2019-06-28 Thread Aaron Biver
That seems to work. Thanks! On Fri, Jun 28, 2019 at 3:53 PM Burton, Ross wrote: > The bash parser does have some bugs, and I think you just found one. > Probably easier to have a template on disk in SRC_URI, and sed in the > value you want. > > Ross > > On Fri, 28 Jun 2019 at 19:35, Aaron

Re: [yocto] Creating a file within a recipe

2019-06-28 Thread Burton, Ross
The bash parser does have some bugs, and I think you just found one. Probably easier to have a template on disk in SRC_URI, and sed in the value you want. Ross On Fri, 28 Jun 2019 at 19:35, Aaron Biver wrote: > > I'd like to be able to create a file using the cat command in a recipe. The >

Re: [yocto] Syntax for zero-padding a number in a recipe?

2019-06-28 Thread Claudius Heine
Hi, Quoting Aaron Biver (2019-06-28 18:44:40) > Is there such a thing as zero padding a number in a recipe (or vice versa? > I'd be just as happy starting with a zero-padded number, and converting it > to non-zero-padded. In bitbake you could do this with inline python: NUMBER = "1"

[yocto] Syntax for zero-padding a number in a recipe?

2019-06-28 Thread Aaron Biver
Is there such a thing as zero padding a number in a recipe (or vice versa? I'd be just as happy starting with a zero-padded number, and converting it to non-zero-padded. The crux of the dilemma is that I must have zero-padding for file-naming, but I CAN'T have zero padding in these numbers when I

[yocto] Creating a file within a recipe

2019-06-28 Thread Aaron Biver
I'd like to be able to create a file using the cat command in a recipe. The sub-goal is to have the file created somewhere I can actually find it: do_create_tebf0808() { cat > tebf0808.bif <-- ___ yocto mailing list yocto@yoctoproject.org