yet more patch testing (9).

This commit is contained in:
Ronald Farrer 2021-08-04 10:47:47 -07:00
parent ce2e6eb3cd
commit 06f0223681

View file

@ -31,12 +31,14 @@ FFFFFFFFSRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.13/0010-amd-gpio.patch https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.13/0010-amd-gpio.patch
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.13/0011-amd-s0ix.patch" https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.13/0011-amd-s0ix.patch"
src_unpack() { #src_unpack() {
default # default
unpack_set_extraversion # unpack_set_extraversion
} #}
src_prepare() { src_prepare() {
default
unpack_set_extraversion
mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface" mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface"
S="${WORKDIR}/linux-${KV_FULL}-surface" S="${WORKDIR}/linux-${KV_FULL}-surface"