[yocto] [meta-gplv2][PATCH] bison: fix builds with gettext 0.20.x

2020-01-15 Thread Changqing Li
From: Changqing Li Fix configure error like: error: possibly undefined macro: gl_AC_HEADER_STDINT_H Signed-off-by: Changqing Li --- recipes-devtools/bison/bison/bison-2.3_m4.patch | 121 1 file changed, 61 insertions(+), 60 deletions(-) diff --git a/recipes-devtools/b

Re: [yocto] How to dynamically set PKGV? #yocto #python

2020-01-15 Thread Denys Dmytriyenko
https://www.yoctoproject.org/docs/3.0/ref-manual/ref-manual.html#var-AUTOREV https://www.yoctoproject.org/docs/3.0/ref-manual/ref-manual.html#var-SRCPV -- Denys On Wed, Jan 15, 2020 at 12:38:19PM -0800, bill.k...@azuresummit.com wrote: > I have a recipe that builds an application from the maste

[yocto] How to dynamically set PKGV? #yocto #python

2020-01-15 Thread Bill . Kulp
I have a recipe that builds an application from the master branch of a local git repository.  AUTOREV is working, so the recipe automatically rebuilds whenever the repository is updated.  The source code has its own version number.  I'm wondering if it is possible to grab that version number dur

Re: [yocto] [psplash][PATCH 1/3] Support --with-font configure option to use other font headers

2020-01-15 Thread Andrei Gherzan
Hi, On Tue, Dec 17, 2019 at 10:22 AM wrote: > From: David Steinberg > > Signed-off-by: David Steinberg > Small ping for this patch set. > --- > Makefile.am | 4 ++-- > configure.ac | 6 ++ > psplash.c| 6 +++--- > 3 files changed, 11 insertions(+), 5 deletions(-) > > diff --git a/

Re: [yocto] Root login not working with Warrior

2020-01-15 Thread Randy MacLeod
On 1/13/20 10:37 AM, Teemu K. wrote: Hi, I have Yocto image that was originally made with Thud - version of Yocto. It was working fine and I was able to login as root via serial console. Then I updated Yocto to Warrior and now for some reason when I try to login as root via serial console it sa

Re: [yocto] #apt #yocto #sdk #toolchain

2020-01-15 Thread FooBar
Hi, we want to set up to cross compile our software that uses QApt, for an embedded device, on our build machine. We want to automate the process. The embedded device is to be updated on occasion, and is actually migrated from a different embedded device. We have been able to build other Qt proj

Re: [yocto] #apt #yocto #sdk #toolchain

2020-01-15 Thread Josef Holzmayr
Howdy! On Wed, Jan 15, 2020 at 07:04:08AM -0800, FooBar wrote: > Hi, > > I’m having trouble adding apt to the cross-compile Qt SDK toolchain. I’m > hoping someone can direct me to some resources or guide me on how to > accomplish this task. Whats the rationale behind it? I can see apt being us

[yocto] #apt #yocto #sdk #toolchain

2020-01-15 Thread FooBar
Hi, I’m having trouble adding apt to the cross-compile Qt SDK toolchain. I’m hoping someone can direct me to some resources or guide me on how to accomplish this task. I have added the following to my conf/local.conf file (I believe some of these lines are not needed, but I followed several di

Re: [yocto] #yocto bootchooser: Cannot get state 'state'

2020-01-15 Thread Enrico J?rns
On Wed, 2020-01-15 at 15:36 +0100, Ahmad Fatoum wrote: > Hello Hans-Ulrich, > > On 1/15/20 3:25 PM, Hans-Ulrich Schlieben wrote: > > > Can you copy the device tree snippet you use for defining state? > > > > Is there a problem because ubi works now and garbles the data in the flash? > > > > > Wh

Re: [yocto] #yocto bootchooser: Cannot get state 'state'

2020-01-15 Thread Hans-Ulrich Schlieben
Hi Ahmad, thank you very much for your help. > Are there any other error messages? No, there is even more working than in thud where ubi0 fails but bootchooser works: Hit m for menu or any other key to stop autoboot:0 testing for update ubi0: scanning is finished ubi0 error: ubi_read_volume_

Re: [yocto] #yocto bootchooser: Cannot get state 'state'

2020-01-15 Thread Hans-Ulrich Schlieben
Hi Enrico, thank you very much for your help. I'm using barebox_2019.01.0-phy4-r7.0 now. In thud I used barebox_2017.12.0 The image is built using my own ims layer which depends on core-image-minimal LAYERDEPENDS_ims-layer = "core-image-minimal openembedded-layer phytec-layer" Its using the meta-

Re: [yocto] #yocto bootchooser: Cannot get state 'state'

2020-01-15 Thread Enrico J?rns
Hi, this is mainly a barebox-related question, thus I'd suggest asking it on the barebox ML. [cc-ing barebox mailing list] On Wed, 2020-01-15 at 04:10 -0800, hu.schlie...@codewrights.de wrote: > Hi, > > booting the new yocto zeus system manually by "boot mmc" works fine > but default bootchoose

[yocto] #yocto bootchooser: Cannot get state 'state'

2020-01-15 Thread hu . schlieben
Hi, booting the new yocto zeus system manually by "boot mmc" works fine but default bootchooser fails with: bootchooser: Cannot get state 'state' Nothing bootable found on 'bootchooser' Nothing bootable found Building the "same" image in yocto thud works fine. The boot variables are: * BOOT_sy

Re: [yocto] building both musl and glibc based images for same machine

2020-01-15 Thread Rasmus Villemoes
On 14/01/2020 15.47, Josef Holzmayr wrote: > Howdy! > > On Tue, Jan 14, 2020 at 02:38:29PM +, Rasmus Villemoes wrote: >> Is there some way to build images based on both musl and glibc for the >> same machine? > > No problem at all - be it either through seperate builds, or > multiconfig. Tha

Re: [yocto] [PATCH yocto-autobuilder-helper v2 1/3] config: don't run meta-intel in qemu yet

2020-01-15 Thread Richard Purdie
On Wed, 2020-01-15 at 06:50 +, Mittal, Anuj wrote: > Can this be merged in zeus/warrior too please? I've merged to zeus but this code isn't in warrior at all... Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47966): https://l

Re: [yocto] Switching to OpenSSL 1.1.1 in Yocto Morty release

2020-01-15 Thread Nikolay Merinov via Lists.Yoctoproject.Org
Hi Richard, Thank you for your answer. We'll consider this possibility. Regards, Nikolai - Original Message - > From: "Richard Purdie" > To: "n merinov" , "yocto" > > Sent: Wednesday, January 15, 2020 3:08:27 AM > Subject: Re: [yocto] Switching to OpenSSL 1.1.1 in Yocto Morty release