mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
linux-yocto/5.10: fix build_OID_registry/conmakehash buildpaths warning
Integrating the following commit(s) to linux-yocto/5.10:
4d201ec392f1 vt/conmakehash: improve reproducibility
ae24d013888f lib/build_OID_registry: fix reproducibility issues
(From OE-Core rev: bbf858692f4d84aa45cc2824689ad6950f6759f6)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit db22dbc1f66d2f76dab719597986cfd96cf18d71)
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
2ff94a99d6
commit
f4b26272a8
@@ -11,8 +11,8 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "b54fa6bf849eca66798bb59d0632b76475e5ef98"
|
||||
SRCREV_meta ?= "5b3dacac6fe3c01c9df223897224c2367a5d20c0"
|
||||
SRCREV_machine ?= "f481ff6adf4be55c3ab89d0cf7243bbca69205c9"
|
||||
SRCREV_meta ?= "2f79722c50ad61cf055b40e8ba6d6f48e8dc6db0"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
|
||||
|
||||
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine:qemuarm ?= "fb53532e7f97426df28a91c56beff034b2487c21"
|
||||
SRCREV_machine ?= "953ea081e524baca7401da7cdf6aab5482cf9fb7"
|
||||
SRCREV_meta ?= "5b3dacac6fe3c01c9df223897224c2367a5d20c0"
|
||||
SRCREV_machine:qemuarm ?= "cab1bb0e702f93b16762fc560d6be582fbf86a6a"
|
||||
SRCREV_machine ?= "5239dc7bbd53a3d4d5e31f8631612c2eb6cee0b8"
|
||||
SRCREV_meta ?= "2f79722c50ad61cf055b40e8ba6d6f48e8dc6db0"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
@@ -13,17 +13,17 @@ KBRANCH:qemux86 ?= "v5.10/standard/base"
|
||||
KBRANCH:qemux86-64 ?= "v5.10/standard/base"
|
||||
KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine:qemuarm ?= "b0120b4ab3e79e53b9526fcb888a0fa7fb26b290"
|
||||
SRCREV_machine:qemuarm64 ?= "cb4d26c271f026d51c2944cd8e42e484707d760c"
|
||||
SRCREV_machine:qemumips ?= "cdec08a50503179be1b3ab5120617ef11345817c"
|
||||
SRCREV_machine:qemuppc ?= "c0821a7ab5ccfd996ff3a30fc8359fb73ba4b123"
|
||||
SRCREV_machine:qemuriscv64 ?= "c57efb0553276189e83d5c276255f576240a0720"
|
||||
SRCREV_machine:qemuriscv32 ?= "c57efb0553276189e83d5c276255f576240a0720"
|
||||
SRCREV_machine:qemux86 ?= "c57efb0553276189e83d5c276255f576240a0720"
|
||||
SRCREV_machine:qemux86-64 ?= "c57efb0553276189e83d5c276255f576240a0720"
|
||||
SRCREV_machine:qemumips64 ?= "43cc2c777b16ea5bb45bbae47b901c801c30dbb1"
|
||||
SRCREV_machine ?= "c57efb0553276189e83d5c276255f576240a0720"
|
||||
SRCREV_meta ?= "5b3dacac6fe3c01c9df223897224c2367a5d20c0"
|
||||
SRCREV_machine:qemuarm ?= "952586297dec710cba21ccf7f6fe4a1aadde0a5d"
|
||||
SRCREV_machine:qemuarm64 ?= "268aa738ea2454a1293dcb6c829c88552a5768d2"
|
||||
SRCREV_machine:qemumips ?= "bb9cabbe92165b556329cb0eed12ab67d2dee7a7"
|
||||
SRCREV_machine:qemuppc ?= "88ee9e4c24d32b6d0ec90756f0c7729954d3feae"
|
||||
SRCREV_machine:qemuriscv64 ?= "4d201ec392f149ecce321186ea5494a6e25e28f4"
|
||||
SRCREV_machine:qemuriscv32 ?= "4d201ec392f149ecce321186ea5494a6e25e28f4"
|
||||
SRCREV_machine:qemux86 ?= "4d201ec392f149ecce321186ea5494a6e25e28f4"
|
||||
SRCREV_machine:qemux86-64 ?= "4d201ec392f149ecce321186ea5494a6e25e28f4"
|
||||
SRCREV_machine:qemumips64 ?= "1a760ff71146a87cb5b7de87aed88db07a907ef1"
|
||||
SRCREV_machine ?= "4d201ec392f149ecce321186ea5494a6e25e28f4"
|
||||
SRCREV_meta ?= "2f79722c50ad61cf055b40e8ba6d6f48e8dc6db0"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
|
||||
|
||||
Reference in New Issue
Block a user