Skip to content

Commit

Permalink
Experiment with koen's 'Ideal repo layout'
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Larson <kergoth@gmail.com>
  • Loading branch information
kergoth committed Oct 30, 2011
1 parent 48ec6dc commit 0a536e1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions default.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="git://git.openembedded.org/" name="oe"/>
<remote fetch="https://github.com/openembedded/" name="oe"/>
<remote fetch="https://github.com/kergoth/" name="kergoth"/>

<default remote="oe" revision="master"/>

<project name="bitbake" path="bitbake"/>
<project name="openembedded-core" path="oe-core"/>
<project name="meta-openembedded" path="meta-oe"/>
<project name="bitbake" path="sources/bitbake"/>
<project name="oe-core" path="sources/oe-core"/>

<project remote="kergoth" name="oe-repo-build" path="build" >
<project remote="kergoth" name="oe-repo-build" path="sources/scripts">
<copyfile dest="Makefile" src="repo.mk"/>
</project>
</manifest>

0 comments on commit 0a536e1

Please sign in to comment.