diff options
Diffstat (limited to 'aws/dev.xml')
-rw-r--r-- | aws/dev.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/aws/dev.xml b/aws/dev.xml index 9c6df9f..0e0377c 100644 --- a/aws/dev.xml +++ b/aws/dev.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <manifest> - <include name="base/styhead.xml" /> + <include name="base/scarthgap.xml"/> <!-- Boot to Qt vendor layer --> <project name="meta-boot2qt-aws" @@ -8,27 +8,27 @@ revision="dev" upstream="dev" path="sources/meta-boot2qt-aws"> - <linkfile dest="sources/templates" src="http://code.qt.io/conf/templates/default" /> + <linkfile dest="sources/templates" src="http://code.qt.io/conf/templates/default"/> </project> - <include name="qt/dev.xml" /> + <include name="qt/dev.xml"/> <!-- Internal layer for the proprietary device drivers --> <remote name="playground" - fetch="ssh://[email protected]/boot2qt" /> + fetch="ssh://[email protected]/boot2qt"/> <project name="nvidia-devnet-mirror" remote="playground" revision="d7d6195ad2383e34fe3135902bdd673ef7feb67c" upstream="linux-aarch64" path="sources/nvidia-devnet-mirror" - groups="notdefault" /> + groups="notdefault"/> <!-- Device specific layer with its depends --> <remote name="aws" - fetch="https://github.com/aws4embeddedlinux" /> + fetch="https://github.com/aws4embeddedlinux"/> <project name="meta-aws" remote="aws" - revision="styhead" - upstream="styhead" + revision="scarthgap" + upstream="scarthgap" path="sources/meta-aws"/> </manifest> |