diff options
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.xml b/default.xml index 1ce4bc7d..d86676a3 100644 --- a/default.xml +++ b/default.xml @@ -9,6 +9,7 @@ /> <remote name="yocto" fetch="https://git.yoctoproject.org/git/" /> <remote name="github" fetch="https://github.com/" /> + <remote name="openembedded" fetch="https://git.openembedded.org/" /> <!-- defaults --> <default remote="agl" sync-j="4" revision="master"/> @@ -69,6 +70,9 @@ <!-- clang support --> <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="b9e7c299d426e7e22e3ee45bebb5206ad8bc54fd" upstream="master"/> + <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixed the dependencies" --> + <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="e2ef0dd8fa13d6b96e44773b09d07e4817d0a44d" upstream="dunfell" /> + <!-- BSPs --> <!-- Renesas Gen3 specific things --> |