diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-07-14 15:14:53 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-15 08:21:42 +0100 |
commit | 6bc9ee7166b4fb764700b1dfddd97795962811c3 (patch) | |
tree | 0efe11df5fdf782182370f2baf0f9b3ac0f4c52b /meta-yocto-bsp | |
parent | f09ca50e21279a038074281f95a9459d41c20f86 (diff) | |
download | poky-6bc9ee7166b4fb764700b1dfddd97795962811c3.tar.gz |
yocto-bsps/5.15: fix buildpaths issue with pnmtologo
Integrating the following commit(s) to linux-yocto/5.15:
a40d2daf2795 pnmtologo: use relocatable file name
(From meta-yocto rev: 99d4cbd3cbf36abb49a6ae5e0d7c915e05deb8d0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend index 8d2ec873fa..52aa36b2e6 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend | |||
@@ -7,10 +7,10 @@ KMACHINE:genericx86 ?= "common-pc" | |||
7 | KMACHINE:genericx86-64 ?= "common-pc-64" | 7 | KMACHINE:genericx86-64 ?= "common-pc-64" |
8 | KMACHINE:beaglebone-yocto ?= "beaglebone" | 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
9 | 9 | ||
10 | SRCREV_machine:genericx86 ?= "6c085baf183868ed45d8c1d44408d7b24724cde5" | 10 | SRCREV_machine:genericx86 ?= "a40d2daf2795d89e3ef8af0413b25190558831ec" |
11 | SRCREV_machine:genericx86-64 ?= "6c085baf183868ed45d8c1d44408d7b24724cde5" | 11 | SRCREV_machine:genericx86-64 ?= "a40d2daf2795d89e3ef8af0413b25190558831ec" |
12 | SRCREV_machine:edgerouter ?= "e90573857c176458965737d77b1747be83fe7edc" | 12 | SRCREV_machine:edgerouter ?= "90f1ee6589264545f548d731c2480b08a007230f" |
13 | SRCREV_machine:beaglebone-yocto ?= "d91bb88e58c575e7c3b9fb111b6711a206eba64b" | 13 | SRCREV_machine:beaglebone-yocto ?= "9aabbaa89fcb21af7028e814c1f5b61171314d5a" |
14 | 14 | ||
15 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | 15 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
16 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | 16 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |