mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-10 15:28:22 +01:00
4b43209a92
Update stable to 4.13.4 version thus removing backported patch and requirement of git version for several boards (current stable 4.13 is newer than previous git 4.11). Additionally update git version to 4.14-rc3. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
28 lines
760 B
BlitzBasic
28 lines
760 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 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.14-rc3
|
|
PV = "4.14+git${SRCPV}"
|
|
SRCREV_pn-${PN} = "9e66317d3c92ddaab330c125dfe9d06eee268aff"
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=master \
|
|
file://defconfig \
|
|
"
|
|
S = "${WORKDIR}/git"
|