mirror of
git://git.yoctoproject.org/poky
synced 2026-09-26 08:44:53 +00:00
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>
24 lines
969 B
Plaintext
24 lines
969 B
Plaintext
KBRANCH:genericx86 = "v5.15/standard/base"
|
|
KBRANCH:genericx86-64 = "v5.15/standard/base"
|
|
KBRANCH:edgerouter = "v5.15/standard/edgerouter"
|
|
KBRANCH:beaglebone-yocto = "v5.15/standard/beaglebone"
|
|
|
|
KMACHINE:genericx86 ?= "common-pc"
|
|
KMACHINE:genericx86-64 ?= "common-pc-64"
|
|
KMACHINE:beaglebone-yocto ?= "beaglebone"
|
|
|
|
SRCREV_machine:genericx86 ?= "a40d2daf2795d89e3ef8af0413b25190558831ec"
|
|
SRCREV_machine:genericx86-64 ?= "a40d2daf2795d89e3ef8af0413b25190558831ec"
|
|
SRCREV_machine:edgerouter ?= "90f1ee6589264545f548d731c2480b08a007230f"
|
|
SRCREV_machine:beaglebone-yocto ?= "9aabbaa89fcb21af7028e814c1f5b61171314d5a"
|
|
|
|
COMPATIBLE_MACHINE:genericx86 = "genericx86"
|
|
COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
|
|
COMPATIBLE_MACHINE:edgerouter = "edgerouter"
|
|
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
|
|
|
|
LINUX_VERSION:genericx86 = "5.15.52"
|
|
LINUX_VERSION:genericx86-64 = "5.15.52"
|
|
LINUX_VERSION:edgerouter = "5.15.52"
|
|
LINUX_VERSION:beaglebone-yocto = "5.15.52"
|