[yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Richard Collins
I've inherited a Yocto project that I know to be an old version. So one of my tasks is to update to the latest version. Before I do this I would like to know what version I have. The only information I can find is the bitbake version, BB_VERSION= "1.32.0". Many thanks, Richard. --

[yocto] Hello from Me, Richard

2018-04-12 Thread Richard Collins
Just wanted to introduce myself. I'm working at a startup in the UK and my job is to manage and create the embedded platform that the product will run on. ttfn, Richard. -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-12 Thread Richard Collins
Thanks for the help. :) On 12 April 2018 at 11:21, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 04/12/2018 12:44 PM, Richard Collins wrote: > >> I've inherited a Yocto project that I know to be an old version. So one >> of my tasks is to update to

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-13 Thread Richard Collins
ask Y, ask Z., ask" development game. ;) On 12 April 2018 at 19:45, Josef Holzmayr <holzm...@rsi-elektrotechnik.de> wrote: > On Thu, Apr 12, 2018 at 01:11:17PM +0100, Richard Collins wrote: > > I get the following for DISTRO. > > > > DISTRO=

[yocto] Patching bbclass file

2018-10-16 Thread Richard Collins
I have integrated mender into our system and now everything is working. I had to change one of the mender class files. Just a one line change in a function. As we'll be using automated build servers soon I need this change to be permanent. I've created a patch file in our bsp layer of the same

[yocto] ext4 rootfs in wrong folder when trying to build sdcard image

2018-09-13 Thread Richard Collins
This is for a custom carrier board using the Phytec rk3288 SOM. This worked for 2.2 morty. I have migrated to 2.5 sumo. I am using their rk3288_sd_image-phy.bbclass file. This file is only in the morty branch so I had to copy it into my bsp layer. I am still a bit of a Yocto noob so any help