简体   繁体   中英

Yocto: method not to include a bbappend file

I have a bbappend file that I need to include on some target platforms and not include on others. I tried adding BBFILES_remove += ".../my_package_%.bbappend" to see if it doesn't include the file, but that doesn't work.

Is there any way to make this work?

Thanks.

BBMASK正是您要找的:

BBMASK += "/layer/my_packagegroup_%.bbappend"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM