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] devtmpfs failing to mount

2019-03-11 Thread Emily S
Hello! Yes those are both useful things to know. I am booting by flashing an SD card with a wic image (made using sdimage-bootpart.wks), so the flashing process takes care of creating the partitions. So the partition should be of type EXT4. The mounting process is actually what I'm a little fuzzy

[yocto] [go] Any meta layers for InfluxDB, Telegraf, Kapacitor

2019-03-11 Thread Shantanoo Desai
Hello, I have been using InfluxDB older version on an Embedded Board through Yocto and was wondering if there is already someone on the list using the above mentioned Stacks: Telegraf, InfluxDB, Kapacitor If not can someone guide me how to actually get them into recipes for them? Not sure

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.

[yocto] Yocto Project Unassigned Bugs - Help Needed

2019-03-11 Thread sjolley.yp.pm
All, The triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the tria

[yocto] devtmpfs failing to mount

2019-03-11 Thread Emily S
Hi all - 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.205861] devtmpfs: error mounting -2 dmesg | tail shows a similar result: [4.127997] EXT4-fs (mmcblk0p2): couldn

Re: [yocto] PREFERRED_VERSION ignored

2019-03-11 Thread Mark Hatle
On 3/11/19 12:46 PM, Marco wrote: > Hello, > using Yocto version 'rocko' I have a custom layer defining a new > recipe and a distro. > I have a recipe openssl_1.0.1u.bb in my meta-custom layer. > My meta-custom layer.conf has BBFILE_PRIORITY_meta-custom = "9" > > In my meta-custom layer I have a d

[yocto] PREFERRED_VERSION ignored

2019-03-11 Thread Marco
Hello, using Yocto version 'rocko' I have a custom layer defining a new recipe and a distro. I have a recipe openssl_1.0.1u.bb in my meta-custom layer. My meta-custom layer.conf has BBFILE_PRIORITY_meta-custom = "9" In my meta-custom layer I have a distro configuration saying PREFERRED_VERSION_ope

Re: [yocto] Guidance to start yocto project.

2019-03-11 Thread Scott Rifenbark
H Rahul, I would start with the https://www.yoctoproject.org/docs/2.6.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html manual. Gets you up and running. Scott On Mon, Mar 11, 2019 at 9:32 AM rahul chauhan wrote: > Hello, > > I am beginner with yocto project and i want to learn the yocto projec

Re: [yocto] Guidance to start yocto project.

2019-03-11 Thread Paul Barker
On Mon, 11 Mar 2019, at 15:32, rahul chauhan wrote: > Hello, > > I am beginner with yocto project and i want to learn the yocto project > and start working on it. > can you please guide how can i proceed step by step and what are the > prerequisites? There's an excellent "Quick Build" guide

[yocto] [yocto-doc][PATCH] ref-manual: fix copy-paste style error (`SRC_URI`)

2019-03-11 Thread Filip Jareš
The update fixes a copy-paste-and-forget-to-update-everything error in the documentation of the `SRC_URI` entry in the Reference Manual. The `maxdate` paragraph just repeated what is there for the neighboring `mindate` paragraph which was incorrect. What is documented (and patched) here is impleme

[yocto] Guidance to start yocto project.

2019-03-11 Thread rahul chauhan
Hello, I am beginner with yocto project and i want to learn the yocto project and start working on it. can you please guide how can i proceed step by step and what are the prerequisites? Thanks and Regards Rahul Chauhan -- ___ yocto mailing list yocto

[yocto] Resizing extended partition in image created with wic (poky sumo)

2019-03-11 Thread Smith, Peter1 (GE Renewable Energy)
I am having trouble with resizing a partition inside of an extended partition in an image created using wic (poky sumo). Here is the .wks file I have used: part /mnt/boot --source bootimg-partition --ondisk mmcblk0 --label edgeos-boot --active --align 4096 --fixed-size=100M --fstype=msdos --use

[yocto] [meta-security][PATCH] suricata: update to 4.1.3

2019-03-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../suricata/{libhtp_0.5.28.bb => libhtp_0.5.29.bb} | 0 recipes-security/suricata/suricata.inc | 6 +++--- .../suricata/{suricata_4.0.6.bb => suricata_4.1.3.bb} | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) rename