1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-17 04:07:06 +00: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: 1d72b295a22cde80259393e36e3515b6fa2ee34d)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2019-06-03 16:27:50 -04:00
committed by Richard Purdie
parent 999879daf6
commit ce47f982fc
6 changed files with 6 additions and 6 deletions
@@ -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}"