linux-yocto/5.10: features/zram: remove CONFIG_ZRAM_DEF_COMP

Integrating the following commit(s) to linux-yocto/.:

    7a012dfacdc features/zram: remove CONFIG_ZRAM_DEF_COMP

(From OE-Core rev: 4c6189ba39823fa2db4706f3208e70ae1f5b4860)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a8fcece853475bede5d442120bc38f17751ed9a1)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield 2022-03-04 20:25:10 -05:00 committed by Richard Purdie
parent 89c98169ac
commit a69995f869
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ python () {
} }
SRCREV_machine ?= "e5b266bc6b15dc8852649b7d2a31395195dc7b3a" SRCREV_machine ?= "e5b266bc6b15dc8852649b7d2a31395195dc7b3a"
SRCREV_meta ?= "b53e11ea46f4e78ff4cb48532a11e1dbad7939b1" SRCREV_meta ?= "7a012dfacdc82bce2279c26af29cf40b5fdbeed2"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 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}" git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"

View File

@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "9a8497a8761a22b3086cab63d18698024a69a410" SRCREV_machine_qemuarm ?= "9a8497a8761a22b3086cab63d18698024a69a410"
SRCREV_machine ?= "317635e1feaecfd8aa29bc94d8d03ba873190414" SRCREV_machine ?= "317635e1feaecfd8aa29bc94d8d03ba873190414"
SRCREV_meta ?= "b53e11ea46f4e78ff4cb48532a11e1dbad7939b1" SRCREV_meta ?= "7a012dfacdc82bce2279c26af29cf40b5fdbeed2"
PV = "${LINUX_VERSION}+git${SRCPV}" PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -23,7 +23,7 @@ SRCREV_machine_qemux86 ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c"
SRCREV_machine_qemux86-64 ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c" SRCREV_machine_qemux86-64 ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c"
SRCREV_machine_qemumips64 ?= "ae7887fe8d4da06d2d0d0a5071d09155899de26c" SRCREV_machine_qemumips64 ?= "ae7887fe8d4da06d2d0d0a5071d09155899de26c"
SRCREV_machine ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c" SRCREV_machine ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c"
SRCREV_meta ?= "b53e11ea46f4e78ff4cb48532a11e1dbad7939b1" SRCREV_meta ?= "7a012dfacdc82bce2279c26af29cf40b5fdbeed2"
# remap qemuarm to qemuarma15 for the 5.8 kernel # remap qemuarm to qemuarma15 for the 5.8 kernel
# KMACHINE_qemuarm ?= "qemuarma15" # KMACHINE_qemuarm ?= "qemuarma15"