blob: 5609a31f81ae4a85cdee675a6922577de8958b7b (
plain)
1
2
3
4
5
6
7
8
9
10
|
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
RENESAS_BSP_URL = " \
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git"
BRANCH = "v4.14/rcar-3.6.0"
SRCREV = "cdbdfa1452a86607db4d43914f4953ac811d2c56"
SRC_URI = "${RENESAS_BSP_URL};branch=${BRANCH}"
S = "${WORKDIR}/git"
|