Re: [yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-10-31 Thread Kevin Hao
On Wed, Oct 31, 2018 at 02:23:00PM +0100, Heiko Schocher wrote: > Hello all, > > just builded core-image-minimal with current head of thud branch for > the beaglebone-yocto machine, with linux 4.14.x LTS "Linux version 4.14.78", > installed the resulting sd card image and boot it, and get: > >

Re: [yocto] 2.6 migration guide

2018-10-31 Thread Scott Rifenbark
Got it, thanks. On Wed, Oct 31, 2018 at 9:02 AM Bas Mevissen wrote: > On 2018-10-31 16:50, Scott Rifenbark wrote: > > > Can you tell me why "123456" is also not removed? That string contains > > instances of "123" and "456" > > > Because it removes all occurrences of the list value "123" and

Re: [yocto] 2.6 migration guide

2018-10-31 Thread Bas Mevissen
On 2018-10-31 16:50, Scott Rifenbark wrote: Can you tell me why "123456" is also not removed? That string contains instances of "123" and "456" Because it removes all occurrences of the list value "123" and not of value "123456" or any part of it. Otherwise, it would be impossible to use

Re: [yocto] 2.6 migration guide

2018-10-31 Thread Scott Rifenbark
Can you tell me why "123456" is also not removed? That string contains instances of "123" and "456" Thanks, Scott On Wed, Oct 31, 2018 at 12:15 AM Robert Berger < yocto.user.mailingl...@gmail.com> wrote: > Hi Scott, > > On 31.10.18 00:06, Scott Rifenbark wrote: > > > > I have an initial

Re: [yocto] 2.6 migration guide

2018-10-31 Thread Scott Rifenbark
Thanks Robert... I will do that. Scott On Wed, Oct 31, 2018 at 12:15 AM Robert Berger < yocto.user.mailingl...@gmail.com> wrote: > Hi Scott, > > On 31.10.18 00:06, Scott Rifenbark wrote: > > > > I have an initial section at > > >

Re: [yocto] Fetcher failure on mpfr 4.0.1

2018-10-31 Thread Burton, Ross
The usual process is the autobuilder populates the source mirror as it runs. I pinged Richard earlier about this, basically it's fallout from the autobuilder migration and should be looked at next week. Ross On Tue, 30 Oct 2018 at 15:52, Gunnar Andersson wrote: > > I'm right now seeing a

Re: [yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-10-31 Thread Bruce Ashfield
On 10/31/18 9:23 AM, Heiko Schocher wrote: Hello all, just builded core-image-minimal with current head of thud branch for the beaglebone-yocto machine, with linux 4.14.x LTS "Linux version 4.14.78", installed the resulting sd card image and boot it, and get: INIT: Id "O0" respawning too

Re: [yocto] [avahi] add service into rocko

2018-10-31 Thread Jairo
Wow thank you. with: IMAGE_INSTALL_append = "avahi-daemon" it seems to work, it's a bit confusing but I think I got it, hehehe, thanks Bruce and Dimitris El mié, 31-10-2018 a las 08:57 -0400, Bruce Ashfield escribió: > On 10/31/18 7:03 AM, Jairo wrote: > > Hi all, > > > > I need to install an

[yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-10-31 Thread Heiko Schocher
Hello all, just builded core-image-minimal with current head of thud branch for the beaglebone-yocto machine, with linux 4.14.x LTS "Linux version 4.14.78", installed the resulting sd card image and boot it, and get: INIT: Id "O0" respawning too fast: disabled for 5 minutes Reason seems to be:

Re: [yocto] [avahi] add service into rocko

2018-10-31 Thread Bruce Ashfield
On 10/31/18 7:03 AM, Jairo wrote: Hi all, I need to install an avahi service on rocko for (a node of) node-red. OK, I have an avahi_0.6.32.bb recipe at 'sources/poky/meta/recipes- connectivity/avahi/' which path is added at bblayers.conf file. but if I add the package at local.conf file like

[linux-yocto] Adding SPI Flash in dtsi file.

2018-10-31 Thread Pierre Lessard
Hi, I need to add the S25FL256SAGMFIR01 SPI Flash device to my recipe. This is a 256MBit flash device. I have a hard time figuring out what definition to add. { fsl,spi-num-chipselects = <1>; cs-gpios = < 29 0>; /* Native CS */ pinctrl-names = "default"; pinctrl-0 = <_ecspi2_1 _ecspi2_cs_1>;

[yocto] [avahi] add service into rocko

2018-10-31 Thread Jairo
Hi all, I need to install an avahi service on rocko for (a node of) node-red. OK, I have an avahi_0.6.32.bb recipe at 'sources/poky/meta/recipes- connectivity/avahi/' which path is added at bblayers.conf file. but if I add the package at local.conf file like this: IMAGE_INSTALL_append = "

Re: [yocto] 2.6 migration guide

2018-10-31 Thread Robert Berger
Hi Scott, On 31.10.18 00:06, Scott Rifenbark wrote: I have an initial section at https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#moving-to-the-yocto-project-2.6-release, which is based on Richard's input.  I am sure there are more items. You might want to add a link to the