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"
|
KEYWORDS="~amd64 ~x86"
|
||||||
HOMEPAGE="https://github.com/sifive/meta-sifive"
|
HOMEPAGE="https://github.com/sifive/meta-sifive"
|
||||||
IUSE="experimental"
|
IUSE="experimental"
|
||||||
|
EXTRAVERSION="-${PN}-*"
|
||||||
DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and surface patches"
|
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}
|
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
|
||||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.13/0001-surface3-oemb.patch
|
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
|
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.13/0011-amd-s0ix.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
src_prepare() {
|
src_unpack() {
|
||||||
eapply_user
|
default
|
||||||
|
unpack_set_extraversion
|
||||||
|
}
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
local SURFACE_PATCH
|
local SURFACE_PATCH
|
||||||
local SURFACE_PATCHES="
|
local SURFACE_PATCHES="
|
||||||
0001-surface3-oemb.patch
|
0001-surface3-oemb.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue