diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-03-23 15:38:46 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-04-19 13:03:26 +0000 |
commit | 6c2678d10e589cc3955449ae9d8e2430ac226447 (patch) | |
tree | a27cde912808f6a6e9aee48b6d20c760272c5441 /default.xml | |
parent | 8d4a0c98512dc6e05ac6adbdaf9113533bfa6d51 (diff) |
Update poky to 3.1.15
The Yocto Project released 3.1.15.
To update meta-openembedded as well, we need to uprev meta-renesas by 2 commits as well.
Bug-AGL: SPEC-4308
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I90d11aa7e5d2bdab5e964d45a853cf5bba284272
(cherry picked from commit f16769edd31ea7c630ec9ff7226e859b791efe27)
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.xml b/default.xml index 2c18d90c..17563a02 100644 --- a/default.xml +++ b/default.xml @@ -29,9 +29,9 @@ <!-- YOCTO & OE --> <!-- Yocto/OpenEmbedded things. --> - <project name="poky" path="external/poky" remote="yocto" revision="bba323389749ec3e306509f8fb12649f031be152" upstream="dunfell" /> + <project name="poky" path="external/poky" remote="yocto" revision="3ec873af83c7b09468605d8aadd0933aecbdb56d" upstream="dunfell" /> <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" /> - <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="ab9fca485e13f6f2f9761e1d2810f87c2e4f060a" upstream="dunfell" /> + <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="0722ff6f021df91542b5efa1ff5b5f6269f66add" upstream="dunfell" /> <!-- UPSTREAM COMPONENTS --> @@ -66,7 +66,7 @@ <!-- BSPs --> <!-- Renesas Gen3 specific things --> - <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="b28a265e8544ef6bce7fb1b1dd23daa664ec86f5" upstream="dunfell-dev"/> + <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="4160ddb33390fa5266635c65c5a5abbed27845f6" upstream="dunfell-dev"/> <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/> <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" /> |