diff options
author | Adrian Freihofer <adrian.freihofer@siemens.com> | 2025-09-18 23:07:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-22 22:09:48 +0100 |
commit | 28da16d7d0c47c07d1dffb84be0b4f0cabc2e1a3 (patch) | |
tree | 28a930fe9590a480b3f24e1010ee4e73f6750ada | |
parent | 4311968c2ca121f01babb7df9e95474b275f3b3c (diff) | |
download | poky-28da16d7d0c47c07d1dffb84be0b4f0cabc2e1a3.tar.gz |
meta-skeleton: fix spaces in assignment
There is now a warning for = without spaces. Fix it also in
meta-skeleton.
(From OE-Core rev: bc2f794b8c95d44522051f63421e2bf38747bd73)
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>
-rw-r--r-- | meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index 0879bb17b9..0ceb6ed584 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" | |||
62 | # Modify SRCREV to a different commit hash in a copy of this recipe to | 62 | # Modify SRCREV to a different commit hash in a copy of this recipe to |
63 | # build a different release of the Linux kernel. | 63 | # build a different release of the Linux kernel. |
64 | # tag: v4.2 64291f7db5bd8150a74ad2036f1037e6a0428df2 | 64 | # tag: v4.2 64291f7db5bd8150a74ad2036f1037e6a0428df2 |
65 | SRCREV_machine="64291f7db5bd8150a74ad2036f1037e6a0428df2" | 65 | SRCREV_machine = "64291f7db5bd8150a74ad2036f1037e6a0428df2" |
66 | 66 | ||
67 | PV = "${LINUX_VERSION}+git" | 67 | PV = "${LINUX_VERSION}+git" |
68 | 68 | ||