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, it is still actively maintained on Angstrom GitHubhosted on 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, otherwise the build will fail.

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

...