Skip to content

Commit

Permalink
yocto: Add meta-qt5
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
  • Loading branch information
JeffyCN committed Apr 29, 2019
1 parent 258abe5 commit 31640e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yocto.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<manifest>
<remote name="yocto" fetch="git://git.yoctoproject.org" />
<remote name="oe" fetch="git://git.openembedded.org" />
<remote name="qt5" fetch="https://github.com/meta-qt5" />

<project path="yocto/poky" remote="yocto" name="poky" revision="thud" >
<linkfile src="scripts" dest="yocto/scripts" />
Expand All @@ -15,6 +16,8 @@

<project path="yocto/meta-openembedded" remote="oe" name="meta-openembedded" revision="thud" />

<project path="yocto/meta-qt5" remote="qt5" name="meta-qt5" revision="thud" />

<project path="yocto/meta-rockchip" name="meta-rockchip" revision="yocto-next" />

<project path="yocto/build/conf" name="build" revision="yocto-next" />
Expand Down

0 comments on commit 31640e2

Please sign in to comment.