mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
kernel: add recipe for 4.1.2
Add new stable linux kernel 4.1.2 Signed-off-by: Jens Lucius <info@jenslucius.com>
This commit is contained in:
parent
bea5512317
commit
1092ae5117
22
recipes-kernel/linux/linux_4.1.bb
Normal file
22
recipes-kernel/linux/linux_4.1.bb
Normal file
@ -0,0 +1,22 @@
|
||||
SECTION = "kernel"
|
||||
DESCRIPTION = "Mainline Linux kernel"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i)"
|
||||
|
||||
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"
|
||||
|
||||
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||
|
||||
PV = "4.1.2"
|
||||
SRCREV_pn-${PN} = "5cf9896dc5c72a6c68c36140568b755f697f7760"
|
||||
SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;protocol=git;branch=linux-4.1.y \
|
||||
file://defconfig \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
Loading…
Reference in New Issue
Block a user