Skip to content

Commit

Permalink
default.xml: add meta-virtualization layer
Browse files Browse the repository at this point in the history
It's required for docker recipe.

Change-Id: I38fa02da2fde355884a7e80b8cd8790e28fe7b61
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
  • Loading branch information
fboudra authored and koenkooi committed Feb 17, 2017
1 parent eef1822 commit 24af651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ BASELAYERS ?= " \
${OEROOT}/layers/meta-openembedded/meta-python \
${OEROOT}/layers/meta-browser \
${OEROOT}/layers/meta-qt5 \
${OEROOT}/layers/meta-virtualization \
"

# These layers hold machine specific content, aka Board Support Packages
Expand Down
2 changes: 2 additions & 0 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<project remote="github" name="96boards/meta-rpb" path="layers/meta-rpb"/>
<project remote="github" name="ndechesne/meta-qcom" path="layers/meta-qcom"/>
<project remote="github" name="cpriouzeau/meta-st-cannes2" path="layers/meta-st-cannes2"/>

<project remote="yocto" name="git/meta-virtualization" path="layers/meta-virtualization"/>
<project remote="yocto" name="git/meta-ti" path="layers/meta-ti">
<linkfile dest="setup-environment" src="../../.repo/manifests/setup-environment"/>
</project>
Expand Down

0 comments on commit 24af651

Please sign in to comment.