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
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-
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
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...
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
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
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
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
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
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
>
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
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 -
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
> 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
14 matches
Mail list logo