[meta-freescale] meta-freescale Sumo release?

2019-10-04 Thread Tsai, Matt
Hi all, I could not find any documentation and announcement for a Sumo release on meta-freescale and Freescale documentation Github. Question: Has meta-freescale Sumo ever been released? If yes, where I can find the release documentation? If not, what is the release plan and where the

[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