Skip to content

Commit

Permalink
default.xml: add meta-st-cannes2 layer
Browse files Browse the repository at this point in the history
Add support for B2260 board.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
  • Loading branch information
fboudra committed Feb 7, 2017
1 parent 0a9c202 commit eef1822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/bblayers.conf
Expand Up @@ -26,8 +26,9 @@ BASELAYERS ?= " \

# These layers hold machine specific content, aka Board Support Packages
BSPLAYERS ?= " \
${OEROOT}/layers/meta-qcom \
${OEROOT}/layers/meta-96boards \
${OEROOT}/layers/meta-qcom \
${OEROOT}/layers/meta-st-cannes2 \
${OEROOT}/layers/meta-ti \
"

Expand Down
1 change: 1 addition & 0 deletions default.xml
Expand Up @@ -21,6 +21,7 @@
<project remote="github" name="96boards/meta-96boards" path="layers/meta-96boards"/>
<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-ti" path="layers/meta-ti">
<linkfile dest="setup-environment" src="../../.repo/manifests/setup-environment"/>
</project>
Expand Down

0 comments on commit eef1822

Please sign in to comment.