From bc2f794b8c95d44522051f63421e2bf38747bd73 Mon Sep 17 00:00:00 2001 From: Adrian Freihofer Date: Thu, 18 Sep 2025 23:07:06 +0200 Subject: [PATCH] meta-skeleton: fix spaces in assignment There is now a warning for = without spaces. Fix it also in meta-skeleton. Signed-off-by: Adrian Freihofer Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index 0879bb17b91..0ceb6ed5845 100644 --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb @@ -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" -- 2.47.3