]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta-skeleton: fix spaces in assignment
authorAdrian Freihofer <adrian.freihofer@siemens.com>
Thu, 18 Sep 2025 21:07:06 +0000 (23:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Sep 2025 16:57:07 +0000 (17:57 +0100)
There is now a warning for = without spaces. Fix it also in
meta-skeleton.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb

index 0879bb17b91cafad85be9da8a3da71cd4a93f322..0ceb6ed58455f1ead8ce3b8ff0bb20b27d608cc6 100644 (file)
@@ -62,7 +62,7 @@ LINUX_VERSION_EXTENSION:append = "-custom"
 # Modify SRCREV to a different commit hash in a copy of this recipe to
 # build a different release of the Linux kernel.
 # tag: v4.2 64291f7db5bd8150a74ad2036f1037e6a0428df2
-SRCREV_machine="64291f7db5bd8150a74ad2036f1037e6a0428df2"
+SRCREV_machine = "64291f7db5bd8150a74ad2036f1037e6a0428df2"
 
 PV = "${LINUX_VERSION}+git"