yet more patch testing (9).
This commit is contained in:
parent
ce2e6eb3cd
commit
06f0223681
1 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue