[yocto] What is the motivation behind the "??=" weak default value operator?

2019-03-09 Thread Loïc Domaigné
Salut, I have a question regarding the usage of the weak default value operator ??= I do understand the rules associated with this operator, in particular wrt. to the other assignment operators = and ?= Could someone shed some lights on why "??=" was introduced in the first place? I couldn't

Re: [yocto] devtmpfs failing to mount

2019-03-11 Thread Loïc Domaigné
Bonsoir Emily, > I'm using Yocto version rocko with a custom layer to run on the Zynq+ SoC > on a custom board. When trying to boot I'm getting the following error in > the boot output: > ... > [4.127997] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature > incompatibilities > [4.

Re: [yocto] devtmpfs failing to mount

2019-03-11 Thread Loïc Domaigné
> > > I'm using Yocto version rocko with a custom layer to run on the Zynq+ SoC > > > on a custom board. When trying to boot I'm getting the following error in > > > the boot output: > > > ... > > > [4.127997] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature > > > incompatibilities >

Re: [yocto] Disabling sshd is harder than it should be

2019-04-29 Thread Loïc Domaigné
Guten Abend Richard, > > When selecting systemd as the init manager, the following line is > > recommended. > > DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" > > Then you should only need: SYSTEMD_AUTO_ENABLE = "disable" > > Thanks a lot for your suggestion! > But doesn't this line imply tha

Re: [yocto] Defining group of machines

2019-05-04 Thread Loïc Domaigné
Bonsoir, > > > We’ve a product group with different devices, each having their > > > machine-conf, eg > > > > > > Device_a > > > > > > Device_a_mini > > > > > > Device_b > > > > > > Device_b_mini <- Upcoming > > > > > > Device_c <- Upcoming > > i know i did this once upon a time using the MAC