meta-udoo rocko for UDOO Neo

Discussion in 'Yocto' started by cyrilf, May 22, 2018.

  1. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
    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 \
      "
     
    modjo and waltervl like this.
  2. modjo

    modjo Active Member

    Joined:
    Sep 29, 2014
    Messages:
    417
    Likes Received:
    127
    cyrilf likes this.
  3. cyrilf

    cyrilf Active Member

    Joined:
    Feb 19, 2015
    Messages:
    168
    Likes Received:
    47
    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.
     
  4. Mauro Ziliani

    Mauro Ziliani UDOOer

    Joined:
    Apr 24, 2018
    Messages:
    6
    Likes Received:
    0
    Hi.
    I try to build rocko for udooneo, but I get some error in u-boot-fslc
    The 2018 version is used instead 2016
     

Share This Page