yet more patch testing (13).
This commit is contained in:
parent
30fd4b578c
commit
c1e01e1172
1 changed files with 6 additions and 3 deletions
|
@ -13,7 +13,7 @@ detect_arch
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
HOMEPAGE="https://github.com/sifive/meta-sifive"
|
||||
IUSE="experimental"
|
||||
|
||||
EXTRAVERSION="-${PN}-*"
|
||||
DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and surface patches"
|
||||
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.13/0001-surface3-oemb.patch
|
||||
|
@ -29,9 +29,12 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
|
|||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.13/0011-amd-s0ix.patch
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
eapply_user
|
||||
src_unpack() {
|
||||
default
|
||||
unpack_set_extraversion
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
local SURFACE_PATCH
|
||||
local SURFACE_PATCHES="
|
||||
0001-surface3-oemb.patch
|
||||
|
|
Loading…
Add table
Reference in a new issue