diff options
-rw-r--r-- | default.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.xml b/default.xml index 3ee7f106..c31eec49 100644 --- a/default.xml +++ b/default.xml @@ -56,4 +56,8 @@ <!-- rpi 2 and 3 --> <project name="meta-raspberrypi" path="meta-raspberrypi" remote="yocto" revision="master" /> + + <!-- DragonBoard 410c specific things --> + <project name="meta-qcom" path="meta-qcom" remote="yocto" revision="jethro" /> + </manifest> |