mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 10:18:23 +01:00
Merge pull request #363 from qpmr/kirkstone-fix-devtool-err
linux-mainline: fix 'devtool modify' command fail
This commit is contained in:
commit
e27ac5477a
@ -18,6 +18,8 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base += "kernel-devicetree"
|
|||||||
|
|
||||||
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||||
|
|
||||||
|
LINUX_VERSION ?= "${PV}"
|
||||||
|
|
||||||
S = "${WORKDIR}/linux-${PV}"
|
S = "${WORKDIR}/linux-${PV}"
|
||||||
|
|
||||||
SRC_URI = "https://www.kernel.org/pub/linux/kernel/v5.x/linux-${PV}.tar.xz \
|
SRC_URI = "https://www.kernel.org/pub/linux/kernel/v5.x/linux-${PV}.tar.xz \
|
||||||
|
@ -9,6 +9,8 @@ PV = "3.4.104"
|
|||||||
PR = "r1"
|
PR = "r1"
|
||||||
SRCREV = "d47d367036be38c5180632ec8a3ad169a4593a88"
|
SRCREV = "d47d367036be38c5180632ec8a3ad169a4593a88"
|
||||||
|
|
||||||
|
LINUX_VERSION ?= "${PV}"
|
||||||
|
|
||||||
MACHINE_KERNEL_PR:append = "a"
|
MACHINE_KERNEL_PR:append = "a"
|
||||||
|
|
||||||
SRC_URI += "git://github.com/linux-sunxi/linux-sunxi.git;branch=sunxi-3.4;protocol=https \
|
SRC_URI += "git://github.com/linux-sunxi/linux-sunxi.git;branch=sunxi-3.4;protocol=https \
|
||||||
|
Loading…
Reference in New Issue
Block a user