JeffyCN / meta-rockchip

Yocto BSP layer for the Rockchip SOC boards
Other
120 stars 93 forks source link

Poky Dependency #53

Closed edrose-tewke closed 1 year ago

edrose-tewke commented 1 year ago

It seems like the only reason that Poky is a dependency is for a symbolic link in the classes directory?

I'm currently working on a project that does not include Poky. Everything in Poky is a collection of various different layers, copied into the Poky repository by a script (scripts/combo-layer). The original source of the allarch.bbclass file is actually openembedded-core, which is what I include in my project.

This immediately makes the layer incompatible with my project. I cannot include poky, since it duplicates everything in openembedded-core.

Is there any reason why adding the file to BBMASK doesn't work? That would remove the dependency on Poky.

In layer.conf: BBMASK += "meta/classes/allarch.bbclass"

JeffyCN commented 1 year ago

that file is a hack for an extra function, you can try to remove it

JeffyCN commented 1 year ago

uploaded