On 23 January 2017 at 17:11, Khem Raj wrote: > Do we explicitly add subversion-native to builds ? or is it going to > be removed automatically now that there is nothing needed it ? > subversion-native should still remain though for other layers to use. > It's automatic: if scheme == "svn": d.appendVarFlag('do_fetch', 'depends', ' subversion-native:do_populate_sysroot') (base.bbclass)