ADLINK / meta-adlink-nxp

Single Yocto layer for NXP iMX6 & iMX8M & iMX8MPlus based Computer on Modules. (SMARC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why depends on meta-adlink-demo?

droppingin opened this issue · comments

commented

Hello,

first of all, thank you for the layers.
I have a couple of questions though.

I am building a custom headless image (no ui, only console) based on kirkstone.
When i bind meta-adlink-nxp, i am forced to use adlink-demo because of LAYERDEPENDS_adlink-nxp = "adlink-demo" which does not look right to me as i don't want to download any additional dependencies.
As far as i understood, the demo-layer brings some default functionality, additional settings, UI and so on.

  • Why does the meta-adlink-nxp depend on meta-adlink-demo?
  • How can i disable/exclude it in my build?

You can remove LAYERDEPENDS line, and just BBMASK the bbappend recipes that originated in the meta-adlink-demo layer