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 | 29 |
1 files changed, 0 insertions, 29 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 deleted file mode 100644 index 4cb0ac0..0000000 --- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Linux kernel for the R-Car Generation 3 based board" - -require include/avb-control.inc -require include/iccom-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.9" -SRCREV = "2c20c9881d53f1b5c7a3ebf55bb83ec15902d0d0" - -SRC_URI = "${RENESAS_BSP_URL};protocol=git;nocheckout=1;branch=${BRANCH}" - -LINUX_VERSION ?= "4.9.0" -PV = "${LINUX_VERSION}+git${SRCPV}" -PR = "r1" - -# Add some patches to support ICCOM module -SRC_URI_append = " \ - ${@base_conditional("USE_ICCOM", "1", " file://iccom_feature.scc", "", d)} \ -" - -SRC_URI_append = " \ - file://defconfig \ - file://touch.cfg \ - ${@base_conditional("USE_AVB", "1", " file://usb-video-class.cfg", "", d)} \ -" |