mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
linux-yocto/5.15: fix buildpaths issue with pnmtologo
Integrating the following commit(s) to linux-yocto/5.15:
a40d2daf2795 pnmtologo: use relocatable file name
(From OE-Core rev: f64ad686324f1014d258f3381774608def04cba0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3c2bd1b975b05df30af21475b33aaf3d6fb192e6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ada3d3741a
commit
083616689f
@@ -11,7 +11,7 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "3a0e5a16b0c30008959538258553ca70f33ff2fc"
|
||||
SRCREV_machine ?= "0222cbb8d40318cf5377875017e32eebefa59ab8"
|
||||
SRCREV_meta ?= "0e3a81a5aefbea03388b1235fbcc3dec278425d0"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "e7447cb9afee4a22b0d3102922c3430eeb44bcc3"
|
||||
SRCREV_machine ?= "9b1d0e5eb8b08323577f5e2b21cbb2065aba0aa1"
|
||||
SRCREV_meta ?= "0e3a81a5aefbea03388b1235fbcc3dec278425d0"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
@@ -13,16 +13,16 @@ KBRANCH:qemux86 ?= "v5.15/standard/base"
|
||||
KBRANCH:qemux86-64 ?= "v5.15/standard/base"
|
||||
KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine:qemuarm ?= "e12b73a556e5cbd2c5cb157aba0d84e2c3be1ddf"
|
||||
SRCREV_machine:qemuarm64 ?= "b1f3c7dddb39848a5b6bae9f6490927bf090de84"
|
||||
SRCREV_machine:qemumips ?= "aa4bd512de00a1054205069ac334d97f82564b1e"
|
||||
SRCREV_machine:qemuppc ?= "fcd84bc0d01c29fe94f736812ef58978c57d6836"
|
||||
SRCREV_machine:qemuriscv64 ?= "d81d20a55992c55475d7b5570589cd5884059147"
|
||||
SRCREV_machine:qemuriscv32 ?= "d81d20a55992c55475d7b5570589cd5884059147"
|
||||
SRCREV_machine:qemux86 ?= "d81d20a55992c55475d7b5570589cd5884059147"
|
||||
SRCREV_machine:qemux86-64 ?= "d81d20a55992c55475d7b5570589cd5884059147"
|
||||
SRCREV_machine:qemumips64 ?= "694134b0fceb27051d3b0cfccc7ba0649319aa7e"
|
||||
SRCREV_machine ?= "d81d20a55992c55475d7b5570589cd5884059147"
|
||||
SRCREV_machine:qemuarm ?= "c284142affccb534122ad93bdcd4774af161d767"
|
||||
SRCREV_machine:qemuarm64 ?= "c4c194a34c568c17389120608b2ee8a7a988150a"
|
||||
SRCREV_machine:qemumips ?= "7b446965d9659d312952ef4dedf5b50a493e60c2"
|
||||
SRCREV_machine:qemuppc ?= "0c2a4ad856c8f0c1b3ca8a38c17e1194f47e4643"
|
||||
SRCREV_machine:qemuriscv64 ?= "a40d2daf2795d89e3ef8af0413b25190558831ec"
|
||||
SRCREV_machine:qemuriscv32 ?= "a40d2daf2795d89e3ef8af0413b25190558831ec"
|
||||
SRCREV_machine:qemux86 ?= "a40d2daf2795d89e3ef8af0413b25190558831ec"
|
||||
SRCREV_machine:qemux86-64 ?= "a40d2daf2795d89e3ef8af0413b25190558831ec"
|
||||
SRCREV_machine:qemumips64 ?= "9a8d4e00df67daf224ae62b238c151a3f3f70ae7"
|
||||
SRCREV_machine ?= "a40d2daf2795d89e3ef8af0413b25190558831ec"
|
||||
SRCREV_meta ?= "0e3a81a5aefbea03388b1235fbcc3dec278425d0"
|
||||
|
||||
# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
|
||||
|
||||
Reference in New Issue
Block a user