Re: [yocto] Allow choose of U-Boot config for machine

2019-07-01 Thread Gabriele Zampieri
Hi, you must use double quotes around nand, so: UBOOT_CONFIG = "nand" However I cannot guarantee this line will be the solution, I usually use a customized uboot. Gabriele Il giorno mar 2 lug 2019 alle ore 04:07 JH ha scritto: > Hi, > > The imx6ullevk.conf defined sdcard for booting on imx6 E

[yocto] useradd-staticids: problem with --user-group

2019-07-01 Thread Alexander Stein
Hi, I need to use useradd-staticids to have fixed UID/GID during update. For that I've set the following in my conf/local.conf: > USERADD_ERROR_DYNAMIC = "1" > USERADDEXTENSION = "useradd-staticids" > USERADD_GID_TABLES = "files/group" > USERADD_UID_TABLES = "files/passwd" After deleting TMPDIR

Re: [yocto] QA notification for completed autobuilder build (yocto-2.7.1.rc1)

2019-07-01 Thread Jain, Sangeeta
Hello All, Intel and WR YP QA is planning for QA execution for YP build 2.7.rc1 We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw 3. BSP-Qemu Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2.

[yocto] Allow choose of U-Boot config for machine

2019-07-01 Thread JH
Hi, The imx6ullevk.conf defined sdcard for booting on imx6 EVK: imx6ullevk.conf UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard" UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config" I need to change it for a customized board referenced from imx6 EVK but booting from NAND,

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-07-01 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#N

Re: [yocto] Can't boot to initramfs

2019-07-01 Thread Moritz Porst
Hello, I think I found the issue. ( see below ) On 01.07.19 15:57, Zoran Stojsavljevic wrote: Hello Moritz, Too hot here, in Belgrade... Where I am resting for the Time being (actually, this message given to my invisible spying security "angels" on this list)... :-) Projected +38C degrees toda

Re: [yocto] Can't boot to initramfs

2019-07-01 Thread Zoran Stojsavljevic
Hello Moritz, Too hot here, in Belgrade... Where I am resting for the Time being (actually, this message given to my invisible spying security "angels" on this list)... :-) Projected +38C degrees today. Too hot for this too old Siberian untouchable bobcat! > I started from the core-image-minimal

Re: [yocto] Getting a package PV from another

2019-07-01 Thread Mike Looijmans
The version of your OE layer is all the version that you'll ever (technically) need. That version (usually a git hash) dictates all other versions. When asked for version numbers of included packages, I always just dump the manifest file into their lap. You can also ask and report the version n

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

2019-07-01 Thread Aaron Biver
[Sending again because I initially replied to Claudius only, and not mailing list] I found using back-ticks with printf also works in a recipe: NUMBER = "1" NUMBER_PADDED="FOO_`printf "02d" ${NUMBER}`_MOARFOO" On Fri, Jun 28, 2019 at 4:48 PM Claudius Heine wrote: > Hi, > > Quoting Aaron Biver

Re: [yocto] Can't boot to initramfs

2019-07-01 Thread Moritz Porst
Hey, So I have proceeded a tiny bit. What I did was to copy the core-image-minimal-initramfs.cpio.gz to my /boot partition and boot using (EFI grub): linux /bzimage initrd /initramfs.cpio.gz This way the boot process starts and at some point it says "can't find rootfs.img, dropping to a shell".

Re: [yocto] Yocto stucks when building!

2019-07-01 Thread Maciej Pijanowski
On 01.07.2019 09:39, Onur Eser wrote: > Hello, Hi > I am trying to build a yocto for i.MX6, with a QT5 layer, everything > is okay, but it freezes on 2666th task! When 4 tasks are running at > the same time in normal, when it comes to 2666th, it is only one task > and takes forever! (I made it wai

Re: [yocto] Getting a package PV from another

2019-07-01 Thread Gabriele Zampieri
Up, with more details: I have a top recipe that depends on *my-image:do_build*. I'd like to retrieve the PV of a couple of packages (from that top recipe) that are used to mark our custom software. Any suggestions? Gabriele Il giorno ven 28 giu 2019 alle ore 11:25 Gabriele Zampieri < gabbla.mal.

Re: [yocto] Can't boot to initramfs

2019-07-01 Thread Moritz Porst
Hello Zoran, thanks for your answer On 28.06.19 14:26, Zoran Stojsavljevic wrote: > 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=/

Re: [yocto] Yocto stucks when building!

2019-07-01 Thread Burton, Ross
First, Fido/1.8 is very old: released in April 2015 and is now out of support, has no security fixes, etc. So I'd first suggest upgrading to a supported release. If you can't, then the easiest thing to do would be to look at the log.do_compile for that recipe in your build directory, or use ps in

[yocto] Yocto stucks when building!

2019-07-01 Thread Onur Eser
Hello, I am trying to build a yocto for i.MX6, with a QT5 layer, everything is okay, but it freezes on 2666th task! When 4 tasks are running at the same time in normal, when it comes to 2666th, it is only one task and takes forever! (I made it wait for one night) Build Configuration: BB_VERSION