balena-allwinner/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_4.15.18.bb
Sebastian Panceac 142d193af5 linux-mainline: Enable i2c0 in OrangePi-Plus2 device tree
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
2018-06-25 10:57:15 +02:00

26 lines
829 B
BlitzBasic

SECTION = "kernel"
DESCRIPTION = "Mainline Linux kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i|sun50i)"
inherit kernel
# Since we're not using git, this doesn't make a difference, but we need to fill
# in something or kernel-yocto.bbclass will fail.
KBRANCH ?= "master"
# Pull in the devicetree files into the rootfs
RDEPENDS_${KERNEL_PACKAGE_NAME}-base += "kernel-devicetree"
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
S = "${WORKDIR}/linux-${PV}"
SRC_URI[md5sum] = "2c7a9404ddf29580f14c61eb87e50c6e"
SRC_URI = "https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${PV}.tar.xz \
file://defconfig \
file://don-t-default-activate-regdb.patch \
file://0001-Enable-i2c0-on-OrangePi-Plus2-board.patch \
"