[Openembedded-architecture] OEDEM - Setup program

Trevor Woerner twoerner at gmail.com
Tue Nov 22 22:38:17 UTC 2016


On Tue 2016-11-22 @ 10:20:58 AM, Mark Hatle wrote:
> >> Then search "layerItems.json" for records where "layer_type":"D"
> >>
> >> 	# choose a distro layer
> >> 	choices = []
> >> 	distroLines = sorted(layerItems, key=lambda k: k["name"])
> >> 	distroLines = filter(lambda x: x["layer_type"] == "D", distroLines)
> >> 	choices.append(("nodistro", "The distro-less distro"))
> >>
> 
> I just realized the chunk above is specific for finding a -layer- with the type
> distribution, but it doesn't actually carry any useful information other then
> the layer type is distribution.

I guess I don't see how "distro indexing" is different than listing the layers
and identifying which ones are distros. Will the new layerindex api continue
to provide the current information?



More information about the Openembedded-architecture mailing list