diff options
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb new file mode 100644 index 0000000..05578db --- /dev/null +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Linux kernel for the R-Car Generation 3 based board" + +require include/avb-control.inc +require recipes-kernel/linux/linux-yocto.inc + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/:" +COMPATIBLE_MACHINE = "salvator-x|h3ulcb|m3ulcb" + +RENESAS_BSP_URL = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git" +BRANCH = "v4.9/rcar-3.5.8" +SRCREV = "bef6058b0ba00238b19e7518ba76536218ef97f1" + +SRC_URI = "${RENESAS_BSP_URL};protocol=git;nocheckout=1;branch=${BRANCH}" + +LINUX_VERSION ?= "4.9.0" +PV = "${LINUX_VERSION}+git${SRCPV}" +PR = "r1" + +SRC_URI_append = " \ + file://0001-dmaengine-rcar-dmac-ensure-CHCR-DE-bit-is-actually-0.patch \ + file://0002-dmaengine-rcar-dmac-use-TCRB-instead-of-TCR-for-resi.patch \ + file://0003-ASoC-rcar-revert-IOMMU-support-so-far.patch \ + file://0004-m3ulcb-ADSP-enable.patch \ + file://defconfig \ + file://touch.cfg \ + ${@base_conditional("USE_AVB", "1", " file://usb-video-class.cfg", "", d)} \ +" |