Files
meta-riscv/tools/manifests/riscv-yocto.xml
Khem Raj 8fa69a8f27 switch to using OE-Core/bitbake instead of poky
We document using oe-core and bitbake but the environment was setting
for poky, this fixes that, plus riscv64 is not enabled as default tatget
in poky where as it is in oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29 09:56:07 -07:00

16 lines
705 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="openembedded" fetch="git://github.com/openembedded/" />
<remote name="riscv" fetch="git://github.com/riscv/" />
<remote name="yocto" fetch="git://git.yoctoproject.org/" />
<default remote="openembedded" revision="master" />
<project name="meta-riscv" remote="riscv" path="meta-riscv" revision="master" />
<project name="openembedded-core" remote="openembedded" path="openembedded-core" revision="master" />
<project name="bitbake" remote="openembedded" path="openembedded-core/bitbake" revision="master" />
<project name="meta-openembedded" remote="openembedded" path="meta-openembedded" revision="master" />
</manifest>