[yocto] Regarding Error occuring after changing configuration

2018-07-05 Thread Abhishek Kumar Rai
Hi Team, I am getting error while building yocto after changing the configuration. Please find set of below commands that i have used $ bitbake virtual/kernel -c menuconfig $ bitbake virtual/kernel $ bitbake -k agl-demo-platform *| Disk ~/build/tmp/work/nitrogen6x-agl-linux-gnueabi/agl-demo-plat

[yocto] Creating a recipe for python3-pillow

2018-07-05 Thread Oliver Westermann
Hey, I'm fiddeling around with yocto. I want to move some python stuff onto an embedded board and use the nxp mx8 yocto. Everything worked as expected until now, I was able to create yocto recipes for python modules like pyv4l2 (is there any interest for recipes like these to be commited to meta-

Re: [yocto] [PATCH] [yocto-ab-helper] clobberdir: Fix Unicode data expansion with utils API

2018-07-05 Thread Richard Purdie
On Thu, 2018-07-05 at 13:34 +0800, Aaron Chan wrote: > This fix is to move clobberdir from python2 to python3 to resolve > unicode data > in python2 and change the data extraction expansion from > ourconfig["TRASH_DIR"] > to utils.getconfig("TRASH_DIR", ourconfig) on "Clobber build dir" > BuildStep

Re: [yocto] [PATCH] [yocto-ab-helper] clobberdir: Fix Unicode data expansion with utils API

2018-07-05 Thread Chan, Aaron Chun Yew
My apologizes to that as my local copy contains the fixes from the previous commits. Therefore this commit builts on top of it and only contains the delta on the current changes, this is the reason why its not complete. Thanks again for the merge. -Original Message- From: richard.pur...

Re: [yocto] Creating a recipe for python3-pillow

2018-07-05 Thread Burton, Ross
On 5 July 2018 at 08:26, Oliver Westermann wrote: > I'm fiddeling around with yocto. I want to move some python stuff onto an > embedded board and use the nxp mx8 yocto. Everything worked as expected > until now, I was able to create yocto recipes for python modules like pyv4l2 > (is there any int

Re: [yocto] porting gRPC into Yocto

2018-07-05 Thread Simon Chamlian
Hi, After reading several documents, there seems to be several methods to add/remove packages from a build. I just want to make sure I am using the correct method that falls into YOCTO architecture. In local.conf file, I can use: IMAGE_INSTALL_remove = " dropbear" IMAGE_INSTALL_append = " openss

Re: [yocto] porting gRPC into Yocto

2018-07-05 Thread Burton, Ross
On 5 July 2018 at 15:49, Simon Chamlian wrote: > After reading several documents, there seems to be several methods to > add/remove packages from a build. > I just want to make sure I am using the correct method that falls into YOCTO > architecture. > > In local.conf file, I can use: > > IMAGE_INS

[yocto] IMX6Q add new sound simple sound card

2018-07-05 Thread Riccardo Casagrande
Hello all,   I'm new to Linux/Yocto world. I'm working on iMX6Q and I need to add a new sound card and recognized from alsamixer. I spent days on internet looking for examples and tutorials but at the moment alsa never see my sound card. This is one of the tutorials I followed https://elixir.bo

[yocto] Problem on building sdk on Docker container

2018-07-05 Thread AKASH BHARDWAJ
Actually I was facing the following issue while building my Yocto SDK on Docker container [04:25] Removing intermediate container 4f3743321874 ---> 674e007553da Step 4/5 : RUN chmod +x /tmp/$META_TOOLCHAIN ---> Running in ababb0649ea1 Removing intermediate container ababb0649ea1 ---> 5f5589468

Re: [yocto] struggling with initramfs

2018-07-05 Thread Andre McCurdy
On Wed, Jul 4, 2018 at 11:23 PM, Zoran Stojsavljevic wrote: > Hello to all, > > I have my own YOCTO recipe how I do the initramfs. > > Usually, some of these are missing in kernel .config file: > > CONFIG_BLK_DEV_INITRD=y > CONFIG_RD_GZIP=y > CONFIG_RD_BZIP2=y > CONFIG_RD_LZMA=y > CONFIG_RD_XZ=y >

Re: [yocto] Regarding Error occuring after changing configuration

2018-07-05 Thread Prakash Ks
you can use IMAGE_ROOTFS_SIZE ?= *"8192"* to increase Rootfs size. On Thu, Jul 5, 2018 at 12:16 AM Abhishek Kumar Rai < abhish...@eximiusdesign.com> wrote: > Hi Team, > > I am getting error while building yocto after changing the configuration. > > Please find set of below commands that i have us

Re: [yocto] [layerindex-web][PATCH 5/7] update: ignore recommends when ordering layers

2018-07-05 Thread Paul Eggleton
Hi Robert On Wednesday, 4 July 2018 7:52:05 PM NZST you wrote: > I'm sorry to say that I met layerindex' loaddata problems yesterday and > today, > I still didn't find the root cause. Have you tried dumpdata and loaddata > recently, please ? > > What I did was: > > $ python3 manage.py dumpdata -

Re: [yocto] [layerindex-web][PATCH 5/7] update: ignore recommends when ordering layers

2018-07-05 Thread Robert Yang
On 07/06/2018 01:28 PM, Paul Eggleton wrote: Hi Robert On Wednesday, 4 July 2018 7:52:05 PM NZST you wrote: I'm sorry to say that I met layerindex' loaddata problems yesterday and today, I still didn't find the root cause. Have you tried dumpdata and loaddata recently, please ? What I did w

Re: [yocto] struggling with initramfs

2018-07-05 Thread Zoran Stojsavljevic
> There is no standard distro feature called "ram". Perhaps this is > something specific to your BSP layer? Yeah, I noticed that. There is " nfs" parameter, but looks somehow peculiar: not in line with initramfs creation. I know that the whole line: DISTRO_FEATURES_append = " ram" looks bogus/use