Re: [yocto] update mechanisms

2017-03-01 Thread Eystein Måløy Stenberg
On Tue, 2016-12-06 at 10:45 +0100, Patrick Ohly wrote: On Tue, 2016-12-06 at 10:01 +0100, Stefano Babic wrote: > Hi Patrick, > > On 30/11/2016 15:59, Patrick Ohly wrote: > > I've started a Wiki page > > https://wiki.yoctoproject.org/wiki/System_Update - rudimentary at the > > moment, but might as

[yocto] Yocto Project SDK Quickstart Guide

2016-09-05 Thread Eystein Måløy Stenberg
Hi, The Yocto Project Software Development Kit (SDK) can save us a lot of time when developing embedded applications. To make it easier to approach we have published a guide for using the SDK with simple example applications. It should take about 30 minutes to follow and give a basic underst

Re: [yocto] poky master issue with kernel and gcc version

2016-06-02 Thread Eystein Måløy Stenberg
On 01/06/16 19:53, Bruce Ashfield wrote: On 2016-06-01 10:48 PM, Eystein Måløy Stenberg wrote: Hi, I am trying to build a vexpress-qemu machine targe from poky's master branch, but I get this error compiling the kernel: | /home/yocto/poky/build/tmp/work-shared/vexpress-qemu/kernel-s

[yocto] poky master issue with kernel and gcc version

2016-06-01 Thread Eystein Måløy Stenberg
Hi, I am trying to build a vexpress-qemu machine targe from poky's master branch, but I get this error compiling the kernel: | /home/yocto/poky/build/tmp/work-shared/vexpress-qemu/kernel-source/include/linux/compiler-gcc.h:121:30: fatal error: linux/compiler-gcc6.h: No such file or directory

Re: [yocto] Run-time discovery of machine for image compatibility check

2015-11-13 Thread Eystein Måløy Stenberg
LDINFO_VARS_append = " MACHINE DEVICE_MODEL" > > to get a /etc/build file in your resulting image with information similar to > the build configuration summary bitbake outputs during a build. > > > >> -Original Message- >> From: yocto-boun

Re: [yocto] Run-time discovery of machine for image compatibility check

2015-11-10 Thread Eystein Måløy Stenberg
.mender.io/blog/build-info-yocto-1 * https://www.mender.io/blog/build-info-yocto-2 On 30/09/15 17:45, Khem Raj wrote: > >> On Sep 30, 2015, at 2:31 PM, Eystein Måløy Stenberg >> wrote: >> >> Hi, >> >> Before starting a bitbake build, we input the MACHINE

[yocto] Run-time discovery of machine for image compatibility check

2015-09-30 Thread Eystein Måløy Stenberg
Hi, Before starting a bitbake build, we input the MACHINE variable in local.conf (e.g. MACHINE ?= beaglebone). Is there a way to detect this variable at run-time? I.e. if I have built the image, written it to a device, and I'm now logged in to it. The reason I want this is that I'm working on a

[yocto] Test software update deployment prototype

2015-08-21 Thread Eystein Måløy Stenberg
Hi, I'm working on a project for deploying software updates, e.g. Yocto images, to field devices. Please let me know if you'd be interested in testing a prototype. I'll provide more context if you email me directly (don't want to spam this list). Thank you. -- Eystein Stenberg --