Using Arduino core packages in PlatformIO

Hi,

I’m using PlatformIO to initialize an Eclipse project for my Arduino Zero.
platformio init --ide eclipse --board zero

PlatformIO will use this location:
~/.platformio/packages …

I want to use the package location of Arduino15, is this possible?
This package is downloaded in the Arduino IDE using the board manager.

Max

PlatformIO has own package manager and packages (toolchains, frameworks, other tools). Each package should contain package.json manifest that explains PIO Core a version and a system compatibility.