Re: [yocto] Changing over to systemd (no dhcp)

2017-01-20 Thread Michael Gloff
Mike, On Thu, Jan 19, 2017 at 3:18 AM, Mike Looijmans wrote: > On 18-01-17 16:10, colin.helliw...@ln-systems.com wrote: > >> We have a configuration for our embedded system which is working via >> SysV, but >> we’re investigating moving over to systemd. >> >> Not sure if this is ‘wise’ – if anyo

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-20 Thread Khem Raj
On Wed, Jan 18, 2017 at 7:10 AM, wrote: > We have a configuration for our embedded system which is working via SysV, > but we’re investigating moving over to systemd. > > Not sure if this is ‘wise’ – if anyone has technological arguments > for/against then I’d be interested – but I wanted to inve

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-20 Thread Khem Raj
4.8 will build until rpi kernel folks rebase the branch :( moving forward, we should only keep stable branches which they dont rebase hopefully and 1 more recipe called linux-raspberrypi_dev.bb to track the latest upstream release, so it will be clear that this is a dev kernel. On Thu, Jan 19, 201

Re: [yocto] [ptest-runner][PATCH] feat: generate xml-file

2017-01-20 Thread Pascal Bach
Hi Benjamin and Anibal See inline repsonse. On 19.01.2017 18:53, Esquivel, Benjamin wrote: > Sure Anibal, see my response inline. > >> -Original Message- >> From: Aníbal Limón [mailto:anibal.li...@linux.intel.com] >> Sent: Thursday, January 19, 2017 11:42 AM >> To: Pascal Bach ; yocto@yoc

[yocto] [meta-raspberrypi] WiFi on rpi3?

2017-01-20 Thread Gary Thomas
Can someone give me pointers to get the onboard WiFi on the RaspberryPi3 going? What kernel settings/hoops I need to do, what packages I might need, etc? Thanks -- Gary Thomas | Consulting for the MLB Associates

Re: [yocto] [meta-raspberrypi] WiFi on rpi3?

2017-01-20 Thread Gary Thomas
On 2017-01-20 12:30, Gary Thomas wrote: Can someone give me pointers to get the onboard WiFi on the RaspberryPi3 going? What kernel settings/hoops I need to do, what packages I might need, etc? Thanks Actually, I've found that with an older kernel (4.1.21) the WiFi device is discovered, but

[yocto] Yocto - Building initramfs to run a shell script for the support of IMA/EVM

2017-01-20 Thread Eswaran Vinothkumar (BEG-PT/PJ-IOT1)
Hello Yocto community developers, I am currently working on the task of porting an existing build system to Yocto to create customized Linux distribution for an embedded product. I have successfully created a bare box image, the kernel and root file system image and the system startup is workin

Re: [yocto] sstate-cache and native recipes

2017-01-20 Thread Kristian Amlie
On 18/01/17 12:28, Burton, Ross wrote: > > On 18 January 2017 at 09:51, Gary Thomas > wrote: > > How would one change the recipe to reflect that? Is there an > override that effectively says "not -native"? > > > do_install_class-target. This is exactly the a

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-20 Thread colin.helliwell
Thanks for all the pointers everyone. I've now got (in my distro conf): DISTRO_FEATURES_append = " systemd" DISTRO_FEATURES_remove = " sysvinit" VIRTUAL-RUNTIME_init_manager = "systemd" PREFERRED_PROVIDER_udev = "systemd" PACKAGECONFIG_append_pn-systemd = " resolved networkd" It's booting

Re: [yocto] Correct way to use a custom bsp .scc file in morty

2017-01-20 Thread George McCollister
On Thu, Jan 19, 2017 at 5:24 PM, Bruce Ashfield wrote: > On 2017-01-19 6:20 PM, George McCollister wrote: >> >> What's the correct way to use a custom bsp .scc file located in my >> custom bsp layer? For purposes of this email let's say it's name is >> myplatform-preempt-rt.scc. If I specifically

Re: [yocto] Correct way to use a custom bsp .scc file in morty

2017-01-20 Thread Bruce Ashfield
On 2017-01-20 09:19 AM, George McCollister wrote: On Thu, Jan 19, 2017 at 5:24 PM, Bruce Ashfield wrote: On 2017-01-19 6:20 PM, George McCollister wrote: What's the correct way to use a custom bsp .scc file located in my custom bsp layer? For purposes of this email let's say it's name is mypl

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-20 Thread Mike Looijmans
On 20-01-17 07:15, Michael Gloff wrote: Mike, On Thu, Jan 19, 2017 at 3:18 AM, Mike Looijmans mailto:mike.looijm...@topic.nl>> wrote: On 18-01-17 16:10, colin.helliw...@ln-systems.com wrote: We have a configuration for our embedded syste

[yocto] [layerindex-web] issue with webinterface

2017-01-20 Thread Peter Tulpen
Hello, I installed the webinterface locally and configured it with several branchesBut when I want to browse it, I can only choose master:https://postimg.org/image/dq1vj6v7h/When I browse to http://MYSERVER/layerindex/branch/jethro/layers/, I see that the branches are thereMy installation based on

[yocto] u-boot hangs when attaching an mtd to ubi using spinor flash, MX25L51245G

2017-01-20 Thread Davis Roman
Hello, I'm seeing unusual behavior when u-boot attempts to attach an mtd partition to a ubi device using a spi-nor flash (MX25L51245G). When the mtd partition size is set to less than 15MiB, the attach works, however when the mtd partition size is increased to 16MB or greater, u-boot displays the

Re: [yocto] [layerindex-web] issue with webinterface

2017-01-20 Thread Mark Hatle
On 1/19/17 11:05 AM, Peter Tulpen wrote: > Hello, I installed the webinterface locally and configured it with several > branches > But when I want to browse it, I can only choose master: > > https://postimg.org/image/dq1vj6v7h/ I've been using a local instance of the layer index for a while now.

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-20 Thread Andrei Gherzan
On Fri, Jan 20, 2017 at 6:49 AM, Khem Raj wrote: > 4.8 will build until rpi kernel folks rebase the branch :( moving > forward, we should only keep stable branches which they dont rebase > hopefully and 1 more recipe called linux-raspberrypi_dev.bb to track > the latest upstream release, so it wil

Re: [yocto] Correct way to use a custom bsp .scc file in morty

2017-01-20 Thread Bruce Ashfield
On 2017-01-20 09:19 AM, George McCollister wrote: On Thu, Jan 19, 2017 at 5:24 PM, Bruce Ashfield wrote: On 2017-01-19 6:20 PM, George McCollister wrote: What's the correct way to use a custom bsp .scc file located in my custom bsp layer? For purposes of this email let's say it's name is mypl

Re: [yocto] [meta-raspberrypi][morty][PATCH 1/6] linux-raspberrypi: Drop v4.1

2017-01-20 Thread Andrei Gherzan
On Thu, Jan 19, 2017 at 11:50 AM, Andrei Gherzan wrote: > From: Paul Barker > > The linux-raspberrypi 4.1 recipe has been broken for a while, probably since > 09b76a43f6f6852406de385a45f472c52b6a8571. It should now be safe to drop this > version. > > Signed-off-by: Paul Barker > --- > .../0001-

Re: [yocto] Correct way to use a custom bsp .scc file in morty

2017-01-20 Thread George McCollister
On Fri, Jan 20, 2017 at 10:59 AM, Bruce Ashfield wrote: > On 2017-01-20 09:19 AM, George McCollister wrote: >> >> On Thu, Jan 19, 2017 at 5:24 PM, Bruce Ashfield >> wrote: >>> >>> On 2017-01-19 6:20 PM, George McCollister wrote: What's the correct way to use a custom bsp .scc file

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-20 Thread Khem Raj
On Fri, Jan 20, 2017 at 8:25 AM, Andrei Gherzan wrote: > On Fri, Jan 20, 2017 at 6:49 AM, Khem Raj wrote: >> 4.8 will build until rpi kernel folks rebase the branch :( moving >> forward, we should only keep stable branches which they dont rebase >> hopefully and 1 more recipe called linux-raspber

[yocto] [meta-raspberrypi][PATCH 1/5] raspberrypi-cm.conf: Add dummy machine for CM1 (alias for RPi1)

2017-01-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi-cm.conf | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 conf/machine/raspberrypi-cm.conf diff --git a/conf/machine/raspberrypi-cm.conf b/conf/machine/raspberrypi-cm.conf new file mode 100644 index 000..2da7d50 --- /de

[yocto] [meta-raspberrypi][PATCH 2/5] raspberrypi-cm3.conf: Add dummy machine for CM3 (alias for RPi2)

2017-01-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi-cm3.conf | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 conf/machine/raspberrypi-cm3.conf diff --git a/conf/machine/raspberrypi-cm3.conf b/conf/machine/raspberrypi-cm3.conf new file mode 100644 index 000..153d5d5 --

[yocto] [meta-raspberrypi][PATCH 4/5] rpi-base.inc: Include dtb file for CM1 and CM3

2017-01-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 9f20663..e069e70 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine

[yocto] [meta-raspberrypi][PATCH 3/5] raspberrypi*.conf: Minor tweaks

2017-01-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 1 - conf/machine/raspberrypi0.conf | 1 - conf/machine/raspberrypi2.conf | 1 - conf/machine/raspberrypi3.conf | 4 +--- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/r

[yocto] [meta-raspberrypi][PATCH 5/5] README: Mention CM1 and CM3 support

2017-01-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index a784890..65a1e5f 100644 --- a/README +++ b/README @@ -79,6 +79,8 @@ c. Set MACHINE in local.conf to one of the supported boards: - raspberrypi0 - raspberrypi2 - rasp

Re: [yocto] sstate-cache and native recipes

2017-01-20 Thread Gary Thomas
On 2017-01-20 14:05, Kristian Amlie wrote: On 18/01/17 12:28, Burton, Ross wrote: On 18 January 2017 at 09:51, Gary Thomas mailto:g...@mlbassoc.com>> wrote: How would one change the recipe to reflect that? Is there an override that effectively says "not -native"? do_install_class-ta