Hi, I updated my repo to the rocko branch. I only support UDOO Neo because I don't have the other boards. It uses a backport recipe for U-Boot FSLC 2016.11. An other backport recipe provides the last version of the WL18xx driver that fixes major issues with the Wi-Fi. It provides Qt 5.9.x https://github.com/cyrilfr/meta-udoo WARNING: you need to add the meta-ti layer to your poky installation! 1. Change to rocko branch for all your layers: Code: git checkout rocko 2. Clone the meta-ti layer inside your poky directory: Code: git clone git://git.yoctoproject.org/meta-ti -b rocko 3. Add meta-ti to your bblayers.conf file: Code: BBLAYERS ?= " \ ${BSPDIR}/meta \ ${BSPDIR}/meta-poky \ \ ${BSPDIR}/meta-openembedded/meta-oe \ ${BSPDIR}/meta-openembedded/meta-python \ ${BSPDIR}/meta-openembedded/meta-networking \ \ ${BSPDIR}/meta-freescale \ ${BSPDIR}/meta-ti \ ${BSPDIR}/meta-qt5 \ ${BSPDIR}/meta-udoo \ "
Hi, you can find a rocko layer for the secoA62 here : https://github.com/modjo756/meta-seco For information this layer use the seco u-boot and kernel ! The kernel is configured to use it with the sysA62-10 with touch
I won't support the Seco A62 as it isn't a UDOO board but a seco one. The official meta-seco is more appropriate I think.
Hi. I try to build rocko for udooneo, but I get some error in u-boot-fslc The 2018 version is used instead 2016