[meta-freescale] IMX6 SoloX u-boot splash

2017-07-27 Thread Gokhan Sahin
Hi, everyone,
I would like to change u-boot splash image. Normally, it's showing NXP
logo. It's using 4.1.15.2.0 kernel.
How can I change this image and make my own distro? I would appreciate if
you help me.

Best regards.

Gokhan SAHIN
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] Inserting my qt application to yocto image and runing it after startup

2018-09-09 Thread Gokhan Sahin
I generated an image with "fsl-image-qt5-validation-imx" for i.MX 6SoloX
SABRE Development Board. I can run the my application via Qt creator.
However, I don't know how to insert this application to yocto image in
order to run after startup and build it. Also, this application needs lots
of library such as qtchart, qtserialport etc. How can I do this? Or is
there any document for learning doing that? Thanks.
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] Adding a python package

2019-10-04 Thread Gokhan Sahin
Hi everyone,
I want to add a python package that is sqlite3 on imx6sx.
I have tried adding it as an image install parameter but didn't work.
How can I add the specified packages of python by building?
IMAGE_INSTALL_append = "openssh-sftp \
openssh-sftp-server \
sqlite3 \
python-pysqlite \
"
Thank you!
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale