mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 05:39:39 +01:00
linux-yocto: ptest: Add SCSI debug configuration for util-linux
Bumping the SRCREVs to pickup the following configuration tweak for ptest usage: Author: Mariano López <just.another.mariano@gmail.com> Date: Sat Jun 1 17:30:46 2019 -0500 Add SCSI debug configuration for util-linux ptest The ptests from util-linux require the scsi debug module to be installed for a subset of tests. This patch would allow to build the kernel module for the linux-yocto kernel. Signed-off-by: Mariano López <just.another.mariano@gmail.com> (From OE-Core rev: a071fd05912b80d8cc37d059fb8b245c550d4992) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b52e36d0b4
commit
7b96f74d8f
@@ -12,7 +12,7 @@ python () {
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "4dbcaca4c9ff89e866d2b5d01df005f317c618a4"
|
||||
SRCREV_meta ?= "6e8033d26894b07e17c48abb5951cc3d4dd9b2a9"
|
||||
SRCREV_meta ?= "ad235db461bf4595c668700ca8a909c322009cc1"
|
||||
|
||||
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-4.19;destsuffix=${KMETA}"
|
||||
|
||||
@@ -12,7 +12,7 @@ python () {
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "9c1e84c9b81b6bf1df55f26f2e0517266c37f7eb"
|
||||
SRCREV_meta ?= "ff7928637fcdf5a7176a2f735f8cb21cd0f4b219"
|
||||
SRCREV_meta ?= "31de88e51d100f2c3eefb7acb7390b0144bcfc69"
|
||||
|
||||
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.0;destsuffix=${KMETA}"
|
||||
|
||||
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "a3cd9d732b27e78f94634924b7232b6280dae002"
|
||||
SRCREV_machine ?= "f0c6c85e155632580bd44a5db01cbb19dcc1559c"
|
||||
SRCREV_meta ?= "6e8033d26894b07e17c48abb5951cc3d4dd9b2a9"
|
||||
SRCREV_meta ?= "ad235db461bf4595c668700ca8a909c322009cc1"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "fabee455f397ba8054f35a3ad5f2250bbad93bef"
|
||||
SRCREV_machine ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458"
|
||||
SRCREV_meta ?= "ff7928637fcdf5a7176a2f735f8cb21cd0f4b219"
|
||||
SRCREV_meta ?= "31de88e51d100f2c3eefb7acb7390b0144bcfc69"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "f0c6c85e155632580bd44a5db01cbb19dcc1559c"
|
||||
SRCREV_machine_qemux86-64 ?= "f0c6c85e155632580bd44a5db01cbb19dcc1559c"
|
||||
SRCREV_machine_qemumips64 ?= "d9c77fe2a6038848fbadd660882b78e590c3252e"
|
||||
SRCREV_machine ?= "f0c6c85e155632580bd44a5db01cbb19dcc1559c"
|
||||
SRCREV_meta ?= "6e8033d26894b07e17c48abb5951cc3d4dd9b2a9"
|
||||
SRCREV_meta ?= "ad235db461bf4595c668700ca8a909c322009cc1"
|
||||
|
||||
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-4.19;destsuffix=${KMETA} \
|
||||
|
||||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458"
|
||||
SRCREV_machine_qemux86-64 ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458"
|
||||
SRCREV_machine_qemumips64 ?= "5a8b27bcc0b16077ab8edfcd3fb25c80dc2c652e"
|
||||
SRCREV_machine ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458"
|
||||
SRCREV_meta ?= "ff7928637fcdf5a7176a2f735f8cb21cd0f4b219"
|
||||
SRCREV_meta ?= "31de88e51d100f2c3eefb7acb7390b0144bcfc69"
|
||||
|
||||
# remap qemuarm to qemuarma15 for the 5.0 kernel
|
||||
# KMACHINE_qemuarm ?= "qemuarma15"
|
||||
|
||||
Reference in New Issue
Block a user