Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Angstrom is an embedded Linux Distribution similar to Poky. It provides opkg as the package manager to install binaries from package feeds similar to higher level distros like Ubuntu and CentOS. Angstrom is based on OpenEmbedded-Core and currently supports the Yocto build flow. Although it has lost market momentum, (JHL, do we want to make that claim about lost momentum?) it is still actively maintained on Angstrom GitHub. This article is intended for those who want to migrate existing Angstrom platforms to Zynq UltraScale+ platforms. Angstrom Thud and Zeus releases will build and run on ZCU102.

...

Edit “bblayers.conf” and delete the “meta-edison” layer. (JHL, can you say why we want to do this?)

Code Block
languagebash
   ${OEROOT}/layers/meta-qcom \
-  ${OEROOT}/layers/meta-edison \
   ${OEROOT}/layers/meta-96boards \

...