]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
baremetal-helloworld: Pull in fix for race condition on x86-64
authorAlejandro Hernandez Samaniego <alejandro@enedino.org>
Sat, 4 Nov 2023 06:46:42 +0000 (00:46 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2023 08:05:37 +0000 (08:05 +0000)
It was previously discovered that there was a race condition during the Makefile
execution between the assemble and compile targets, the previous fix attempted
to serialize the build targets, but the fix was missing for x86-64.

Pull in latest commit from upstream to fix this issue on x86-64.

[YOCTO #15146]

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb

index fde75ec2fd9934a4896c52ee047a3d5d4247f503..6832ccc541e6b8f54c0115eebf6c7e30e381e2c9 100644 (file)
@@ -4,7 +4,7 @@ DESCRIPTION = "These are introductory examples to showcase the use of QEMU to ru
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=39346640a23c701e4f459e05f56f4449"
 
-SRCREV = "fc7c43d138185028b6ac14c83f6492fce26eca95"
+SRCREV = "db2bf750eaef7fc0832e13ada8291343bbcc3afe"
 PV = "0.1+git"
 
 SRC_URI = "git://github.com/ahcbb6/baremetal-helloqemu.git;protocol=https;branch=master"