meta-sunxi/recipes-kernel/linux/linux_git.bb
Sergey Matyukevich 1fa2723ab0 Bump git kernel version
Bump kernel git version: use release v4.11

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
2017-05-11 22:14:51 +03:00

29 lines
803 B
BlitzBasic

SECTION = "kernel"
DESCRIPTION = "Mainline Linux kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i)"
inherit kernel
require recipes-kernel/linux/linux-dtb.inc
require linux.inc
# Pull in the devicetree files into the rootfs
RDEPENDS_kernel-base += "kernel-devicetree"
# Default is to use stable kernel version
# If you want to use latest git version set to "1"
DEFAULT_PREFERENCE = "-1"
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
# 4.11.0
PV = "4.11.0+git${SRCPV}"
SRCREV_pn-${PN} = "a351e9b9fc24e982ec2f0e76379a49826036da12"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=master \
file://defconfig \
"
S = "${WORKDIR}/git"