From 7175297f2ed194a1e1fcb05271a6655d5b2b70e9 Mon Sep 17 00:00:00 2001
From: Pavel Zhukov <pavel.zhukov@huawei.com>
Date: Fri, 3 Jun 2022 13:35:45 +0200
Subject: [PATCH] default.xml: Bump bitbake revision

Bump bitbake revision to include bb.build.clean_stamps() which is needed
by oe_core staging.bbclass

* 494fcfcb (HEAD -> 2.0, origin/2.0) build: Add clean_stamp API function to allow removal of task stamps - Richard Purdie
* 943701ee data: Do not depend on vardepvalueexclude flag - Tomasz Dziendzielski
* 8ac6e094 fetch2/osc: Small fixes for osc fetcher - Gunjan Gupta

Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com>
---
 manifests/default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/default.xml b/manifests/default.xml
index e8b79f83..469a18d8 100644
--- a/manifests/default.xml
+++ b/manifests/default.xml
@@ -23,7 +23,7 @@ SPDX-FileCopyrightText: Huawei Inc.
 	<remote name="openembedded" fetch="git://git.openembedded.org" />
 	<remote name="seco" fetch="https://git.seco.com" />
 
-	<project name="bitbake" remote="openembedded" revision="59c16ae6c55c607c56efd2287537a1b97ba2bf52" path="bitbake" />
+	<project name="bitbake" remote="openembedded" revision="494fcfcb7c4469915c67f544997104d81c417266" path="bitbake" />
 	<project name="openembedded-core" remote="openembedded" revision="4eb0b7468383a1d0314b3bfd43ea37c95de464d9" path="oe-core" />
 	<project name="meta-openembedded" remote="openembedded" revision="5357c7a40eaf8d1bcf7ff58edbba8e9527e40c7d" path="meta-openembedded" />
 	<project name="aehs29/meta-freertos" remote="github" revision="98a6838261d36b8f79c5fbae1736492169727a1e" path="meta-freertos" />
-- 
GitLab