On Thu, 26 Mar 2020, Matt Campbell wrote: > HI All,
> We have a layer where we want to concurrently support two releases > of Poky. There is an issue when we have bbappnds against recipes > that have different versions in the two poky releases. for instance, > imagine recipe foo that is version 1.0 in Zeus and 1.2 in Dunfell. > If we had a bbappend in our layer `foo_1.0.bbappend` and tried to > use our layer with Dunfell, bitbake will error out saying that > `foo_1.0.bbappend` has no base recipe. not sure if this really solves the underlying issue, but you can always turn those errors into warnings with: BB_DANGLINGAPPENDS_WARNONLY = "1" in your local.conf, although i'm still skeptical as to whether that's really the problem you're trying to solve. rday
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48934): https://lists.yoctoproject.org/g/yocto/message/48934 Mute This Topic: https://lists.yoctoproject.org/mt/72563780/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
