diff options
author | Mikko Gronoff <[email protected]> | 2025-05-21 11:15:48 +0300 |
---|---|---|
committer | Mikko Gronoff <[email protected]> | 2025-05-21 18:44:45 +0300 |
commit | eb4eb777c4d6a78acde307cb17ae2af33c6cd7e1 (patch) | |
tree | a5e7195476399bf9e9fa677e269220a553844e76 | |
parent | 6daec04ab040d68caf0ea73571980a0065d297a2 (diff) |
Use yocto scarthgap & meta-boot2qt-aws(dev) branch for both
builds (yocto styhead support in meta-boot2qt-aws(dev) got reverted).
Change-Id: I67c552bd73482a64a35f97fb70d529c5457184ff
Reviewed-by: Ari Parkkila <[email protected]>
-rw-r--r-- | aws/dev.xml | 16 | ||||
-rw-r--r-- | aws/lts-6.8.xml | 4 |
2 files changed, 10 insertions, 10 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> diff --git a/aws/lts-6.8.xml b/aws/lts-6.8.xml index dbd1fbf..811371c 100644 --- a/aws/lts-6.8.xml +++ b/aws/lts-6.8.xml @@ -5,8 +5,8 @@ <!-- Boot to Qt vendor layer --> <project name="meta-boot2qt-aws" remote="qt" - revision="scarthgap" - upstream="scarthgap" + revision="dev" + upstream="dev" path="sources/meta-boot2qt-aws"> <linkfile dest="sources/templates" src="http://code.qt.io/conf/templates/default"/> </project> |